Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 141.61 KB | None | 0 0
  1. -------------------------------------------------------------------------------
  2. Test set: org.openmrs.module.isanteplus.api.IsantePlusServiceTest
  3. -------------------------------------------------------------------------------
  4. Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 88.65 sec <<< FAILURE!
  5. test_gettingObsAnswerUnitsAndRangeForeaxampleForLabHistory(org.openmrs.module.isanteplus.api.IsantePlusServiceTest) Time elapsed: 0.027 sec <<< ERROR!
  6. java.lang.IllegalStateException: Failed to load ApplicationContext
  7. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  8. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  9. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  10. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  11. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  12. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  13. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  14. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  15. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  16. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  17. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  18. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  19. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  20. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  21. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  22. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  23. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  24. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  25. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  26. at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  27. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  28. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  29. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  30. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34. at java.lang.reflect.Method.invoke(Method.java:498)
  35. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  36. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  37. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  38. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  39. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  40. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'isantePlusMetadataBundle': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.module.metadatadeploy.api.MetadataDeployService org.openmrs.module.metadatadeploy.bundle.AbstractMetadataBundle.deployService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  41. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  42. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'obsMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'obsMapper' is defined
  43. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  44. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  45. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  46. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  47. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  48. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  49. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/reporting-api/0.11.0/reporting-api-0.11.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#6f0c45f4' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#6f0c45f4' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/reporting-api/0.11.0/reporting-api-0.11.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'reportingSerializer' while setting bean property 'serializer'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializer': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.serialization.xstream.converter.HibernateCollectionConverter org.openmrs.module.serialization.xstream.XStreamSerializer.collectionConverter; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'collectionConverter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.serialization.xstream.converter.CollectionCompatibility org.openmrs.module.serialization.xstream.converter.HibernateCollectionConverter.collection; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.serialization.xstream.converter.CollectionCompatibility] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  50. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  51. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  52. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  53. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  54. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  55. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  56. Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encounterTransactionMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/org/openmrs/module/emrapi/encounter/EncounterTransactionMapper.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.openmrs.module.emrapi.encounter.EncounterObservationsMapper]: : Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined
  57. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrVisitService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#e795a1d' of type [org.openmrs.module.emrapi.visit.EmrVisitServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#e795a1d' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'visitResponseMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitResponseMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterTransactionMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encounterTransactionMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/org/openmrs/module/emrapi/encounter/EncounterTransactionMapper.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.openmrs.module.emrapi.encounter.EncounterObservationsMapper]: : Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined
  58. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  59. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  60. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  61. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  62. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  63. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  64. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  65. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  66. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  67. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  68. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  69. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  70. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  71. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  72. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  73. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  74. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  75. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  76. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  77. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  78. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  79. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  80. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  81. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  82. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  83. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  84. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  85. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  86. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  87. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  88. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  89. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  90. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  91. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  92. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  93. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  94. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  95. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  96. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  97. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  98. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  99. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  100. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  101. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  102. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  103. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  104. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  105. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  106. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  107. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  108. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  109. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  110. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  111. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  112. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  113. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  114. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  115. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  116. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  117. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  118. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  119. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  120. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  121. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  122. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  123. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  124. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
  125. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  126. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  127. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  128. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  129. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  130. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  131. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  132. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  133. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  134. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  135. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  136. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  137. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  138. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  139. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  140. ... 32 more
  141. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.module.metadatadeploy.api.MetadataDeployService org.openmrs.module.metadatadeploy.bundle.AbstractMetadataBundle.deployService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  142. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  143. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  144. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  145. ... 48 more
  146. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  147. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
  148. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
  149. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  150. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  151. ... 50 more
  152.  
  153. shouldSetupContext(org.openmrs.module.isanteplus.api.IsantePlusServiceTest) Time elapsed: 0.005 sec <<< ERROR!
  154. java.lang.IllegalStateException: Failed to load ApplicationContext
  155. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  156. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  157. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  158. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  159. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  160. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  161. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  162. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  163. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  164. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  165. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  166. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  167. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  168. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  169. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  170. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  171. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  172. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  173. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  174. at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  175. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  176. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  177. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  178. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  179. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  180. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  181. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  182. at java.lang.reflect.Method.invoke(Method.java:498)
  183. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  184. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  185. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  186. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  187. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  188. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'isantePlusMetadataBundle': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.module.metadatadeploy.api.MetadataDeployService org.openmrs.module.metadatadeploy.bundle.AbstractMetadataBundle.deployService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  189. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  190. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'obsMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'obsMapper' is defined
  191. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  192. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  193. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  194. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  195. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  196. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  197. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/reporting-api/0.11.0/reporting-api-0.11.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#2c5e6f74' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#2c5e6f74' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/reporting-api/0.11.0/reporting-api-0.11.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'reportingSerializer' while setting bean property 'serializer'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializer': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.serialization.xstream.converter.HibernateCollectionConverter org.openmrs.module.serialization.xstream.XStreamSerializer.collectionConverter; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'collectionConverter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.serialization.xstream.converter.CollectionCompatibility org.openmrs.module.serialization.xstream.converter.HibernateCollectionConverter.collection; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.serialization.xstream.converter.CollectionCompatibility] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  198. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  199. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  200. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  201. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  202. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  203. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  204. Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encounterTransactionMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/org/openmrs/module/emrapi/encounter/EncounterTransactionMapper.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.openmrs.module.emrapi.encounter.EncounterObservationsMapper]: : Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined
  205. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrVisitService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#7440b7d3' of type [org.openmrs.module.emrapi.visit.EmrVisitServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#7440b7d3' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'visitResponseMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitResponseMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterTransactionMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encounterTransactionMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/org/openmrs/module/emrapi/encounter/EncounterTransactionMapper.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.openmrs.module.emrapi.encounter.EncounterObservationsMapper]: : Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined
  206. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  207. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  208. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  209. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  210. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  211. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  212. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  213. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  214. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  215. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  216. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  217. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  218. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  219. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  220. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  221. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  222. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  223. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  224. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  225. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  226. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  227. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  228. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  229. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  230. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  231. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  232. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  233. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  234. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  235. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  236. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  237. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  238. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  239. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  240. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  241. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  242. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  243. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  244. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  245. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  246. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  247. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  248. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  249. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  250. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  251. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  252. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  253. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  254. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  255. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  256. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  257. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  258. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  259. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  260. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  261. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  262. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  263. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  264. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  265. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  266. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  267. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  268. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  269. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  270. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  271. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  272. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
  273. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  274. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  275. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  276. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  277. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  278. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  279. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  280. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  281. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  282. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  283. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  284. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  285. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  286. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  287. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  288. ... 32 more
  289. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.module.metadatadeploy.api.MetadataDeployService org.openmrs.module.metadatadeploy.bundle.AbstractMetadataBundle.deployService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  290. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  291. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  292. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  293. ... 48 more
  294. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  295. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
  296. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
  297. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  298. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  299. ... 50 more
  300.  
  301. test_getPatientAgeInvocations(org.openmrs.module.isanteplus.api.IsantePlusServiceTest) Time elapsed: 0.011 sec <<< ERROR!
  302. java.lang.IllegalStateException: Failed to load ApplicationContext
  303. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  304. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  305. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  306. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  307. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  308. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  309. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  310. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  311. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  312. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  313. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  314. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  315. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  316. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  317. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  318. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  319. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  320. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  321. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  322. at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  323. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  324. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  325. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  326. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  327. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  328. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  329. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  330. at java.lang.reflect.Method.invoke(Method.java:498)
  331. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  332. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  333. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  334. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  335. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  336. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'isantePlusMetadataBundle': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.module.metadatadeploy.api.MetadataDeployService org.openmrs.module.metadatadeploy.bundle.AbstractMetadataBundle.deployService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  337. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  338. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'obsMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'obsMapper' is defined
  339. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  340. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  341. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  342. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  343. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  344. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  345. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/reporting-api/0.11.0/reporting-api-0.11.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#5d3af3ec' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#5d3af3ec' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/reporting-api/0.11.0/reporting-api-0.11.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'reportingSerializer' while setting bean property 'serializer'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializer': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.serialization.xstream.converter.HibernateCollectionConverter org.openmrs.module.serialization.xstream.XStreamSerializer.collectionConverter; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'collectionConverter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.serialization.xstream.converter.CollectionCompatibility org.openmrs.module.serialization.xstream.converter.HibernateCollectionConverter.collection; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.serialization.xstream.converter.CollectionCompatibility] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  346. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  347. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  348. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  349. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  350. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  351. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  352. Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encounterTransactionMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/org/openmrs/module/emrapi/encounter/EncounterTransactionMapper.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.openmrs.module.emrapi.encounter.EncounterObservationsMapper]: : Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined
  353. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrVisitService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#4a0c625' of type [org.openmrs.module.emrapi.visit.EmrVisitServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#4a0c625' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'visitResponseMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitResponseMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterTransactionMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encounterTransactionMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/org/openmrs/module/emrapi/encounter/EncounterTransactionMapper.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.openmrs.module.emrapi.encounter.EncounterObservationsMapper]: : Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationsMapper' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'observationMapper' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'observationMapper' is defined
  354. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  355. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  356. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  357. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  358. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  359. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  360. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  361. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  362. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  363. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  364. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  365. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  366. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  367. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  368. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  369. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  370. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  371. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  372. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  373. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  374. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  375. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  376. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  377. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  378. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  379. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  380. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  381. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  382. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  383. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  384. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  385. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  386. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  387. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  388. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  389. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  390. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  391. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  392. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  393. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  394. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  395. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  396. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  397. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  398. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  399. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  400. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  401. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  402. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  403. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  404. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  405. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  406. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  407. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  408. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  409. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  410. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  411. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  412. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  413. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  414. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  415. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  416. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/emrapi-api/1.18/emrapi-api-1.18.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/providermanagement/api/ProviderManagementService
  417. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  418. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/home/vagrant/.m2/repository/org/openmrs/module/metadatadeploy-api/1.8.1/metadatadeploy-api-1.8.1.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/openmrs/module/metadatasharing/ImportMode
  419. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  420. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
  421. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  422. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  423. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  424. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  425. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  426. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  427. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  428. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  429. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  430. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  431. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  432. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  433. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  434. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  435. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  436. ... 32 more
  437. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.module.metadatadeploy.api.MetadataDeployService org.openmrs.module.metadatadeploy.bundle.AbstractMetadataBundle.deployService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  438. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  439. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  440. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  441. ... 48 more
  442. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.metadatadeploy.api.MetadataDeployService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  443. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
  444. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
  445. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  446. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  447. ... 50 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement