Hi folks, ![]()
I’m trying to load demo patient data in RefApp 2.13.0.
Here’s what I did:
- Changed the global property
referencedemodata.createDemoPatientsOnNextStartupto20. - Restarted the server.
But when I search, no demo patients seem to have been loaded.
Looking at the logs (shared here
openmrs mvn openmrs-sdk:run[INFO] Scanning for projects...[INFO] [INFO] - - Pastebin.com), I see this error:
org.openmrs.api.ValidationException: 'obs id is null' failed to validate with reason: concept: Cannot be empty or null
at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:88)
at org.openmrs.aop.RequiredDataAdvice.before(RequiredDataAdvice.java:127)
...
This doesn’t seem related to the small change I made. Has anyone run into this issue with demo data loading in RefApp 2.13.0? Any pointers would be appreciated ![]()
