Application Name: Reference Application Version Number: 2.8.0
Question: I get an error after searching and selecting a patient.
java.lang.IllegalArgumentException: object is not an instance of declaring class
Full Error
org.openmrs.ui.framework.ViewException: Error rendering page view for clinicianfacing/patient. Model properties:
Caused by: org.openmrs.ui.framework.FragmentException: Error evaluating view: patientHeader
Caused by: org.openmrs.ui.framework.FragmentException: Error evaluating view: extensionPoint
Caused by: org.openmrs.ui.framework.FragmentException: Error evaluating view: extension
Caused by: com.github.jknack.handlebars.HandlebarsException: /inline@718de9c7.hbs:1:54: java.lang.IllegalArgumentException: object is not an instance of declaring class {{patient.patientId}}
Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class
Here is the full error from the logs:
This is on OpenMRS Platform 2.1.4.2cb839.
I made sure my database is on UTF-8, and all modules are running.
This is a fresh installation. Please help. Thanks