Advertisement
ssmusoke

ClassNotFoundException on running module test

Oct 22nd, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 139.52 KB | None | 0 0
  1. testInstallBirtRuntime(org.openmrs.module.ugandacore.UgandaCoreActivatorTest) Time elapsed: 6.671 sec <<< ERROR!
  2. java.lang.IllegalStateException: Failed to load ApplicationContext
  3. at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:308)
  4. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
  5. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
  6. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:321)
  7. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:220)
  8. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:301)
  9. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  10. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:303)
  11. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
  12. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  13. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
  14. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
  15. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
  16. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
  17. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
  18. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  19. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
  20. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
  21. at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  22. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:180)
  23. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  24. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  25. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:606)
  30. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  31. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  32. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  33. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  34. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  35. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor#0' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionInterceptor' while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: public java.util.Map org.openmrs.api.db.hibernate.HibernateSessionFactoryBean.interceptors; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  36. Related cause: org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  37. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientDAO' while setting bean property 'patientDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  38. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personDAO' while setting bean property 'personDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  39. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  40. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsDAO' while setting bean property 'obsDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  41. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterDAO' while setting bean property 'encounterDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  42. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationDAO' while setting bean property 'locationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  43. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderDAO' while setting bean property 'orderDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  44. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formDAO' while setting bean property 'formDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  45. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminDAO' while setting bean property 'administrationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  46. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  47. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowDAO' while setting bean property 'programWorkflowDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  48. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'messageServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'templateDAO' while setting bean property 'templateDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  49. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientSetServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientSetServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientSetDAO' while setting bean property 'patientSetDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientSetDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  50. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortDAO' while setting bean property 'cohortDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  51. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerDAO' while setting bean property 'schedulerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  52. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertDAO' while setting bean property 'alertDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  53. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'reportServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'reportDAO' while setting bean property 'reportDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  54. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportObjectService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'reportObjectServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportObjectServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'reportObjectDAO' while setting bean property 'reportObjectDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportObjectDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  55. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7Service' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7ServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7ServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7DAO' while setting bean property 'HL7DAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7DAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  56. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activeListService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'activeListServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activeListServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'activeListDAO' while setting bean property 'activeListDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activeListDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  57. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitDAO' while setting bean property 'visitDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  58. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerDAO' while setting bean property 'providerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  59. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/htmlformentry-omod/2.6/htmlformentry-omod-2.6.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.impl.HtmlFormEntryServiceImpl#223f066a' of type [org.openmrs.module.htmlformentry.impl.HtmlFormEntryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.htmlformentry.impl.HtmlFormEntryServiceImpl#223f066a' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/htmlformentry-omod/2.6/htmlformentry-omod-2.6.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#4c968022' of type [org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#4c968022' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/htmlformentry-omod/2.6/htmlformentry-omod-2.6.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  60. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  61. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  62. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  63. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  64. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  65. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  66. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  67. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  68. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  69. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  70. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  71. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  72. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  73. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  74. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  75. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  76. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  77. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  78. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  79. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  80. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  81. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  82. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  83. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  84. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  85. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  86. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  87. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  88. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  89. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  90. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  91. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  92. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  93. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  94. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  95. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  96. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  97. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  98. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  99. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  100. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  101. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  102. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  103. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  104. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  105. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  106. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  107. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  108. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  109. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  110. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  111. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  112. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  113. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  114. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  115. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  116. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  117. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  118. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  119. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  120. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.List org.openmrs.api.impl.UserServiceImpl.privilegeListeners; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  121. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatamapping-api-common/1.0.1/metadatamapping-api-common-1.0.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.metadatamapping.api.adapter.ConceptAdapter org.openmrs.module.metadatamapping.api.impl.MetadataMappingServiceImpl.conceptAdapter; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  122. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataDeployService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatadeploy-api/1.3/metadatadeploy-api-1.3.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9' of type [org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl#5f40d2b9': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.openmrs.module.metadatadeploy.api.impl.MetadataDeployServiceImpl.setHandlers(java.util.Set); nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  123. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/metadatasharing-api-common/1.1.8/metadatasharing-api-common-1.1.8.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#43a397b2': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  124. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  125. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  126. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325)
  127. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086)
  128. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  129. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  130. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  131. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  132. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  133. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  134. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  135. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  136. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  137. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:84)
  138. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:1)
  139. at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:280)
  140. at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:304)
  141. ... 31 more
  142. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: public java.util.Map org.openmrs.api.db.hibernate.HibernateSessionFactoryBean.interceptors; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  143. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  144. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  145. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325)
  146. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086)
  147. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  148. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  149. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  150. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  151. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  152. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  153. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  154. ... 47 more
  155. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: public java.util.Map org.openmrs.api.db.hibernate.HibernateSessionFactoryBean.interceptors; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  156. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  157. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:106)
  158. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1325)
  159. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1086)
  160. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  161. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  162. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  163. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  164. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  165. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  166. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  167. ... 57 more
  168. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: public java.util.Map org.openmrs.api.db.hibernate.HibernateSessionFactoryBean.interceptors; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  169. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285)
  170. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074)
  171. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
  172. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  173. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  174. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  175. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  176. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  177. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:322)
  178. ... 67 more
  179. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: public java.util.Map org.openmrs.api.db.hibernate.HibernateSessionFactoryBean.interceptors; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  180. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:502)
  181. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
  182. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:282)
  183. ... 75 more
  184. Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean] for bean with name 'validatorFactory' defined in URL [jar:file:/Users/ssmusoke/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  185. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1253)
  186. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:576)
  187. at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1319)
  188. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:315)
  189. at org.springframework.beans.factory.BeanFactoryUtils.beanNamesForTypeIncludingAncestors(BeanFactoryUtils.java:185)
  190. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:829)
  191. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:773)
  192. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:703)
  193. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:474)
  194. ... 77 more
  195. Caused by: java.lang.NoClassDefFoundError: javax/validation/ValidatorFactory
  196. at java.lang.ClassLoader.defineClass1(Native Method)
  197. at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
  198. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  199. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
  200. at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
  201. at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
  202. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  203. at java.security.AccessController.doPrivileged(Native Method)
  204. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  205. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  206. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  207. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  208. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:155)
  209. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  210. at org.springframework.util.ClassUtils.forName(ClassUtils.java:257)
  211. at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:408)
  212. at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1271)
  213. at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1242)
  214. ... 85 more
  215. Caused by: java.lang.ClassNotFoundException: javax.validation.ValidatorFactory
  216. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  217. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  218. at java.security.AccessController.doPrivileged(Native Method)
  219. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  220. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  221. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  222. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  223. ... 103 more
  224.  
  225. org.openmrs.module.ugandacore.UgandaCoreActivatorTest Time elapsed: 6.672 sec <<< ERROR!
  226. org.openmrs.api.APIException: contextDAO is null
  227. at org.openmrs.api.context.Context.getContextDAO(Context.java:173)
  228. at org.openmrs.api.context.Context.closeSession(Context.java:737)
  229. at org.openmrs.test.BaseContextSensitiveTest.closeSessionAfterEachClass(BaseContextSensitiveTest.java:709)
  230. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  231. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  232. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  233. at java.lang.reflect.Method.invoke(Method.java:606)
  234. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
  235. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  236. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
  237. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
  238. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
  239. at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  240. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:180)
  241. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  242. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  243. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  244. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  245. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  246. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  247. at java.lang.reflect.Method.invoke(Method.java:606)
  248. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  249. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  250. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  251. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  252. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  253.  
  254.  
  255. Results :
  256.  
  257. Tests in error:
  258. testInstallBirtRuntime(org.openmrs.module.ugandacore.UgandaCoreActivatorTest): Failed to load ApplicationContext
  259. org.openmrs.module.ugandacore.UgandaCoreActivatorTest: contextDAO is null
  260.  
  261. Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
  262.  
  263. [INFO] ------------------------------------------------------------------------
  264. [INFO] Reactor Summary:
  265. [INFO]
  266. [INFO] Core Module for OpenMRS Uganda distributions ....... SUCCESS [ 0.062 s]
  267. [INFO] Uganda OpenMRS distribution ........................ SUCCESS [ 0.005 s]
  268. [INFO] OpeMRS Uganda Core API ............................. FAILURE [ 13.048 s]
  269. [INFO] Uganda Core Module OMOD ............................ SKIPPED
  270. [INFO] ------------------------------------------------------------------------
  271. [INFO] BUILD FAILURE
  272. [INFO] ------------------------------------------------------------------------
  273. [INFO] Total time: 13.797 s
  274. [INFO] Finished at: 2015-10-22T11:44:35+03:00
  275. [INFO] Final Memory: 14M/226M
  276. [INFO] ------------------------------------------------------------------------
  277. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project ugandacore-api: There are test failures.
  278. [ERROR]
  279. [ERROR] Please refer to /Users/ssmusoke/IdeaProjects/openmrs-module-ugandacore/api/target/surefire-reports for the individual test results.
  280. [ERROR] -> [Help 1]
  281. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project ugandacore-api: There are test failures.
  282.  
  283. Please refer to /Users/ssmusoke/IdeaProjects/openmrs-module-ugandacore/api/target/surefire-reports for the individual test results.
  284. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
  285. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  286. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  287. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  288. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  289. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  290. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  291. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  292. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  293. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  294. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
  295. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
  296. at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
  297. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  298. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  299. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  300. at java.lang.reflect.Method.invoke(Method.java:606)
  301. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  302. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  303. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  304. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  305. Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
  306.  
  307. Please refer to /Users/ssmusoke/IdeaProjects/openmrs-module-ugandacore/api/target/surefire-reports for the individual test results.
  308. at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:83)
  309. at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:176)
  310. at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:150)
  311. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:650)
  312. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:586)
  313. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  314. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
  315. ... 20 more
  316. [ERROR]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement