Guest User

Untitled

a guest
Apr 26th, 2025
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. ERROR - Listener.contextInitialized(262) |2025-04-26T15:29:12,782| Failed to obtain JDBC connection
  2. org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext$child#56' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/lib/appframework-api-2.18.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appFrameworkService' while setting bean property 'moduleService' with key [1]; nested exception is 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#4b145486' of type [org.openmrs.module.appframework.service.AppFrameworkServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#4b145486' defined in URL [jar:file:/openmrs/data/.openmrs-lib-cache/appframework/appframework.jar!/moduleApplicationContext.xml]: Unsatisfied dependency expressed through constructor parameter 3: Could not convert argument value of type [com.sun.proxy.$Proxy371] to required type [org.openmrs.module.appframework.repository.AllComponentsState]: Failed to convert value of type 'com.sun.proxy.$Proxy371 implementing org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.cglib.proxy.Factory,org.springframework.core.DecoratingProxy' to required type 'org.openmrs.module.appframework.repository.AllComponentsState'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'com.sun.proxy.$Proxy371 implementing org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised,org.springframework.cglib.proxy.Factory,org.springframework.core.DecoratingProxy' to required type 'org.openmrs.module.appframework.repository.AllComponentsState': no matching editors or conversion strategy found
  3. at org.openmrs.web.WebDaemon.lambda$startOpenmrs$0(WebDaemon.java:44) ~[openmrs-web-2.7.4-SNAPSHOT.jar:?]
  4. at org.openmrs.api.context.Daemon.lambda$runInDaemonThreadInternal$5(Daemon.java:452) ~[openmrs-api-2.7.4-SNAPSHOT.jar:?]
  5. at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
  6. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
  7. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
  8. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
  9. at java.base/java.lang.Thread.run(Thread.java:829) ~[?:?]
Advertisement
Add Comment
Please, Sign In to add comment