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 54D6CF166 for ; Wed, 8 May 2013 15:26:19 +0000 (UTC) Received: (qmail 94362 invoked by uid 500); 8 May 2013 15:26:15 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 94301 invoked by uid 500); 8 May 2013 15:26:15 -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 94292 invoked by uid 99); 8 May 2013 15:26:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 15:26:15 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,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.243.203 as permitted sender) Received: from [216.82.243.203] (HELO mail1.bemta8.messagelabs.com) (216.82.243.203) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 15:26:08 +0000 Received: from [216.82.241.132:35585] by server-11.bemta-8.messagelabs.com id 2A/BB-18209-A7E6A815; Wed, 08 May 2013 15:25:46 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-7.tower-45.messagelabs.com!1368026746!33980702!1 X-Originating-IP: [192.61.61.104] X-StarScan-Received: X-StarScan-Version: 6.8.6.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 27693 invoked from network); 8 May 2013 15:25:46 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-7.tower-45.messagelabs.com with RC4-SHA encrypted SMTP; 8 May 2013 15:25:46 -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.83.0; Wed, 8 May 2013 10:25:45 -0500 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; Wed, 8 May 2013 10:25:46 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Wed, 8 May 2013 10:25:43 -0500 Subject: RE: Tomcat thread dump analysis Thread-Topic: Tomcat thread dump analysis Thread-Index: Ac5L+8lBQ/F37UPuRRCz6FSBFLUixQAAvHWg Message-ID: <99C8B2929B39C24493377AC7A121E21FC4AD16A25D@USEA-EXCH8.na.uis.unisys.com> References: <3840CB1C-14C2-43C6-8A36-25587B5C4D10@gopivotal.com> <518A484E.6050104@christopherschultz.net> 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: Charles Richard [mailto:charles.r@thelearningbar.com]=20 > Subject: Re: Tomcat thread dump analysis > Top-posting is a post after another one I'm assuming? No, it's doing what you keep on doing - posting the response before the que= ry it applies to (you could have looked it up). It's obnoxious and makes i= t harder for people to follow the conversation. > Here is a full thread dump Which again shows no Tomcat involvement in the locking hang. It would appe= ar that logic in your application threads has either created a deadlock, or= failed to unlock something before returning, or something else entirely (e= .g, broken network causing grief with Terracotta's distributed caching). I= f it's a deadlock, you need to examine the entire thread dump (all threads)= and look for a call stack that isn't like the others but holds the lock ev= eryone else is waiting for. If it's simply a failure to unlock somewhere, = you will likely have to do a thorough code review to find it. You will mos= t likely need Terracotta's help here, since it's their code waiting on the = lock. - 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