Advertisement
Guest User

Untitled

a guest
May 6th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. The following error occurred at startup:
  2. Unable to start OpenMRS. Error thrown was: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  3. org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  4. at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:65)
  5. at org.openmrs.web.Listener.contextInitialized(Listener.java:196)
  6. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4961)
  7. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5455)
  8. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  9. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
  10. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
  11. at java.util.concurrent.FutureTask.run(Unknown Source)
  12. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  13. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  14. at java.lang.Thread.run(Unknown Source)
  15. Caused by: javax.servlet.ServletException: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  16. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  17. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  18. Caused by: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  19. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:660)
  20. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:275)
  21. at org.openmrs.api.context.Context.getSchedulerService(Context.java:486)
  22. at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:370)
  23. at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:767)
  24. at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:710)
  25. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:675)
  26. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement