Guest User

Untitled

a guest
Mar 23rd, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.38 KB | None | 0 0
  1. Error creating bean with name 'allergyIntoleranceTranslatorImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.fhir2.api.translators.PatientIdentifierTranslator org.openmrs.module.fhir2.api.translators.impl.AbstractReferenceHandlingTranslator.patientIdentifierTranslator; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientIdentifierTranslatorImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.fhir2.api.FhirPatientService org.openmrs.module.fhir2.api.translators.impl.PatientIdentifierTranslatorImpl.patientService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fhirPatientServiceImpl' defined in URL [jar:file:/C:/Users/I533128/openmrs/refapp/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.0.0-SNAPSHOT.jar!/org/openmrs/module/fhir2/api/impl/FhirPatientServiceImpl.class]: Initialization of bean failed; nested exception is java.lang.LinkageError: loader constraint violation: loader (instance of org/openmrs/util/OpenmrsClassLoader) previously initiated loading for a different type with name "ca/uhn/fhir/rest/param/StringOrListParam"
Add Comment
Please, Sign In to add comment