> From: emerson cargnin [mailto:[EMAIL PROTECTED] > Subject: Blocked threads in tomcat > > Below is the JConsole result, you can see that there are a lot of > blocked threads on there. > > Stack trace: > java.lang.Object.wait(Native Method) > org.apache.commons.httpclient.MultiThreadedHttpConnectionManag > er.doGetConnection(MultiThreadedHttpConnectionManager.java:518) > org.apache.commons.httpclient.MultiThreadedHttpConnectionManag > er.getConnectionWithTimeout(MultiThreadedHttpConnectionManager > .java:416) > org.apache.commons.httpclient.HttpMethodDirector.executeMethod > (HttpMethodDirector.java:153) > org.apache.commons.httpclient.HttpClient.executeMethod(HttpCli > ent.java:397) > org.apache.commons.httpclient.HttpClient.executeMethod(HttpCli > ent.java:323) > com.yell.keywordinterpreter.client.query.KeywordInterpreterQue > ry.sendRequest(KeywordInterpreterQuery.java:99) > com.yell.keywordinterpreter.client.KeywordInterpreterClientInt > erface.doUCSKeywordInterpretation(KeywordInterpreterClientInte > rface.java:45)
The above is not Tomcat code, it's code from your webapp. (Tomcat itself does not use httpclient.) I would have to guess your webapp isn't properly closing outbound connections and returning them to the pool. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]