uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34255-W

The global session information contains an object that is not permitted. (J2EE application = aa....aa, context root = bb....bb, HTTP session ID = cc....cc, global session ID = dd....dd, attribute name = ee....ee, invalid class = ff....ff)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: HTTP session ID
dd....dd: Global session ID
ee....ee: Name of the object registered in the HTTP session that has the type other than the inheritable session information
ff....ff: Class name of the object that has the type other than the inheritable session information
Description
An object of a type other than the inheritable session information is registered in the HTTP session. This object is ignored and is not replicated to the SFO server.
Note that if the HTTP session is invalid during output of this message, null is output to the HTTP session ID (cc....cc).
Action
An object of a type other than the inheritable session information is registered in the HTTP session, and will be inherited.
Check the contents of the application and also the key settings of the global session information.