uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE34358-I

A difference of parameters was detected by negotiation. Processing will continue. (J2EE application = aa....aa, context root = bb....bb, DB Connector = cc....cc, parameter defined by Web application = (dd....dd), parameter stored in database = (ee....ee))

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Optional name of the DB Connector
dd....dd: Information that is currently set in the Web application
ee....ee: Information that is saved in the database
Description
The settings of the Web application saved in the database and the settings of the Web application that was attempted to be started did not match in the negotiation processing executed during the startup of the database session failover functionality; however, the start processing continues.
Regarding the parameter for which the settings did not match, the currently set information is output to dd....dd and the information saved in the database is output to ee....ee in the following format:
Parameter-name = Set-value
The contents of the parameter name are as follows:
  • max sessions: Maximum value of the number of HttpSession objects
  • max inactive interval: Valid time period of the HTTP session defined in the web.xml
If multiple setup items do not match, output them by demarcating with a comma (,).