uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34413-E

An attempt to deserialize the global session information failed. (J2EE application = aa....aa, context root = bb....bb, HTTP session ID = cc....cc, attribute name = dd....dd)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Session ID of the HTTP session
dd....dd: Name of the attribute that failed in deserialization
Description
An attempt to deserialize the global session information that was acquired from the EADs server failed, so the session cannot be inherited.
The following might be the causes for the error in deserialization:
  • The Web applications differed during serialization and deserialization, and the change that causes the failure of the attempt to deserialize was added in the Web application.
  • The readObject() method was implemented and an error occurred internally.
Action
Identify the cause of the deserialization error based on the contents of the stack trace that is output with the KDJE34414-E message ID to the Web servlet log, and take actions.