Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 15286 invoked from network); 21 Jan 2007 22:10:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2007 22:10:58 -0000 Received: (qmail 16729 invoked by uid 500); 21 Jan 2007 22:10:57 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 16680 invoked by uid 500); 21 Jan 2007 22:10:57 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16662 invoked by uid 99); 21 Jan 2007 22:10:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jan 2007 14:10:56 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jan 2007 14:10:50 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1A677142D0 for ; Sun, 21 Jan 2007 14:10:29 -0800 (PST) Message-ID: <23439735.1169417429970.JavaMail.jira@brutus> Date: Sun, 21 Jan 2007 14:10:29 -0800 (PST) From: "Phil Steitz (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Updated: (DBCP-207) DBCP 1.2.1 incompatible with Informix (driver doesn't support setReadOnly(...)) In-Reply-To: <9336892.1167854727501.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DBCP-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz updated DBCP-207: ----------------------------- Fix Version/s: 1.3 > DBCP 1.2.1 incompatible with Informix (driver doesn't support setReadOnly(...)) > ------------------------------------------------------------------------------- > > Key: DBCP-207 > URL: https://issues.apache.org/jira/browse/DBCP-207 > Project: Commons Dbcp > Issue Type: Bug > Affects Versions: 1.2.1 > Environment: using the pooling driver component with an informix driver > Reporter: Kimberly Baer > Fix For: 1.3 > > > I recieved an error using commons-dbcp-1.2.1.jar and ifxjdbc.jar for my informix driver: > org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool exhausted > at org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:183) > at java.sql.DriverManager.getConnection(DriverManager.java:539) > at java.sql.DriverManager.getConnection(DriverManager.java:211) > at ConnectionPoolingTest.main(ConnectionPoolingTest.java:105) > Caused by: java.util.NoSuchElementException: Could not create a validated object, cause: Read only mode not supported > at org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:806) > at org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175) > I will look into the comment provided by Dirk in bug ID DBCP-127 (version 1.1), but it appears this bug still has an impact in the 1.2.1 version. If anyone has any other suggestions, they would be greatly appreciated. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org