Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7BAB410954 for ; Thu, 2 Jan 2014 18:17:06 +0000 (UTC) Received: (qmail 65312 invoked by uid 500); 2 Jan 2014 18:16:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 65181 invoked by uid 500); 2 Jan 2014 18:16:56 -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 65077 invoked by uid 99); 2 Jan 2014 18:16:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 18:16:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Chuck.Caldarale@unisys.com designates 216.82.254.109 as permitted sender) Received: from [216.82.254.109] (HELO mail1.bemta7.messagelabs.com) (216.82.254.109) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jan 2014 18:16:46 +0000 Received: from [216.82.254.211:43786] by server-13.bemta-7.messagelabs.com id 59/9C-19120-8FCA5C25; Thu, 02 Jan 2014 18:16:24 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-6.tower-201.messagelabs.com!1388686583!11676180!2 X-Originating-IP: [192.61.61.104] X-StarScan-Received: X-StarScan-Version: 6.9.16; banners=-,-,- X-VirusChecked: Checked Received: (qmail 27318 invoked from network); 2 Jan 2014 18:16:23 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-6.tower-201.messagelabs.com with RC4-SHA encrypted SMTP; 2 Jan 2014 18:16:23 -0000 Received: from usea-nahubcas2.na.uis.unisys.com (129.224.76.115) by USEA-NAEDGE1.unisys.com (192.61.61.104) with Microsoft SMTP Server (TLS) id 8.3.327.1; Thu, 2 Jan 2014 12:16:18 -0600 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Thu, 2 Jan 2014 12:16:19 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Thu, 2 Jan 2014 12:16:16 -0600 Subject: RE: All worker threads of my tomcat have been occupied! Thread-Topic: All worker threads of my tomcat have been occupied! Thread-Index: Ac8HpFPkGQQNcuTXQAOqTL/X/vm6PQAQZAFQ Message-ID: <99C8B2929B39C24493377AC7A121E21FC5D12C5F1C@USEA-EXCH8.na.uis.unisys.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: Benimaur Gao [mailto:benimaur@gmail.com]=20 > Subject: All worker threads of my tomcat have been occupied! > I tried jstack to get some info, and then I found a lot of thread call > stack like: > "http-8082-154" daemon prio=3D10 tid=3D0x00007f711c21f800 nid=3D0x5b0a wa= iting on > condition [0x00007f70dc887000] > java.lang.Thread.State: TIMED_WAITING (sleeping) > at java.lang.Thread.sleep(Native Method) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve= .java:132) > It seems all of the 200 JIoEndpoint$Worker threads had been occupied. > It seems context had been set to reload state at some time, but I can't > figure out under what circumstance would put tomcat into such state. Try looking at the threads _not_ doing the wait from StandardContextValve; = one of those should be involved in reloading the webapp and perhaps you can= find out what it's waiting for. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL 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 atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org