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对象后一定要关闭,不然占用很多内存。

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

相关文章:

  • 2022-02-23
  • 2022-12-23
  • 2022-01-21
  • 2021-08-22
  • 2022-12-23
  • 2021-05-09
  • 2021-12-13
猜你喜欢
  • 2021-05-29
  • 2021-10-20
  • 2021-04-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案