Advertisement
six519

Untitled

Oct 23rd, 2011
894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. SEVERE: A web application registered the JBDC driver [oracle.jdbc.driver.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  2. 10 24, 11 10:59:02 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  3. SEVERE: A web application appears to have started a thread named [HouseKeeper] but has failed to stop it. This is very likely to create a memory leak.
  4. 10 24, 11 10:59:02 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  5. SEVERE: A web application appears to have started a thread named [Prototyper] but has failed to stop it. This is very likely to create a memory leak.
  6. 10 24, 11 10:59:02 AM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
  7. SEVERE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Prototype beans currently in creation]) and a value of type [null] (value [null]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
  8. Exception in thread "HouseKeeper" java.lang.NullPointerException
  9. at org.logicalcobwebs.proxool.HouseKeeperController.getHouseKeeperToRun(HouseKeeperController.java:53)
  10. at org.logicalcobwebs.proxool.HouseKeeperThread.run(HouseKeeperThread.java:33)
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement