Advertisement
Guest User

Untitled

a guest
Jun 12th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. 12-Jun-2018 23:39:39.886 INFO [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log SessionListener: contextDestroyed()
  2. 12-Jun-2018 23:39:39.886 INFO [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed()
  3. 12-Jun-2018 23:39:39.912 INFO [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Destroying Spring FrameworkServlet 'openmrs'
  4. 12-Jun-2018 23:39:40.337 SEVERE [localhost-startStop-2] org.apache.catalina.core.StandardContext.listenerStop Exception sending context destroyed event to listener instance of class [org.openmrs.web.Listener]
  5. java.lang.NullPointerException
  6. at sun.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:57)
  7. at sun.reflect.UnsafeObjectFieldAccessorImpl.get(UnsafeObjectFieldAccessorImpl.java:36)
  8. at java.lang.reflect.Field.get(Field.java:393)
  9. at org.openmrs.util.MemoryLeakUtil.shutdownMysqlCancellationTimer(MemoryLeakUtil.java:42)
  10. at org.openmrs.web.Listener.contextDestroyed(Listener.java:604)
  11. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4792)
  12. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5429)
  13. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:226)
  14. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1435)
  15. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1424)
  16. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  17. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  18. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  19. at java.lang.Thread.run(Thread.java:748)
  20.  
  21. 12-Jun-2018 23:39:40.337 INFO [localhost-startStop-2] org.apache.catalina.core.ApplicationContext.log Shutting down log4j
  22. 12-Jun-2018 23:39:48.122 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
  23. 12-Jun-2018 23:39:48.598 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing log4j from [classpath:log4j.xml]
  24. 12-Jun-2018 23:40:11.871 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextInitialized()
  25. 12-Jun-2018 23:40:11.872 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log SessionListener: contextInitialized()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement