Tomcat - Error Logs

Hi Gurus,

Our tomcat server was found hanging and responding to requests although ports 8080 & 8009(AJP) were found in listening state. The catalina.out had the below output:

We have JavaMelody(Monitoring tool) packaged along with our application and it seems that monitoring through Java melody it has created this issue. Is my understanding correct? Can excessive usage of Javamelody hang tomcat servers?

Any insights is appreciated.

Thanks-in-advance,
HG

It seems an essential thread was killed by someone (or an application) accessing the javamelody IHM.

google has been reported to cause that issue: Log in with Atlassian account

Thanks for the response. But i am Not able to access the link.

Thanks
HG

The javamelody IHM is designed to administrators wanting to monitor the JVM. They can also select a thread and kill it.
The error message you get is likely due to a web crawler (e.g. google) exploring and indexing your web server unluckily accessing this thread management page, selecting the acceptor thread and "clicking" to the destroy link.
You need to secure access to javamelody to avoid this situation, e.g. password protect.