If you receive a data source-related error message from the application server, you might need to increase the size of the data source connection pool.
Application Server | Message from client application |
---|---|
WebSphere® Application Server 7.0 | Root Exception message:CORBA NO_RESPONSE 0x4942fb01 Maybe; nested exception is: org.omg.CORBA.NO_RESPONSE: Request 15 timed out vmcid: IBM minor code: B01 completed: Maybe Connection not available while invoking method createOrWaitForConnection for resource [DATASOURCE_NAME] |
Oracle WebLogic Server 10.3.1 | Caused by: weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool [DATASOURCE_NAME] to allocate to applications, please increase the size of the pool and retry. |
JBoss Application Server version 5.0 | E_FAILED_TO_GET_DATASOURCE: Failed to get DataSource [DATASOURCE_NAME], Caused by: javax.resource.ResourceException: No ManagedConnections available within configured blocking timeout ( 30000 [ms] ) |