Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 1611 invoked from network); 22 Jun 2009 21:01:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 21:01:26 -0000 Received: (qmail 22127 invoked by uid 500); 22 Jun 2009 21:01:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 22051 invoked by uid 500); 22 Jun 2009 21:01:33 -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 22040 invoked by uid 99); 22 Jun 2009 21:01:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 21:01:33 +0000 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 (nike.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 21:01:20 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss3 with InterScan Message Security Suite; Mon, 22 Jun 2009 16:01:15 -0500 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 22 Jun 2009 16:00:57 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 22 Jun 2009 16:00:57 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Mon, 22 Jun 2009 16:00:57 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Mon, 22 Jun 2009 16:00:55 -0500 Subject: RE: dbcp pool evictor deadlock? Thread-Topic: dbcp pool evictor deadlock? Thread-Index: AcnzeOPHgjykSbtVRliiLhg67W01rwAArSQA Message-ID: <0AAE5AB84B013E45A7B61CB66943C172294795F0D4@USEA-EXCH7.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-OriginalArrivalTime: 22 Jun 2009 21:00:57.0682 (UTC) FILETIME=[8A325B20:01C9F37C] X-Virus-Checked: Checked by ClamAV on apache.org > From: news [mailto:news@ger.gmane.org] On Behalf Of Eric B. > Subject: dbcp pool evictor deadlock? >=20 > THREAD 1: > Name: Timer-1 > State: BLOCKED on > org.apache.tomcat.dbcp.dbcp.PoolableConnection@1e667871 > owned by: scheduling.QuartzInternal_Worker-0 > Total blocked: 1 Total waited: 15,342 >=20 > Stack trace: > org.apache.tomcat.dbcp.dbcp.AbandonedTrace.addTrace(AbandonedTrace.java:1= 75) Assuming this version of Tomcat is using commons-dbcp 1.2.2, there's someth= ing seriously wrong here. The synchronized block at the above line is for = an AbandonedTrace object, not a PoolableConnection. This is beginning to look like a broken JVM or broken hardware. Want to te= ll us what you're using for those (and the OS, while you're at it)? - 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