tomcat关闭时,druid提示错误:

严重: The web application [] registered the JDBC driver [com.alibaba.druid.proxy.DruidDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 
2013-11-4 8:39:16 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. 
2013-11-4 8:39:16 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 
 严重: The web application [] appears to have started a thread named [Druid-ConnectionPool-Create-10384886] but has failed to stop it. This is very likely to create a memory leak. 
2013-11-4 8:39:16 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads 
 严重: The web application [] appears to have started a thread named [Druid-ConnectionPool-Destory-10384886] but has failed to stop it. This is very likely to create a memory leak. 

评论区

JFinal

2017-08-19 12:39

这类异常貌似很久都没有人反馈过了,升级到 druid 新版本试试

常豆豆

2017-08-19 15:01

@JFinal 关闭tomcat的时候连接池需要手动关闭吗

JFinal

2017-08-21 11:02

@常豆豆 如果你是在用 jfinal 整合的连接池插件就不需要手动关闭连接池,jfinal 已自动关闭过

PL23K

2018-12-24 19:42

@JFinal 我用的DEMO 也是这样的 每次关闭都报这个错

JFinal

2018-12-24 20:17

@PL23K tomcat 对有些情况会误报,在 jfinal undertow 下就没这种误报

热门反馈

扫码入社