> From: Michal Singer [mailto:michal.sin...@expand.com] > Subject: Accumulation of Request Processors objects causes tomcat > stuck? > > i am running an application on tomcat which gets stuck when > processing incoming messages after a while.
So take a thread dump and find out what they're waiting for. While you're at it, tell us the Tomcat version, JVM version, and platform you're running on. > I see accumulation of request processors objects > in jconsole under: Catalina\RequestProcessor\http-8080. > What do these objects mean, what does it mean that they accumulate? That's normal; those are threads Tomcat creates to process requests. > can it explain tomcat's getting stuck? No, but a thread dump will show what in your webapp or database they're stuck on. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org