uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34218-W

The global session has already been invalidated. The rewritable global session information was removed from the HTTP session. (J2EE application = aa....aa, context root = bb....bb, SFO server = cc....cc, naming service = dd....dd, HTTP session ID = ee....ee, global session ID = ff....ff, GS control = gg....gg)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: SFO server name
dd....dd: Address and port number of the Naming Service
ee....ee: HTTP session ID
ff....ff: Global session ID
gg....gg: Method of acquiring the global session ID
For cookie, acquire from the HTTP Cookie of the request
For url-rewriting, acquire from the parameters of the request URL
Description
The global session for which a lock request is issued has already been disabled on the SFO server. This global session cannot be used.
The rewritable global session information registered in the HTTP session was deleted.
The factor responsible for this might be a request from the client for using an expired global session.
Action
Confirm that the value of the validity period set in the HTTP session is correct.
To change the validity period of the HTTP session, follow the procedure given below:
  1. Stop and delete the J2EE applications of the system that contains the Web application whose settings are to be changed.
  2. Restart the SFO server.
  3. Change the settings of the Deployment Descriptor (web.xml), or the setting of the validity period of the HTTP session of the J2EE application.
  4. Create and start J2EE applications from the Web application in which the settings have been applied.