uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39308-E

An error occurred in analyzing the xml. (J2EE application = aa....aa, context root = bb....bb, file = cc....cc, detail = dd....dd)

aa....aa: The J2EE application name in the case of the J2EE server mode, and a null character string in the case of the servlet engine mode, or the cjjspc command
bb....bb: The context root name in the case of the J2EE server mode or the servlet engine mode, and a null character string in the case of the cjjspc command
cc....cc: Path of the corresponding file
dd....dd: Detailed information of the occurred error
Description
An attempt to analyze the corresponding web.xml, or the tag library descriptor (TLD) file has failed.
The path cc....cc of the corresponding file will be output in the following format:
  • In the case of a file within the Web application
    Path within the Web application
  • In the case of a TLD file saved in the JAR file of the Web application
    Path within the Web application of the JAR file (entry = path-within-the-JAR-file)
  • In the case of a TLD file within the library JAR
    LIB (Path from the root of the J2EE application of the JAR file in which the TLD file is saved) (entry = path-within-the-JAR-file)
  • In the case of a TLD file within the JAR file specified in the class path with the cjjspc command
    LIB (Absolute path of the JAR file in which the TLD file is saved) (entry = path-within-the-JAR-file)
Action
Remove the cause due to which an error occurred during the analysis of web.xml, or the TLD file.
A message with a message ID beginning with KECX will be output in the details of the occurred error. For details on messages with the message ID beginning with KECX, see 11. KECX (Messages Output by Cosminexus XML Processor).
Correct the error location, and then update the Web application.
In the case of the J2EE server mode
When the reload functionality of the J2EE application is being used and the TLD file is modified, either reload or redeploy.
When the reload functionality of the J2EE application is not being used, or the version of the Web application is changed, redeploy.
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.
In the case of the servlet engine mode
Redeploy.
In the case of the cjjspc command
Re-execute the command.