-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.11.0
-
Component/s: None
-
Environment:Win7 Ultimate 64bit sp1
Tomcat 7.0.27
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode)
log:
三月 28, 2013 11:12:48 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
三月 28, 2013 11:12:48 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [] appears to have started a thread named [net.sf.ehcache.CacheManager@5549fe36] but has failed to stop it. This is very likely to create a memory leak.
三月 28, 2013 11:12:48 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The 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.
三月 28, 2013 11:12:48 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [] appears to have started a thread named [scheduler-1] but has failed to stop it. This is very likely to create a memory leak.
三月 28, 2013 11:12:48 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [] appears to have started a thread named [scheduler-2] but has failed to stop it. This is very likely to create a memory leak.
三月 28, 2013 11:12:48 上午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The 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.
三月 28, 2013 11:12:49 上午 org.apache.catalina.startup.HostConfig checkResources
信息: Undeploying context []
- duplicates
-
JAVA-581 Background threads continue to run after a web app is undeployed unless Mongo#close is called
- Closed