uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34207-E

An attempt to negotiate with the SFO server has failed. (J2EE application = aa....aa, context root = bb....bb, SFO server = cc....cc, naming service = dd....dd, valid parameter = (ee....ee))

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 on the SFO server
ee....ee: Set information of the Web application registered in the SFO server
Description
An attempt to negotiate with the SFO server has failed.
The set information of the Web application registered in the SFO server does not match with the set information of the Web application of the J2EE server with which a connection was attempted.
The parameters responsible for the error, and the set information of the Web application registered in the SFO server will be output in ee....ee, in the following format:
Parameter-name = Setting-value
The contents of the parameter name are as follows:
  • max sessions: Maximum number of global sessions
  • max session info size: Maximum value (in bytes) of the size of global session information
  • max inactive interval: Validity period (in seconds) of the global session
  • lock timeout: Timeout value for awaiting global session lock
  • GS control: Control method of the global session
  • GID cookie name: Name of the HTTP Cookie used to send the global session ID
  • GID URL param name: Path parameter name of the URL used for sending the global session ID
  • RW key = Settings-of-keys-for-rewritable-global-session-information
  • R key = Settings-of-keys-for-read-only-global-session-information
  • byte array enable: Can the session information in the form of byte arrays be inherited
  • serializable enable: Can the session information in the form of objects of the serializable class be inherited
When the entire session information registered in the HTTP session is set up either as the rewritable global session information or as the read-only global session information, "RW key(*)" or "R key(*)" will be output respectively, instead of the output in the format parameter-name = set-value.
In the case of multiple errors, the parameter names are output with comma (,) as delimiters.
The set values of the keys of global session information will be output in a semicolon (;) delimited series.
Action
Revise the settings according to the set information of the Web application registered in the SFO server displayed in ee....ee.
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. Restart the SFO server.
  3. Create and start J2EE applications from the Web application in which the settings have been applied.