We have a system deployed on Jboss 3.2.6 that uses JMS queues to log audit information into a database. (It uses other queues for other things as well) After some time of running, the log writer queue reports the following:
2005-02-04 15:41:07,831 ERROR [org.jboss.security.auth.spi.DatabaseServerLoginModule] SQL failure org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 30000 [ms] ); - nested throwable: (javax.resource.Reso urceException: No ManagedConnections available within configured blocking timeout ( 30000 [ms] )) It seems that the it has run out of hsql connections to authenticate the user (always null/null). Nobody uses this data source other than jboss. There is no unusual load on the system that could cause this. How can this pool run out of connections, and why does this condition last for 10 days? (after which the jboss instance has been restarted) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866931#3866931 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866931 ------------------------------------------------------- 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
