Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 58815 invoked from network); 21 Aug 2009 16:14:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Aug 2009 16:14:10 -0000 Received: (qmail 94777 invoked by uid 500); 21 Aug 2009 16:14:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 94719 invoked by uid 500); 21 Aug 2009 16:14:28 -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 94708 invoked by uid 99); 21 Aug 2009 16:14:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2009 16:14:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [204.48.128.50] (HELO server3.sbceo.org) (204.48.128.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2009 16:14:17 +0000 Received: from [10.10.11.183] (unknown [204.48.245.250]) by server3.sbceo.org (Postfix) with ESMTP id F1270608540 for ; Fri, 21 Aug 2009 09:12:39 -0700 (PDT) User-Agent: Microsoft-Entourage/11.4.0.080122 Date: Fri, 21 Aug 2009 09:10:51 -0700 Subject: Re: Connection Pool Exhausted From: Kristen Walker To: Tomcat Users List Message-ID: Thread-Topic: Connection Pool Exhausted Thread-Index: AcoiefPKMiD+XI5tEd6n0QAX8ggiCA== In-Reply-To: <321685.13595.qm@web63102.mail.re1.yahoo.com> Mime-version: 1.0 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I just wanted to report back on the connection pool exhausted issue. I got some help from the JASIG uPortal list and it turns out that some of my settings in the uPortal config files were screwing with the way database connection pooling was working. Now that those settings have been tweaked, it appears that connection pooling is working. I am still doing some testing over here, but things are looking a lot better now that the uPortal settings are correct. Thanks for all the help and troubleshooting ideas! I really appreciate it. -Kristen On 8/17/09 12:29 PM, "Bob Hall" wrote: > --- On Mon, 8/17/09 at 11:38 AM, Kristen Walker wrote= : >=20 >> We had some help debugging the connection pool exhausted issue over the >> weekend and for now it seems that changing jdbcUsePool=3Dtrue to >> jdbcUsePool=3Dfalse stops the site from crashing due to connection pool >> issues.=A0 We are going to investigate more to see why connection pooling >> isn't working like expected. >=20 > You can obtain a stack trace that should point to the offending code > by using the Deprecated log abandoned functionality in BasicDataSource: >=20 > setLogAbandoned() > setRemoveAbandoned() > setRemoveAbandonedTimeout() >=20 > =20 > http://commons.apache..org/dbcp/apidocs/org/apache/commons/dbcp/BasicData= Sourc > e.html >=20 > There is some indication that logging of abandoned connections/statements > will continue in some form: >=20 > http://wiki.apache.org/commons/DBCP >=20 > - Bob >=20 >=20 >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org >=20 -- Kristen Walker Digital Media Resources Developer Instructional Media Services Santa Barbara County Education Office 4400 Cathedral Oaks Road P.O. Box 6307 Santa Barbara, CA 93160-6307 (805)964-4711 ext. 5244/FAX (805)683-3597 kwalker@sbceo.org http://www.sbceoportal.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org