Hi ALL,
 
Can you let me know why this expecption comes in JBOSS ?
 
This is happening when an conenction is requested from the JBOSS datasource.
 
We are closing all the connections properly and there is no heavy load on the server.
 
 
org.jboss.util.NestedSQLException: No ManagedConnections Available!; - nested throwable: (javax.resource.ResourceException: No ManagedConnections Available!)
2004-06-21 18:41:46,709 ERROR [STDERR] SEVERE | 21.06.2004 18:41:46.0662 | de.coconet.mwcustody.securities.ejb.SecuritiesBean.getDeposits
 No ManagedConnections Available!; - nested throwable: (javax.resource.ResourceException: No ManagedConnections Available!)
org.jboss.util.NestedSQLException: No ManagedConnections Available!; - nested throwable: (javax.resource.ResourceException: No ManagedConnections Available!)
 at org.jboss.resource.adapter.jdbc.local.LocalDataSource.getConnection(LocalDataSource.java:106)
 <Stateless session bean call is made here>
 at java.lang.reflect.Method.invoke(Native Method)
 at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:664)
 at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:186)
 at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:77)
 at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:96)
 at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:142)
 at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:61)
 at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:129)
 at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:166)
 at org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:313)
 at org.jboss.ejb.Container.invoke(Container.java:705)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
 at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
 at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
 at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)
 at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
 at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:111)
 at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
Thanks for any help
Shashi

Reply via email to