[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread mohad_ajay
Yeah I am viewing the same the test is started since then I am frequenty viweing the status...also this happens after 9 to 10 hoursdunno Yone more thing we also have hsqldb sharing the connections for message persistence View the original post : http://www.jboss.com/index.html?

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread jaikiran
Monitor the number of connections in use, especially when this exception occurs, through the jmx-console. Access jmx-console at http://localhost:8080/jmx-console. On this page under jboss.jca, you will find a link like name=myDS,service=ManagedConnectionPool (where myDS is the jndi-name of your

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread mohad_ajay
yeah I had checked the application for any connection leaks they are perfectly alright we had closed connection properly in the finally block.also I had later on changed the value from 5000 to 3 to see if it serves our purpose(and ofcourse restarted the system)...I thnk 10

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread jaikiran
Are you sure that you dont have any connection leaks in your application? Also, you say that you are running a 15+ hour test on JBoss, so is 100 max-pool-size sufficient for your application? And the logs that you posted show a blocking timeout of 5000 ms where as the -ds.xml configuration that

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread mohad_ajay
Hi jaikiran , thanks for the prompt reply but I had already taken care of the oracle-ds.xml file attributes and everything looks fine over there to me here is the snapshot of the same 0 100 3 3 View the original post : http://www.jboss.com/index.ht

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-22 Thread jaikiran
See this http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageNoManagedConnectionsAvailableMean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122484#4122484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122484