1 Reply Latest reply on Jul 1, 2004 1:59 PM by boseredzuk

    [JBossManagedConnectionPool] Unable to fill the pool due to

    ashishabrol

      Hi I am facing this error for a long time but I am not able to figure out why. Each time I get this error I have to restart JBoss.

      "[JBossManagedConnectionPool] Unable to fill the pool due to timeout ( 10000 [ms]"
      These are the contents of my oracle-ds.xml

      <?xml version="1.0" encoding="UTF-8"?>

      <!-- ===================================================================== -->
      <!-- -->
      <!-- JBoss Server Configuration -->
      <!-- -->
      <!-- ===================================================================== -->


      <local-tx-datasource>
      <jndi-name>ESPDS</jndi-name>
      <connection-url>jdbc:oracle:thin:@XXX.XXX.XXX.XXX:1521:esp</connection-url>
      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
      <user-name>ashish</user-name>
      ashish
      <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
      <min-pool-size>5</min-pool-size>
      <max-pool-size>30</max-pool-size>
      <blocking-timeout-millis>10000</blocking-timeout-millis>
      <idle-timeout-minutes>1</idle-timeout-minutes>
      </local-tx-datasource>


      I've tried increasing the <blocking-timeout-millis> value but of no help. Please guide me.
      Many Thanks.