
with Tags:
staleconnectionexception
X

WebSphere Application Server - Avoiding Stale Connections
In WebSphere Application Server, the StaleConnectionException is issued when the database vendor issues an exception indicating that a connection currently in the connection pool is no longer valid. This can happen for many reasons, including: The application tries to get a connection and fails, as when the database is not started. A connection is no longer usable due to a database failure. When an application tries to use a connection it has previously obtained, the connection is no longer valid. In this case, all connections currently in... [More]
Tags:  websphere_application_ser... ibm-blog connections staleconnectionexception avoiding connection websphere was stale |
WebSphere Application Server StaleConnectionExceptions
A StaleConnectionException is an exception that is generated by the WebSphere Application Server database connection code when a JDBC driver returns a fatal error from a connection request or operation. Configuring a WebSphere Application Server datasource includes specifying a datasource helper class, which is selected depending on your JDBC driver type, for example, DB2UniversalDataStoreHelper for DB2, Oracle11gDataStoreHelper for Oracle 11g, etc. Each helper class contains a list of driver specific error codes associated with fatal... [More]
Tags:  ibm-blog websphere_application_ser... jdbc websphere staleconnectionexception staleconnectionexceptions connection application_server was |