严重: The web application [] registered the JDBC driver 错误

  近日发现启动tomcat的时候报如下警告:

2014-9-16 10:25:26 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.
2014-9-16 10:25:26 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [] appears to have started a thread named [Timer-0] but has 
failed to stop it. This is very likely to create a memory leak.

原因: 

      使用killall 或者 kill -9直接杀死java进程,导致相关内存没有及时释放.

解决:

  使用stop.sh来停止tomcat.

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。