An attempt to transfer the global session information has failed, because the global session information was not found in the database. (J2EE application = aa....aa, context root = bb....bb, DB Connector = cc....cc, HTTP session ID = dd....dd)
- aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Optional name of the DB Connector
dd....dd: HTTP session ID
- Description
- Either the validity period of the HTTP session corresponding to the HTTP session ID received from the client has expired or the HTTP session has already been invalidated during the processing in the Web application running on the J2EE server. The global session information is not found in the database.
- The global session cannot be inherited.
- Action
- A request for using an HTTP session in which the validity period has expired is received from the client.
- Confirm that the value of the validity period set in the HTTP session is correct.
- The procedure for changing the validity period of the HTTP session is as follows:
- Stop and delete the J2EE applications of the system that contains the Web application whose settings are to be changed.
- Re-create the three tables used in the database session failover functionality of the database.
- Change the settings of the Deployment Descriptor (web.xml), or the setting of the validity period of the HTTP session of the business application.
- Create and start J2EE applications from the Web application in which the settings have been applied.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.