Advertisement
Guest User

Untitled

a guest
Jul 10th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. ERROR - Listener.contextInitialized(168) |2013-07-10 09:38:46,601| Got exception while starting up:
  2. org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: URL [jar:file:/tmp/tomcat7-tomcat7-tmp/1373481490306.openmrs-lib-cache/reporting/lib/reporting-api-0.7.8-SNAPSHOT.jar!/org/openmrs/module/reporting/calculation/DataCalculation.class]; nested exception is java.io.FileNotFoundException: class path resource [org/openmrs/calculation/BaseCalculation.class] cannot be opened because it does not exist
  3. at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:66)
  4. at org.openmrs.web.Listener.contextInitialized(Listener.java:162)
  5. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4779)
  6. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5273)
  7. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  8. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:895)
  9. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:871)
  10. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:615)
  11. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:958)
  12. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1599)
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  14. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
  15. at java.util.concurrent.FutureTask.run(FutureTask.java:166)
  16. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
  17. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  18. at java.lang.Thread.run(Thread.java:679)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement