1 Reply Latest reply on Jun 14, 2004 7:43 PM by gorano

    org.jboss.util.NestedSQLException

    ashishabrol

      I keep getting this error every now and then

      java.lang.Exception: org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 10000 [ms] ); - nested throwable: (javax.resource.ResourceException: No ManagedConnections available within configured blocking timeout ( 10000 [ms] )): Get Access Level from Database error!


      It is only after I restatrt the Jboss that error goes away but then reappears again after sometime. Please help

        • 1. Re: org.jboss.util.NestedSQLException
          gorano

          Are you using data sources? If so, make sure you
          close them when you have finished using them.

          check.... and double check.

          This error occurs when you exhaust the connection pool. Larger pool will only buy you some more time.

          /G