I created a web application in Apache Cocoon. This website works correctly, but every 3-4 days it stops responding. It does not start until we restart the tomcat service. The following error is displayed in the catalina file 2011-05-09.log: -
"May 9, 2011 3:17:34 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: the web application [/ webresources] is still processing a request that is not finished yet. This will probably lead to a memory leak. You "You can control the time allowed to complete requests using the unloadDelay attribute of the standard context implementation."
I could not understand the cause of this problem. Can someone suggest me how to solve this problem?
source
share