Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 35429 invoked from network); 25 Nov 2005 12:47:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Nov 2005 12:47:27 -0000 Received: (qmail 91001 invoked by uid 500); 25 Nov 2005 12:47:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 90198 invoked by uid 500); 25 Nov 2005 12:47:10 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 90185 invoked by uid 99); 25 Nov 2005 12:47:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2005 04:47:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [62.99.246.202] (HELO dmz-srv-04.unycom.com) (62.99.246.202) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2005 04:48:41 -0800 Received: from dmz-srv-04 (root@localhost) by dmz-srv-04.unycom.com (8.12.6/8.12.6/SuSE Linux 0.6) with SMTP id jAPCklw6001453 for ; Fri, 25 Nov 2005 13:46:47 +0100 Received: from uny-srv-intern.intern.unycom.com (uny-srv-intern.intern.unycom.com [192.168.0.18]) by dmz-srv-04.unycom.com (8.12.6/8.12.6/SuSE Linux 0.6) with ESMTP id jAPCklkd001447 for ; Fri, 25 Nov 2005 13:46:47 +0100 Received: from unyws44 (uny-ws-44.unycom.com [192.168.0.169]) by uny-srv-intern.intern.unycom.com (Postfix) with ESMTP id 309B919975 for ; Fri, 25 Nov 2005 13:45:29 +0100 (CET) From: "Konrath Thomas" To: Subject: ThreadPool logFull, Tomcat not responding anymore Date: Fri, 25 Nov 2005 13:46:48 +0100 Message-ID: <002801c5f1be$4cd93230$a900a8c0@unyws44> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0029_01C5F1C6.AE9D9A30" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0123], KAS/Release SMTP-Filter Version 2.0.0 [0123], KAS/Release X-Spamtest-Info: Pass through X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0029_01C5F1C6.AE9D9A30 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi .. We have a problem on our product server with our web application (which is too complicated to go into the details of here). Every day at least once our web application is mysteriously hanging. The application don't seem to crash or emit error messages, it just stop responding. In the catalina.out file I found the following error message: Nov 23, 2005 2:15:39 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (75) are currently busy, waiting. Increase maxThreads (75) or check the servlet status => complete error message below I have search in the internet for this problem. It seems that increasing the number of max threads is not the solution. The problem will be still there, just with the new max thread number. I have found several postings, describes this problem on a Red Hat Server (like http://mail-archives.apache.org/mod_mbox/jakarta-tomcat-user/200408.mbox /%3c2004Aug01.0922.scs.0012@eskimo.com%3e). Our configuration is: Jakarta Tomcat 4.1.31 j2sdk 1.4.2_06 Suse Linux Enterprise Server 8 Please note that this server is not under our control. It is controlled by the IT department of our customer. We have no root privileges on the server!!! So we are not able to create a stack thumb of the threads up to now. But we are working on it ... Can anyone help me or give me a hint to solve this problem??? kind regards Tom Nov 23, 2005 2:15:39 PM org.apache.tomcat.util.threads.ThreadPool logFull SEVERE: All threads (75) are currently busy, waiting. Increase maxThreads (75) or check the servlet status Nov 23, 2005 4:05:27 PM org.apache.commons.modeler.Registry registerComponent SEVERE: Error registering Catalina:type=RequestProcessor,worker=jk-8017,name=JkRequest10631 javax.management.InstanceAlreadyExistsException: Catalina:type=RequestProcessor,worker=jk-8017,name=JkRequest10631 at mx4j.server.MBeanServerImpl.register(MBeanServerImpl.java:1123) at mx4j.server.MBeanServerImpl.registerImpl(MBeanServerImpl.java:1054) at mx4j.server.MBeanServerImpl.registerMBeanImpl(MBeanServerImpl.java:1002) at mx4j.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:978) at org.apache.commons.modeler.Registry.registerComponent(Registry.java:871) at org.apache.jk.common.ChannelSocket.registerRequest(ChannelSocket.java:43 6) at org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:44 3) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:352) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java: 675) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:683) at java.lang.Thread.run(Thread.java:534) Nov 23, 2005 4:05:27 PM org.apache.jk.common.ChannelSocket registerRequest WARNING: Error registering request ------=_NextPart_000_0029_01C5F1C6.AE9D9A30--