Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 89283 invoked from network); 16 Oct 2009 06:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 06:08:55 -0000 Received: (qmail 86148 invoked by uid 500); 16 Oct 2009 06:08:54 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86036 invoked by uid 500); 16 Oct 2009 06:08:54 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 86028 invoked by uid 99); 16 Oct 2009 06:08:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 06:08:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 06:08:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 54BF4234C04C for ; Thu, 15 Oct 2009 23:08:31 -0700 (PDT) Message-ID: <861093401.1255673311345.JavaMail.jira@brutus> Date: Thu, 15 Oct 2009 23:08:31 -0700 (PDT) From: "Jean-Jacques Parent (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4906) DB connection problem In-Reply-To: <1285535120.1255525351461.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766432#action_12766432 ] Jean-Jacques Parent commented on GERONIMO-4906: ----------------------------------------------- Ok, I will try to implement c3p0 I will give you a feed back as soon as possible. > DB connection problem > --------------------- > > Key: GERONIMO-4906 > URL: https://issues.apache.org/jira/browse/GERONIMO-4906 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: databases > Affects Versions: 2.0.1 > Environment: Geronimo running on Windows server 2003 (Virtual Machine) > Oracle 10g > Driver jdbc 10.2.0.1 > Spring-Version: 2.0.2 > Hibernate-Version: 3.2.0.cr4 > Reporter: Jean-Jacques Parent > Attachments: config.xml, Errors_samples.txt > > > Your expertise on my problem will be helpful. > Once a week, I get a DB connectivity problem with my application. > No new DB transaction can be open. After a few minutes, the situation can come back as normal, if not the Geronimo server has to be restarted. > I ask our technicians about connectivity and performance, but they found nothing wrong. > I give you the stack trace in attachment with the different kind of error message. > You will see that it looks like a network problem, but maybe this could also be due to a jdbc, timeout...? > My pool configuration is as follow > Pool Min Size:25 > The minimum number of connections in the pool. The default is 0. > Pool Max Size:140 > The maximum number of connections in the pool. The default is 10. > Blocking Timeout: 5000 (in milliseconds) > The length of time a caller will wait for a connection. The default is 5000. > Idle Timeout: 5 (in minutes) > How long a connection can be idle before being closed. The default is 15. > Any help will be appreciate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.