首页 > 移动平台 > 详细

The web application [] is still processing a request that has yet to finish。This is very likely........

时间:2020-06-21 19:55:02      阅读:412      评论:0      收藏:0      [点我收藏+]

1.问题

在做一些操作时,比如说添加之后再查询,重复多次之后发现数据无法继续添加,也无法查询出数据。此时前台和后台都没报错。当再次启动tomcat时,出现警告:

`The web application [***] is still processing a request that has yet to finish. This 
is very likely to create a memory leak. You can control the time allowed for 
requests to finish by using the unloadDelay attribute of the standard Context 
implementation.`  

2.原因

个人认为是连接没有及时关闭,可能再加上内存不富裕,导致memeory leak。

3.解决方法

在动作结束之后及时关闭连接,可解决。

4.参考文章

转自:https://blog.csdn.net/weixin_38601190/article/details/90648458

The web application [] is still processing a request that has yet to finish。This is very likely........

原文:https://www.cnblogs.com/lty1661489001/p/13173705.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!