uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34326-E

An attempt to deserialize the global session information has 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: HTTP session ID
dd....dd: Name of the attribute that failed to be deserialized
Description
The session could not be inherited because an attempt to deserialize the global session information, acquired from the database, has failed.
Action
Determine the cause of the failure in deserialization based on the contents of the stack trace output with the message ID KDJE34327-E in the Web servlet log, and then take action:
Take action based on the following causes of the failure in deserialization:
  • The Web application is different during the serialization and the deserialization, and the change that causes failure in the deserialization is added to the application.
  • The readObject() method is implemented, and an error occurred internally.