users@glassfish.java.net

Re: RAR7113 - destroying connection since it has reached the maximum usage of

From: <glassfish_at_javadesktop.org>
Date: Wed, 04 Mar 2009 05:33:02 PST

Hi, thx for the response :)

The reclaim flag is already activated, but the server crashed anyway (and i mean crashed, it was not only that the pool ressources were killed, no, even the admin-interface didn't responed anymore...)

here is my pool config:

<jdbc-connection-pool allow-non-component-callers="true" associate-with-thread="true" connection-creation-retry-attempts="1" connection-creation-retry-interval-in-seconds="1" connection-leak-reclaim="true" connection-leak-timeout-in-seconds="1" connection-validation-method="auto-commit" datasource-classname="oracle.jdbc.pool.OracleDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="true" is-isolation-level-guaranteed="false" lazy-connection-association="false" lazy-connection-enlistment="false" match-connections="false" max-connection-usage-count="0" max-pool-size="32" max-wait-time-in-millis="60000" name="jdbc/store_myuser" non-transactional-connections="false" pool-resize-quantity="2" res-type="javax.sql.DataSource" statement-timeout-in-seconds="-1" steady-pool-size="8" validate-atmost-once-period-in-seconds="0" wrap-jdbc-objects="false">
      <property name="DataSourceName" value="OracleDataSource"/>
      <property name="ImplicitCachingEnabled" value="false"/>
      <property name="NetworkProtocol" value="tcp"/>
      <property name="Password" value="<ripped off>"/>
      <property name="LoginTimeout" value="0"/>
      <property name="URL" value="jdbc:oracle:thin:@mydbhost:1521:STORE"/>
      <property name="User" value="my_user"/>
      <property name="ExplicitCachingEnabled" value="false"/>
      <property name="PortNumber" value="1521"/>
      <property name="ServiceName" value="jdbc/store_myuser"/>
      <property name="TNSEntryName" value="STOREDEV"/>
      <property name="ServerName" value="mydbhost"/>
      <property name="MaxStatements" value="50"/>
    </jdbc-connection-pool>
[Message sent by forum member 'leberknecht' (leberknecht)]

http://forums.java.net/jive/thread.jspa?messageID=335038