The size of global session information exceeded 10,485,760 bytes during its creation. (J2EE application = aa....aa, context root = bb....bb, request URL = cc....cc, attribute name = dd....dd, class name = ee....ee, size(byte) = ff....ff, HTTP session ID = gg....gg)
- aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Request URL
dd....dd: Name of the attribute that caused an increase in the size
ee....ee: Class name of the attribute that caused an increase in the size
ff....ff: Size (in bytes) of one attribute that caused an increase in the size
gg....gg: HTTP session ID
- Description
- The size of the created attribute information exceeded 10,485,760 bytes. The database session failover functionality does not support the attribute information of an HTTP session that exceeds 10,485,760 bytes.
- Creation of the global session information will be suspended.
- Note that if the HTTP session is invalid during output of this message, null is output to the HTTP session ID (gg....gg).
- Action
- Some unnecessary information might be registered in the HTTP session as attributes. In such cases, change the application, and then remove the unnecessary attributes registered in the HTTP session to reduce the size.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.