首页 > 代码库 > 严重: The web application [] registered the JDBC driver 错误
严重: 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.
严重: The web application [] registered the JDBC driver 错误
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。