The global session information in the HTTP session is invalid. The rewritable global session information was removed from the HTTP session. (J2EE application = aa....aa, context root = bb....bb, SFO server = cc....cc, naming service = dd....dd, HTTP session ID = ee....ee, global session ID = ff....ff)
- aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: SFO server name
dd....dd: Address and port number of the Naming Service
ee....ee: HTTP session ID
ff....ff: Global session ID
- Description
- The global session information created from the HTTP session is invalid. This global session cannot be used.
- The rewritable global session information registered in the HTTP session was deleted.
- Take action based on the following causes:
- The size of the global session information exceeds the maximum size.
- An object of a type other than the inheritable session information is registered as the global session information.
- An attempt to serialize the object to be inherited has failed.
- Action
- Take the following actions depending upon the cause:
- When the size of the global session information exceeds the maximum size
- Among the initialization parameters of the filter used for the memory session failover, confirm that the value set in the parameter GSInfoLengthMax is appropriate, and in the case of a problem, modify to correct settings.
- When an object of a type other than the inheritable session information is registered as the global session information
- Remove this attribute from the global session information either by changing the application or by changing the settings of the keys of the global session information.
- When an attempt to serialize the object to be inherited has failed
- Take action based on the information of the message KDJE34256-E output in the message log from the J2EE server.
- To change the settings, follow the procedure given below:
- Stop and delete the J2EE applications of the system that contains the Web application whose settings are to be changed.
- Restart the SFO server.
- 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.