yes thats what i meant
But ,still ,just instead get standalone for refrence applicaton. you wont get module version mismatches
I already have it. Can we try to investigate the data problem in standalone? meanwhile I am really grateful for your help and your patience, thank you very much!
sure , extract a fresh folder from the standalone zip, and run it with out adding any module
should I choose demonstration mode or starter implementation ? (just asking to make sure. In my opinion I think demonstration because it says it will use demo data. Am I right?)
demo mode will put some little demo data in. you can choose that
I chose that. Waiting… It always takes a lot of time to open a page in my browser. Is that normal?
true some how
I changed “referencedemodata.createDemoPatientsOnNextStartup” value and restarted tomcat but still no data. The log file is too large to paste it on pastebin
@amenikh ,what value did you set there ? delete the old logs , set the value again to say 20 , restart the server , and post the logs in patebin
I put 50 when I first tried.
But now I put 20 now as you reuqested. I restarted tomcat and this is the tomcat log (you will find 4 parts of the log because it exceeded the max size of pastebin so I divided it. first part https://pastebin.com/UTsPdX32 and second part https://pastebin.com/FPHVnQ92 , third part https://pastebin.com/mtNTKmpQ and fourth part https://pastebin.com/VkjV22FV )
I still don’t find any data. Help please…I’m so close to fail in my project.
But your logs show that data was created. How do you try to find data? Is your database patient table empty?
I’m using standalone version so I don’t have a separate database. I’m trying to generate data by the setting of ‘demo data on next startup’. I tell that there is no data because I can’t find any patient name in the list of Search Patient Record
How to you know which patient names were created and hence to search for?
You can connect to the standalone database using the instructions here and then check the person_name table: https://wiki.openmrs.org/display/docs/OpenMRS+Standalone
I thought that by typing letters, any name will appear. ( how can I know the method of searching, I mean the search tags are they full names or some letters…etc? Because I had no idea about it )
I will take a look at what you sent me and let you know the result.
i picked this line from your logs
INFO - ReferenceDemoDataActivator.createDemoPatients(366) |2019-09-02 18:06:55,989| created demo patient: 1003JM Susan Moore
Actually the reason why your logs are too many is because demo data was being created.
try these letters in your patient search “pat”. But also , better check the database as @dkayiwa advised
I tried Pat and I could find patients’ list! Thank you!!! I’ve been dealing with this for weeks and it turns out it’s a typo problem
I guess I have to learn about how search is indexed. Any links to recommend me? also I will take a loot at dkayiwa’s suggestion.
well the issue is , you must type a minimum of three letters of the patient’s name . Just that the way demo data is created , it creates alot of patients starting with “pat” . But the better way is to try checking the patient table in the DB
As I couldn’t upload demodata.sql to the entreprise version, could you please tell me the differences between the database generated in standalone and the demodata.sql of the entreprise version? Does the first contains less information per patient ?
(because I can see that in the generated database in the standalone, there is only information about ‘vital signs’. Nothing about allergies…etc. Would I be able to generate reports with this little amount of information?)
I tried to check in the standalone database if there is a base called " openmrs". But I di’dnt findi t.