uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34258-E

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

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Global session ID
dd....dd: Name of the object registered in the HTTP session that failed to be deserialized
Description
The global session information collected from the SFO server could not be inherited because of an attempt to deserialize the global information has failed.
Take action based on the following causes of failure in the deserialization:
  • The application is different during the serialization and the deserialization, and the change that causes a failure in the deserialization is added to the application.
  • The readObject() method is implemented and an error occurred internally.
Action
Determine the cause of the failure in deserialization based on the contents of the stack trace output with the message ID KDJE34259-E in the Web servlet log, and then take action.