The attribute that cannot be serialized is contained in the HTTP session. (J2EE application = aa....aa, context root = bb....bb, HTTP session ID = cc....cc, attribute name = dd....dd, invalid class = ee....ee)
- aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: HTTP session ID
dd....dd: Name of attribute that cannot be serialized
ee....ee: Class name of the object that cannot be serialized
- Description
- An attribute, that cannot be serialized, is registered in the HTTP session. This attribute will be ignored, and will not be replicated to the database.
- 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 that is not from a serializable class is registered in the HTTP session as an attribute. Check the contents of the Web application.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.