Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 28002 invoked from network); 7 Aug 2004 00:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Aug 2004 00:20:18 -0000 Received: (qmail 48755 invoked by uid 500); 7 Aug 2004 00:19:50 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 48741 invoked by uid 500); 7 Aug 2004 00:19:49 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 48728 invoked by uid 99); 7 Aug 2004 00:19:48 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [204.122.16.70] (HELO ultra7.eskimo.com) (204.122.16.70) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 06 Aug 2004 17:19:44 -0700 Received: from eskimo.com (scs@eskimo.com [204.122.16.13]) by ultra7.eskimo.com (8.12.10/8.12.10) with ESMTP id i770I6jl021353; Fri, 6 Aug 2004 17:18:06 -0700 From: Steve Summit Date: Fri, 06 Aug 2004 20:19:42 -0400 Message-ID: <2004Aug06.2019.scs.0044@eskimo.com> To: tomcat-user@jakarta.apache.org Subject: connection pool problems, etc. X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It looks like lots of people are having various kinds of problems involving pools, and threads, and connections (perhaps to databases), and starvation, and hanging, and such. (In fact, it was to ask about just such a problem that I joined this list.) I don't have all the information yet, but I've discovered that my problems were probably due to -- or at least seem to have been fixed by updating -- a couple of .jar files: * The Jakarta common classes commons-dbcp.jar and commons-pool.jar * The Oracle JDBC driver classes12.jar or ojdbc14.jar As I understand it, both Jakarta and Oracle have recently had to fix bugs in these classes which involved pools, and threads, and connections, and starvation, and hanging, and such. The new versions of the Jakarta classes are commons-dbcp-1.2.1.jar and commons-pool-1.2.jar, and I downloaded them from http://jakarta.apache.org/commons/. The new versions of the Oracle JDBC drivers come with newer versions of Oracle, or can (so my dba tells me) be downloaded from Oracle's site. (Apologies if this is old news to everyone.) Steve Summit scs@eskimo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org