An attempt to transfer the global session information has failed, because an error occurred during communication with the database. (J2EE application = aa....aa, context root = bb....bb, DB Connector = cc....cc, exception = dd....dd)
- aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Optional name of the DB Connector
dd....dd: Information about the exception that occurred
- Description
- The global session information cannot be inherited because of failure in communication with the database.
- Action
- Make sure that the database is operating properly and no problem has occurred in the communication path between the database and the J2EE server.
- If an error occurs in the database, take action against the cause according to the procedure for database recovery.
- If a problem occurs in the communication path between the database and J2EE server, solve the problem. When the problem occurs, the mutual exclusion of the database might not be released. Before restarting a business, check the invalid connections, and release the unreleased exclusion.
- If no problem exists in the database and communication path, check if the settings of the timeout period of the DB Connector connection are correct.
- If a short timeout period is set up for the connection, a timeout might occur before the completion of the recovery process, when an error occurs in the database.
- Tune the parameters of the DB Connector after considering the recovery period of the database.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.