Question
Closed
Tomcat, Java8, and prweb memory leak warning
Hello all,
We are using Tomcat 8 (8.5.24) with JDK8 (1.8.0_151) and we are seeing these messages in tomcat logs frequently:
WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [prweb] appears to have started a thread named [InterruptTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Object.java:502)
java.util.TimerThread.mainLoop(Timer.java:526)
java.util.TimerThread.run(Timer.java:505)
Has anyone come across these messages? How do we resolve these?
***Updated by moderator: Lochan to update platform capability***