uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34219-W

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:
  1. Stop and delete the J2EE applications of the system that contains the Web application whose settings are to be changed.
  2. Restart the SFO server.
  3. Create and start J2EE applications from the Web application in which the settings have been applied.