bigshuai 发表于 2013-10-12 21:52:15

项目重启时遇到的问题

myeclipse开发环境
重新运行时遇到问题 无法启动 必须把tomcat下之前的部署删掉 才能重启
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application registered the 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.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application registered the 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.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application registered the 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.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application registered the 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.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application appears to have started a thread named but has failed to stop it. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application appears to have started a thread named but has failed to stop it. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application appears to have started a thread named but has failed to stop it. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application appears to have started a thread named but has failed to stop it. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application appears to have started a thread named but has failed to stop it. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application appears to have started a thread named but has failed to stop it. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application created a ThreadLocal with key of type (value ) and a value of type (value ) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application created a ThreadLocal with key of type (value ) and a value of type (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
2013-10-12 21:47:35 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application created a ThreadLocal with key of type (value ) and a value of type (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.


页: [1]
查看完整版本: 项目重启时遇到的问题