hi,
   i am using jboss-3.2.4 with Oracle9i database.my Oracle-ds.xml is 
 <local-tx-datasource>
    <jndi-name>OracleDS</jndi-name>
    <connection-url>jdbc:oracle:oci:@oracl</connection-url>
        <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
         <application-managed-security/>
     <user-name>xx</user-name>
     xx
         <prepared-statement-cache-size>50</prepared-statement-cache-size>
     <min-pool-size>1</min-pool-size>
         <max-pool-size>50</max-pool-size>
         <max-idle-timeout>0</max-idle-timeout> 
         <blocking-timeout-millis>30000</blocking-timeout-millis>
         <idle-timeout-minutes>15</idle-timeout-minutes> 
         <track-statements>false</track-statements>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
 </local-tx-datasource>
and MY PROBLEM IS after some time accesing my application,my oracle connection 
fails.and in my server i am getting error like 


jvm 1  [STDOUT] Database error at createConnection:
org.jboss.util.NestedSQLException: No ManagedConnections available within 
configured blocking timeout ( 30000 [ms] ); - nested throwable:
(javax.resource.ResourceException: No ManagedConnections available within 
configured blocking timeout( 30000 [ms] ))

this my problem,
can any one help me to solve this problem.
thanq

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867569#3867569

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867569


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to