Advertisement
Guest User

Untitled

a guest
Mar 12th, 2022
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.76 KB | None | 0 0
  1. java.lang.IllegalStateException: Failed to load ApplicationContext
  2.  
  3. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  4. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  5. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  6. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  7. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  8. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  9. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  10. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  11. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  12. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  13. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  14. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
  15. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
  16. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
  17. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
  18. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
  19. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  20. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  21. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  22. at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
  23. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  24. at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
  25. at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
  26. at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38)
  27. at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11)
  28. at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35)
  29. at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:235)
  30. at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:54)
  31. 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' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  32. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  33. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  34. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  35. 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' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userDAO' while setting bean property 'userDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  36. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  37. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  38. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  39. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  40. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionDAO' while setting bean property 'conditionDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  41. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisDAO' while setting bean property 'diagnosisDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  42. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetDAO' while setting bean property 'orderSetDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  43. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  44. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  45. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  46. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  47. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  48. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  49. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  50. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  51. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  52. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  53. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'messageSourceServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceServiceTarget' defined in class path resource [applicationContext-service.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
  54. PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'activeMessageSource' threw exception; nested exception is java.lang.NullPointerException
  55. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  56. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  57. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#5edce7da' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#5edce7da' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serializedObjectDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializedObjectDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  58. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEvaluationService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  59. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  60. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.ReportServiceImpl#e14559e' of type [org.openmrs.module.reporting.report.service.ReportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.ReportServiceImpl#e14559e' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#1dfd3635' of type [org.openmrs.module.reporting.report.service.db.HibernateReportDAO] while setting bean property 'reportDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#1dfd3635' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  61. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  62. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPatientDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  63. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  64. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  65. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  66. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  67. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  68. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  69. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  70. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  71. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  72. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingIndicatorService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  73. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDimensionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  74. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#b1e63b5' of type [org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#b1e63b5' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'cohortQueryDAO' while setting bean property 'cohortQueryDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortQueryDAO' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  75. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#4733662d' of type [org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#4733662d' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataSetQueryDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSetQueryDAO' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  76. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientCalculationService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  77. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#d91e8c7' of type [org.openmrs.calculation.api.CalculationRegistrationServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#d91e8c7' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'calculationRegistrationDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationDao' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  78. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  79. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  80. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  81. 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' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userDAO' while setting bean property 'userDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  82. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  83. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  84. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  85. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  86. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionDAO' while setting bean property 'conditionDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  87. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisDAO' while setting bean property 'diagnosisDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  88. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetDAO' while setting bean property 'orderSetDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  89. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  90. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  91. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  92. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  93. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  94. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  95. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  96. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  97. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  98. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  99. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  100. 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]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  101. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#5edce7da' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#5edce7da' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serializedObjectDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializedObjectDAO' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  102. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEvaluationService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  103. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  104. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.ReportServiceImpl#e14559e' of type [org.openmrs.module.reporting.report.service.ReportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.ReportServiceImpl#e14559e' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#1dfd3635' of type [org.openmrs.module.reporting.report.service.db.HibernateReportDAO] while setting bean property 'reportDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#1dfd3635' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  105. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  106. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPatientDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  107. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  108. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  109. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsDataService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  110. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  111. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  112. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  113. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  114. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  115. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetDefinitionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  116. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingIndicatorService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  117. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDimensionService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  118. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#b1e63b5' of type [org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#b1e63b5' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'cohortQueryDAO' while setting bean property 'cohortQueryDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortQueryDAO' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  119. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#4733662d' of type [org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#4733662d' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataSetQueryDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSetQueryDAO' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/reporting-api/1.13.0/reporting-api-1.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  120. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientCalculationService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serviceInterceptors' while setting bean property 'preInterceptors'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceInterceptors': Cannot resolve reference to bean 'cacheInterceptor' while setting bean property 'sourceList' with key [3]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheInterceptor' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'apiCacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'apiCacheManager' defined in org.openmrs.api.cache.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'cacheManager' threw exception; nested exception is java.lang.NullPointerException
  121. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationService' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#d91e8c7' of type [org.openmrs.calculation.api.CalculationRegistrationServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#d91e8c7' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'calculationRegistrationDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationDao' defined in URL [jar:file:/home/tin/.m2/repository/org/openmrs/module/calculation-api/1.2/calculation-api-1.2.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  122. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eptsreports.EptsReportsService' defined in URL [file:/home/tin/workspace/openmrs-module-eptsreports/api/target/classes/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.eptsreports.api.impl.EptsReportsServiceImpl#570089c4' of type [org.openmrs.module.eptsreports.api.impl.EptsReportsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.eptsreports.api.impl.EptsReportsServiceImpl#570089c4' defined in URL [file:/home/tin/workspace/openmrs-module-eptsreports/api/target/classes/moduleApplicationContext.xml]: Cannot resolve reference to bean 'eptsreports.EptsReportsDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eptsreports.EptsReportsDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.api.db.hibernate.DbSessionFactory org.openmrs.module.eptsreports.api.dao.EptsReportsDao.sessionFactory; nested exception is java.lang.NullPointerException
  123. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
  124. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  125. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469)
  126. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  127. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  128. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  129. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  130. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  131. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  132. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  133. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  134. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  135. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  136. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  137. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  138. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  139. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  140. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  141. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  142. ... 27 more
  143. 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' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  144. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
  145. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  146. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469)
  147. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  148. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  149. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  150. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  151. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  152. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  153. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  154. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  155. ... 45 more
  156. 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' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  157. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
  158. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  159. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469)
  160. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  161. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  162. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  163. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  164. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  165. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  166. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  167. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  168. ... 55 more
  169. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is java.lang.NullPointerException
  170. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  171. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  172. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  173. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  174. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  175. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  176. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  177. ... 65 more
  178. Caused by: java.lang.NullPointerException
  179. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:270)
  180. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  181. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  182. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  183. at com.sun.proxy.$Proxy71.isSingleton(Unknown Source)
  184. at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.getObjectFromFactoryBean(FactoryBeanRegistrySupport.java:99)
  185. at org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForBeanInstance(AbstractBeanFactory.java:1517)
  186. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:314)
  187. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  188. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  189. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  190. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1469)
  191. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  192. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  193. ... 71 more
  194.  
  195.  
  196. Process finished with exit code 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement