Advertisement
Guest User

Untitled

a guest
Oct 17th, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 163.65 KB | None | 0 0
  1. ERROR - FrameworkServlet.initServletBean(534) |2023-10-17T05:51:37,551| Context initialization failed
  2. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conversionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/uiframework/uiframework.jar!/webModuleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.converter.StringToProviderRoleConverter#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'providerManagementService' is expected to be of type 'org.openmrs.module.providermanagement.api.ProviderManagementService' but was actually of type 'com.sun.proxy.$Proxy426'
  3. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:602) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  4. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  5. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  6. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  7. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  8. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:277) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  9. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  10. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:856) ~[spring-context-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  11. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) ~[spring-context-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  12. at org.springframework.web.servlet.FrameworkServlet.configureAndRefreshWebApplicationContext(FrameworkServlet.java:702) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  13. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:668) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  14. at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:716) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  15. at org.springframework.web.servlet.FrameworkServlet.initWebApplicationContext(FrameworkServlet.java:591) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  16. at org.springframework.web.servlet.FrameworkServlet.initServletBean(FrameworkServlet.java:530) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  17. at org.springframework.web.servlet.HttpServletBean.init(HttpServletBean.java:170) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  18. at javax.servlet.GenericServlet.init(GenericServlet.java:143) ~[servlet-api.jar:3.1.FR]
  19. at org.openmrs.web.DispatcherServlet.init(DispatcherServlet.java:82) ~[openmrs-web-2.5.12.jar:?]
  20. at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1115) ~[catalina.jar:8.5.88]
  21. at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1064) ~[catalina.jar:8.5.88]
  22. at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:748) ~[catalina.jar:8.5.88]
  23. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:115) ~[catalina.jar:8.5.88]
  24. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[catalina.jar:8.5.88]
  25. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) ~[catalina.jar:8.5.88]
  26. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) ~[catalina.jar:8.5.88]
  27. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[catalina.jar:8.5.88]
  28. at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:682) ~[catalina.jar:8.5.88]
  29. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[catalina.jar:8.5.88]
  30. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[catalina.jar:8.5.88]
  31. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:617) ~[tomcat-coyote.jar:8.5.88]
  32. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-coyote.jar:8.5.88]
  33. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:932) ~[tomcat-coyote.jar:8.5.88]
  34. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1695) ~[tomcat-coyote.jar:8.5.88]
  35. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-coyote.jar:8.5.88]
  36. at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-util.jar:8.5.88]
  37. at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-util.jar:8.5.88]
  38. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-util.jar:8.5.88]
  39. at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_372]
  40. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.converter.StringToProviderRoleConverter#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'providerManagementService' is expected to be of type 'org.openmrs.module.providermanagement.api.ProviderManagementService' but was actually of type 'com.sun.proxy.$Proxy426'
  41. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  42. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  43. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  44. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  45. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  46. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  47. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  48. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  49. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  50. at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1525) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  51. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1489) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  52. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1378) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  53. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1265) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  54. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  55. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.resolvedCachedArgument(AutowiredAnnotationBeanPostProcessor.java:601) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  56. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.access$000(AutowiredAnnotationBeanPostProcessor.java:131) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  57. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:632) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  58. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  59. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  60. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  61. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  62. ... 36 more
  63. Caused by: org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'providerManagementService' is expected to be of type 'org.openmrs.module.providermanagement.api.ProviderManagementService' but was actually of type 'com.sun.proxy.$Proxy426'
  64. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:399) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  65. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  66. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$ShortcutDependencyDescriptor.resolveShortcut(AutowiredAnnotationBeanPostProcessor.java:819) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  67. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1239) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  68. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  69. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.resolvedCachedArgument(AutowiredAnnotationBeanPostProcessor.java:601) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  70. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.access$000(AutowiredAnnotationBeanPostProcessor.java:131) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  71. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:632) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  72. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  73. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  74. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  75. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  76. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  77. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  78. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  79. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  80. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  81. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  82. at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1525) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  83. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1489) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  84. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1378) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  85. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1265) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  86. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1227) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  87. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.resolvedCachedArgument(AutowiredAnnotationBeanPostProcessor.java:601) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  88. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.access$000(AutowiredAnnotationBeanPostProcessor.java:131) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  89. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:632) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  90. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  91. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  92. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1425) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  93. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  94. ... 36 more
  95. WARN - AbstractApplicationContext.refresh(559) |2023-10-17T05:51:38,503| Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conversionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/uiframework/uiframework.jar!/webModuleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.converter.StringToProviderRoleConverter#0': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'providerManagementService' is expected to be of type 'org.openmrs.module.providermanagement.api.ProviderManagementService' but was actually of type 'com.sun.proxy.$Proxy426'
  96. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exportTask' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' of type [org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'fhirTaskDaoImpl' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fhirTaskDaoImpl' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.10.0-SNAPSHOT.jar!/org/openmrs/module/fhir2/api/dao/impl/FhirTaskDaoImpl.class]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  97. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' of type [org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  98. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openconceptlab.importService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' of type [org.openmrs.module.openconceptlab.ImportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService': no matching editors or conversion strategy found
  99. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#242dba9a' 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#242dba9a' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  100. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' of type [org.openmrs.module.emrapi.account.AccountServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService': no matching editors or conversion strategy found
  101. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  102. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exitFromCareService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' of type [org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  103. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  104. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' of type [org.openmrs.module.emrapi.patient.EmrPatientServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  105. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  106. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' of type [org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrPersonImageService' while setting bean property 'emrPersonImageService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  107. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' of type [org.openmrs.module.emrapi.disposition.DispositionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrConceptService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  108. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  109. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exportTask' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' of type [org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'fhirTaskDaoImpl' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fhirTaskDaoImpl' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.10.0-SNAPSHOT.jar!/org/openmrs/module/fhir2/api/dao/impl/FhirTaskDaoImpl.class]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  110. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' of type [org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  111. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openconceptlab.importService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' of type [org.openmrs.module.openconceptlab.ImportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService': no matching editors or conversion strategy found
  112. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#242dba9a' 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#242dba9a' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  113. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' of type [org.openmrs.module.emrapi.account.AccountServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService': no matching editors or conversion strategy found
  114. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  115. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exitFromCareService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' of type [org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  116. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  117. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' of type [org.openmrs.module.emrapi.patient.EmrPatientServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  118. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  119. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' of type [org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrPersonImageService' while setting bean property 'emrPersonImageService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  120. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' of type [org.openmrs.module.emrapi.disposition.DispositionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrConceptService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  121. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  122. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrDiagnosisService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' of type [org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  123. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  124. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  125. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  126. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentsService' while setting bean property 'appointmentsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  127. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appFrameworkService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' of type [org.openmrs.module.appframework.service.AppFrameworkServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'allComponentsState' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'allComponentsState' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  128. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'bahmniEncounterTransactionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  129. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exportTask' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' of type [org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'fhirTaskDaoImpl' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fhirTaskDaoImpl' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.10.0-SNAPSHOT.jar!/org/openmrs/module/fhir2/api/dao/impl/FhirTaskDaoImpl.class]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  130. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' of type [org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  131. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openconceptlab.importService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' of type [org.openmrs.module.openconceptlab.ImportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService': no matching editors or conversion strategy found
  132. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#242dba9a' 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#242dba9a' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  133. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' of type [org.openmrs.module.emrapi.account.AccountServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService': no matching editors or conversion strategy found
  134. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  135. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exitFromCareService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' of type [org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  136. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  137. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' of type [org.openmrs.module.emrapi.patient.EmrPatientServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  138. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  139. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' of type [org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrPersonImageService' while setting bean property 'emrPersonImageService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  140. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' of type [org.openmrs.module.emrapi.disposition.DispositionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrConceptService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  141. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  142. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrDiagnosisService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' of type [org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  143. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  144. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  145. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  146. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentsService' while setting bean property 'appointmentsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  147. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appFrameworkService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' of type [org.openmrs.module.appframework.service.AppFrameworkServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'allComponentsState' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'allComponentsState' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  148. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'bahmniEncounterTransactionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  149. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/webservices.rest/webservices.rest.jar!/webModuleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl#733117c' of type [org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl#733117c' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/webservices.rest/webservices.rest.jar!/webModuleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.webservices.rest.web.api.RestHelperService' for property 'restHelperService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.webservices.rest.web.api.RestHelperService' for property 'restHelperService': no matching editors or conversion strategy found
  150. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exportTask' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' of type [org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'fhirTaskDaoImpl' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fhirTaskDaoImpl' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.10.0-SNAPSHOT.jar!/org/openmrs/module/fhir2/api/dao/impl/FhirTaskDaoImpl.class]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  151. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' of type [org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  152. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openconceptlab.importService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' of type [org.openmrs.module.openconceptlab.ImportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService': no matching editors or conversion strategy found
  153. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#242dba9a' 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#242dba9a' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  154. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' of type [org.openmrs.module.emrapi.account.AccountServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService': no matching editors or conversion strategy found
  155. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  156. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exitFromCareService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' of type [org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  157. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  158. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' of type [org.openmrs.module.emrapi.patient.EmrPatientServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  159. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  160. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' of type [org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrPersonImageService' while setting bean property 'emrPersonImageService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  161. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' of type [org.openmrs.module.emrapi.disposition.DispositionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrConceptService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  162. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  163. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrDiagnosisService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' of type [org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  164. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  165. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  166. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  167. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentsService' while setting bean property 'appointmentsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  168. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appFrameworkService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' of type [org.openmrs.module.appframework.service.AppFrameworkServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'allComponentsState' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'allComponentsState' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  169. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'bahmniEncounterTransactionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  170. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/webservices.rest/webservices.rest.jar!/webModuleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl#733117c' of type [org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl#733117c' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/webservices.rest/webservices.rest.jar!/webModuleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.webservices.rest.web.api.RestHelperService' for property 'restHelperService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.webservices.rest.web.api.RestHelperService' for property 'restHelperService': no matching editors or conversion strategy found
  171. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exportTask' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' of type [org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'fhirTaskDaoImpl' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fhirTaskDaoImpl' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.10.0-SNAPSHOT.jar!/org/openmrs/module/fhir2/api/dao/impl/FhirTaskDaoImpl.class]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  172. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' of type [org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  173. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openconceptlab.importService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' of type [org.openmrs.module.openconceptlab.ImportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService': no matching editors or conversion strategy found
  174. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#242dba9a' 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#242dba9a' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/reporting/reporting.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  175. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' of type [org.openmrs.module.emrapi.account.AccountServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.account.AccountServiceImpl#6215ada2' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.providermanagement.api.ProviderManagementService' for property 'providerManagementService': no matching editors or conversion strategy found
  176. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#164480f4' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  177. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exitFromCareService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' of type [org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.exitfromcare.ExitFromCareServiceImpl#4b15b47b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  178. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  179. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' of type [org.openmrs.module.emrapi.patient.EmrPatientServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#7132c14d' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  180. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  181. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' of type [org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#79e3b64' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrPersonImageService' while setting bean property 'emrPersonImageService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#b6aded' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  182. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' of type [org.openmrs.module.emrapi.disposition.DispositionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#60c1ba73' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrConceptService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#25136ed0' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  183. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  184. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrDiagnosisService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' of type [org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl2_2#1236d897' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-2.2-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  185. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#5fe6bd8b' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  186. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  187. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#6aac128c' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  188. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#70dcae9e' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentsService' while setting bean property 'appointmentsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#73dbf931' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentAuditDao' while setting bean property 'appointmentAuditDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentAuditDao' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appointments/appointments.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  189. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appFrameworkService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' of type [org.openmrs.module.appframework.service.AppFrameworkServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#8fda9c5' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'allComponentsState' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'allComponentsState' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  190. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'bahmniEncounterTransactionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniEncounterTransactionServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterObservationServiceHelper' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterObservationServiceHelper' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/emrapi/lib/emrapi-api-1.32.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  191. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'restService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/webservices.rest/webservices.rest.jar!/webModuleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl#733117c' of type [org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl#733117c' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/webservices.rest/webservices.rest.jar!/webModuleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.webservices.rest.web.api.RestHelperService' for property 'restHelperService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.webservices.rest.web.api.RestHelperService' for property 'restHelperService': no matching editors or conversion strategy found
  192. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tsConceptSearchService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'tsConceptSearchServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tsConceptSearchServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'bahmniDiagnosisService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniDiagnosisService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'bahmniDiagnosisServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bahmniDiagnosisServiceTarget' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmnicore-api-1.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'bahmniDiagnosisMetadata' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'bahmniDiagnosisMetadata' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/bahmnicore/lib/bahmni-emr-api-1.2.0-SNAPSHOT.jar!/org/openmrs/module/bahmniemrapi/diagnosis/helper/BahmniDiagnosisMetadata.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'metadatamapping.MetadataMappingService' is expected to be of type 'org.openmrs.module.metadatamapping.api.MetadataMappingService' but was actually of type 'com.sun.proxy.$Proxy426'
  193. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'exportTask' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' of type [org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.fhirExtension.service.impl.ExportTaskImpl#19e15ce9' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2Extension/fhir2Extension.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'fhirTaskDaoImpl' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fhirTaskDaoImpl' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/fhir2/lib/fhir2-api-1.10.0-SNAPSHOT.jar!/org/openmrs/module/fhir2/api/dao/impl/FhirTaskDaoImpl.class]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  194. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' of type [org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#3854d03f' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/providermanagement/lib/providermanagement-api-2.13.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; nested exception is java.lang.IllegalStateException: Unable to load cache item
  195. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openconceptlab.importService' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' of type [org.openmrs.module.openconceptlab.ImportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.openconceptlab.ImportServiceImpl#d055fcb' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/openconceptlab/lib/openconceptlab-api-2.1.0.jar!/moduleApplicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy426 implementing org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.core.DecoratingProxy,java.io.Serializable,org.springframework.transaction.interceptor.TransactionalProxy' to required type 'org.openmrs.module.openconceptlab.OclConceptService' for property 'oclConceptService': no matching editors or conversion strategy found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement