您的位置:首页 > 移动开发

严重:The web application [web01] appears to have started a thread named ...

2016-06-20 15:50 549 查看
严重:The web application [web01] appears to have started a thread named ...

Tomcat报错

严重:The web application [web01] appears to have started a thread named [PooledThread-1] but has failed to stop it. This is very likely to create a memory leak.

没有关闭ResultSet,PreparedStatement,Connection的后果。用完ResultSet,PreparedStatement,Connection对象后一定要关闭,不然占用很多内存。

分类:
Java,
jsp,
Tomcat
标签:
Java,
tomcat
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: