Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 54077 invoked from network); 21 Jan 2008 16:18:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 16:18:20 -0000 Received: (qmail 2487 invoked by uid 500); 21 Jan 2008 16:17:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 2467 invoked by uid 500); 21 Jan 2008 16:17:59 -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 2456 invoked by uid 99); 21 Jan 2008 16:17:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 08:17:59 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.227.30.246] (HELO datura.kippdata.de) (195.227.30.246) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 16:17:31 +0000 Received: from [195.227.30.148] (larix [195.227.30.148]) by datura.kippdata.de (8.13.5/8.13.5) with ESMTP id m0LGHX1B014587 for ; Mon, 21 Jan 2008 17:17:35 +0100 (CET) Message-ID: <4794C59D.8080103@kippdata.de> Date: Mon, 21 Jan 2008 17:17:33 +0100 From: Rainer Jung User-Agent: Thunderbird 2.0.0.6 (X11/20070802) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat ajp connections stuck in service mode References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org You need to get some Java thread dumps of the JBoss during the time the problem is visible. The reason for the hanging backend most likely can be found by investigating the thread dumps. That's kind of an FAQ answer, you can google for Java thread dump. Regards, Rainer Steve Gaunt wrote: > > > Hi Guys > > > > > > I have tomcat 5.0(shipped as part of jboss 4.02), and this has a static > web context set up within the tomcat server.xml > > > > > > > > This works fine for long periods, but for some unknown reason, this web > context mapping seems to get stuck and fail to service all the files > within the G:/figs folder back to the client. The web application > then gets stuck using all the jk connections. Tomcat still listens to > requests, but fails to respond and just hangs. The docbase G:\figs is a > network mapping to a SAN. > > > > An example of the status( all 400 threads are used by similar URLS - all > going to the fig web context). > > > > > > > > jk-8009 > > Max threads: 400 Min spare threads: 4 Max spare threads: 50 Current > thread count: 400 Current thread busy: 400 > Max processing time: 2271757 ms Processing time: 688574 s Request count: > 2034097 Error count: 104644 Bytes received: 0.00 MB Bytes sent: 46928.70 > MB > > Stage > > Time > > B Sent > > B Recv > > Client > > VHost > > Request > > S > > 2476771 ms > > 0 KB > > 0 KB > > 134.245.122.85 > > www.emeraldinsight.com > > GET /fig/1200110401005.png HTTP/1.0 > > S > > 2371030 ms > > 0 KB > > 0 KB > > 58.26.136.25 > > www.emeraldinsight.com > > GET /fig/0490300605004.png HTTP/1.1 > > S > > 2548157 ms > > 0 KB > > 0 KB > > 130.243.34.101 > > www.emeraldinsight.com > > GET /fig/2380240207002.png HTTP/1.1 > > S > > 2507095 ms > > 0 KB > > 0 KB > > 130.37.129.78 > > www.emeraldinsight.com > > GET /fig/1080140108002.png HTTP/1.0 > > > > > > > > I really do hope someone has encountered something like this before?? > > > > Very much appreciated if anyone can shed any light and help. > > > > Thanks in advance. > > > > Steven Gaunt > > Technical Architect > > Emerald Group Publishing Limited > > Howard House > > Wagon Lane > > Bingley BD16 1WA > > Tel: +44 (0) 1274 785262 > > > > sgaunt@emeraldinsight.com > http://www.emeraldinsight.com > > > > Emerald Group Publishing Limited. 40 Years in Publishing 1967 - 2007. > The world's leading publisher of management journals and databases > > VAT number: GB 665 3593 06 > > > Emerald Group Publishing Limited, Registered Office: Howard House, Wagon Lane, Bingley, BD16 1WA United Kingdom. Registered in England No. 3080506, VAT No. GB 665 3593 06 --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org