uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39521-E

An error occurred while analyzing web.xml at line aa....aa. (J2EE application = bb....bb, context root = cc....cc)

aa....aa: Line number
bb....bb: J2EE application name (a null character string in the case of the cjjspc command)
cc....cc: Context root name (a null character string in the case of the cjjspc command)
Description
An error occurred while analyzing web.xml.
Action
Modify the location shown in the line number of web.xml.
If the format or contents of XML are invalid, the message KDJE39308-Ewill be output in the Web servlet log. When message KDJE39308-E is output, modify web.xml on the basis of the detailed information.
If the specified order of the tag does not match the schema definition of XML, the line number of the end tag that includes this tag will be output. As a result, make sure that the specified order of the tag shown in the line number matches the schema definition of XML.
web.xml is re-written in the J2EE server, when the J2EE server imports and deploys an application. The line number uses the line number after web.xml is re-written, therefore, for the error location, check the web.xml of this Web application present below the application directory, when the expanded archive format is used. When deployment is performed in the archive format, check web.xml included in the exported EAR file.
If the JSP pre-compile functionality used during application startup is executed and this message is output, re-execute the JSP pre-compile functionality used during application startup.
If the cjjspc command is executed, re-execute the command.