Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B97D9BDD for ; Tue, 25 Sep 2012 04:06:11 +0000 (UTC) Received: (qmail 85733 invoked by uid 500); 25 Sep 2012 04:06:10 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 85540 invoked by uid 500); 25 Sep 2012 04:06:09 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 85507 invoked by uid 99); 25 Sep 2012 04:06:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 04:06:08 +0000 Date: Tue, 25 Sep 2012 15:06:08 +1100 (NCT) From: "Phil Steitz (JIRA)" To: issues@commons.apache.org Message-ID: <2111725493.120462.1348545968173.JavaMail.jiratomcat@arcas> In-Reply-To: <609128161.116280.1348486928109.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (POOL-230) waiting on <0x00000000e7440168> (a org.apache.commons.pool.impl.GenericObjectPool$Latch) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/POOL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462428#comment-13462428 ] Phil Steitz commented on POOL-230: ---------------------------------- Also, if any threads are interrupted, or if the datasource is closed and reopened, you could be being impacted by bugs fixed in 1.5.6 or 1.5.7. See the release notes here: http://commons.apache.org/pool/changes-report.html#a1.5.7 Are you using the idle object evictor? Are all settings not included above in BasicDataSource defaulted? > waiting on <0x00000000e7440168> (a org.apache.commons.pool.impl.GenericObjectPool$Latch) > ---------------------------------------------------------------------------------------- > > Key: POOL-230 > URL: https://issues.apache.org/jira/browse/POOL-230 > Project: Commons Pool > Issue Type: Bug > Affects Versions: 1.5.4 > Environment: tomcat using dbcp > Reporter: jerrybi > > "Thread-20" daemon prio=10 tid=0x00007f5810214000 nid=0x5f7b in Object.wait() [0x00007f581527c000] > java.lang.Thread.State: TIMED_WAITING (on object monitor) > at java.lang.Object.wait(Native Method) > - waiting on <0x00000000e7440168> (a org.apache.commons.pool.impl.GenericObjectPool$Latch) > at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:1112) > - locked <0x00000000e7440168> (a org.apache.commons.pool.impl.GenericObjectPool$Latch) > at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:106) > at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:1044) > it seems that the problem bellow still exits. > https://issues.apache.org/jira/browse/POOL-149 > I am using commons-dbcp-1.3 and commons-pool-1.5.4 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira