uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34524-W

The control method of the HTTP session in the received request does not match the control method of the global session. (J2EE application = aa....aa, context root = bb....bb, HTTP session ID = cc....cc, GS control = dd....dd)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: HTTP session ID
dd....dd: Control method of the global session specified in the Web application
cookie will be output in the case of the HTTP Cookie, while url-rewriting will be output in the case of the URL re-writing.
Description
The control method of the HTTP session in the received request is different from the control method of the global session set up in the Web application.
Take action based on the following causes:
  • The settings of the control method of the global session are invalid.
  • The settings for load balancing are invalid.
  • The settings of the HTTP Cookie of the Web client are different from the system request.
For this request, the HTTP session will continue, but the memory session failover functionality will not be enabled.
Note that if the HTTP session is disabled when this message is displayed, null might be output to the HTTP session ID (cc....cc).
Action
Take action as follows:
When the settings of the control method of the global session are erroneous
Confirm that the initialization parameters of the filter used for the session failover function and the value set in the parameter GSessionControl is appropriate, and in the case of a problem, modify to correct settings.
To change the settings, 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. If a connection is established to the SFO server, restart the SFO server.
  3. Create and start J2EE applications from the Web application in which the settings have been applied.
When the settings of load balancing are invalid
Check the settings of load balancing, and change the settings for load distribution to the appropriate J2EE server by the control method of the global session.
When the settings of the HTTP Cookie of the Web client are different from the system request
Even when the system configuration and the settings are correct, the Web client might send the HTTP session with a method different from the requested method. In a Web application, create an application by considering the case when the Web client sends an incorrect request.