This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": { | |
"message": "[encounterType on class org.openmrs.Encounter]", | |
"code": "org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource:805", | |
"detail": "org.openmrs.module.webservices.rest.web.response.ConversionException: encounterType on class org.openmrs.Encounter\n\tat org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:805)\n\tat org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:672)\n\tat org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.convert(DelegatingCrudResource.java:107)\n\tat org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.create(DelegatingCrudResource.java:76)\n\tat org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.create(MainResourceController.java:92)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.openmrs.module.reporting.evaluation.EvaluationException: Failed to evaluate data set 'ANC' because: | |
Failed to evaluate Error evaluating because: | |
null | |
at org.openmrs.module.reporting.report.definition.evaluator.DefaultReportDefinitionEvaluator.evaluate(DefaultReportDefinitionEvaluator.java:82) | |
at org.openmrs.module.reporting.report.definition.evaluator.DefaultReportDefinitionEvaluator.evaluate(DefaultReportDefinitionEvaluator.java:35) | |
at org.openmrs.module.reporting.definition.service.BaseDefinitionService.executeEvaluator(BaseDefinitionService.java:369) | |
at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluateBypassingExclusionOfTestPatients(BaseDefinitionService.java:272) | |
at org.openmrs.module.reporting.definition.service.BaseDefinitionService.evaluate(BaseDefinitionService.java:229) | |
at org.openmrs.module.reporting.report.definition.service.ReportDefinitionServiceImpl.evaluate(ReportDefinitionServiceImpl.java:168) | |
at org.openmrs.module.reporting.report.definition.service.Re |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UI Framework Error | |
Root Error | |
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.openmrs.Form#32] | |
at org.hibernate.internal.SessionFactoryImpl$1$1.handleEntityNotFound(SessionFactoryImpl.java:253) | |
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:219) | |
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:275) | |
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:151) | |
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1106) | |
at org.hibernate.internal.SessionImpl.internalLoad(SessionImpl.java:1025) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG - BaseDefinitionService.evaluateBypassingExclusionOfTestPatients(263) |2020-05-28 14:51:24,108| No cached value with key <org.openmrs.module.reporting.data.person.definition.PersonAttributeDataDefinition{personAttributeType=dec484be-1c43-416a-9ad0-18bd9ef28929}>. Evaluating. | |
ERROR - EvaluationProfiler.log(111) |2020-05-28 14:51:24,130| 1 2020-05-28 14:51:24.130 >>>> ERROR EVALUATING_DEFINITION PatientDataSetDefinition[ANC]: null | |
java.lang.NullPointerException | |
at org.openmrs.module.ugandaemrreports.data.converter.NationalityPersonalAttributeDataConverter.convert(NationalityPersonalAttributeDataConverter.java:25) | |
at org.openmrs.module.reporting.data.DataUtil.convertData(DataUtil.java:57) | |
at org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluator.evaluate(PatientDataSetEvaluator.java:99) | |
at org.openmrs.module.reporting.dataset.definition.evaluator.PatientDataSetEvaluator.evaluate(PatientDataSetEvaluator.java:42) | |
at org.openmrs.module.reporting.definition.service.BaseDefiniti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------------------- | |
Test set: org.openmrs.htmlformentry.element.ProgramAttributeTagHandlerTest | |
------------------------------------------------------------------------------- | |
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 7.542 sec <<< FAILURE! | |
testProgramAttributeWithPatientNotEnrolledInaProgram(org.openmrs.htmlformentry.element.ProgramAttributeTagHandlerTest) Time elapsed: 2.41 sec <<< ERROR! | |
org.openmrs.customdatatype.NotYetPersistedException | |
at org.openmrs.attribute.BaseAttribute.getValueReference(BaseAttribute.java:93) | |
at org.openmrs.attribute.BaseAttribute.getValue(BaseAttribute.java:114) | |
at org.openmrs.customdatatype.CustomDatatypeUtil.saveIfDirty(CustomDatatypeUtil.java:240) | |
at org.openmrs.customdatatype.CustomDatatypeUtil.saveAttributesIfNecessary(CustomDatatypeUtil.java:228) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<htmlform formName="patient Attribute test form" | |
formDescription="patient Attribute test form" | |
formEncounterType="ee4780f5-b5eb-423b-932f-00b5879df5ab" | |
formUuid="8c2f8378-51c7-4407-85a0-cb2832acc777" | |
formVersion="1.0" | |
formAddMetadata="yes" | |
formUILocation="patientDashboard.visitActions" | |
formOrder="11" | |
formIcon="icon-user" | |
formShowIf="(visit.active || !visit.active) && patient.person.dead==false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARN - AbstractApplicationContext.refresh(487) |2020-05-14 15:54:36,546| Exception encountered during context initialization - cancelling refresh attempt | |
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext$child#12' defined in URL [jar:file:/Users/ssmusoke/openmrs/prisonemr/.openmrs-lib-cache/prisonemr/prisonemr.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'prisonemr.PrisonEMRService' of type [org.springframework.transaction.interceptor.TransactionProxyFactoryBean] while setting bean property 'moduleService' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'prisonemr.PrisonEMRService' defined in URL [jar:file:/Users/ssmusoke/openmrs/prisonemr/.openmrs-lib-cache/prisonemr/prisonemr.jar!/moduleApplicationContext.xml]: Invocation of init method failed; nested exception is java.lang.LinkageError: loader constraint violation: loader (instance of org/openmrs/util/OpenmrsClassLoa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UI Framework Error | |
Root Error | |
java.lang.NullPointerException | |
at org.openmrs.module.ugandaemrsync.fragment.controller.HomeFragmentController.get(HomeFragmentController.java:42) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.openmrs.ui.framework.UiFrameworkUtil.invokeMethodWithArguments(UiFrameworkUtil.java:112) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[467,64] cannot find symbol | |
symbol: class ProgramAttributeType | |
location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl | |
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[467,17] cannot find symbol | |
symbol: class PatientProgramAttribute | |
location: class org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl | |
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/module/prisonemr/api/impl/PrisonEMRServiceImpl.java:[43,8] org.openmrs.module.prisonemr.api.impl.PrisonEMRServiceImpl is not abstract and does not override abstract method createPatient(org.json.JSONObject) in org.openmrs.module.prisonemr.api.PrisonEMRService | |
[ERROR] /Users/ssmusoke/IdeaProjects/openmrs-module-prisonemr/api/src/main/java/org/openmrs/m |