uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39055-E

An error occurred in analyzing the tag library descriptor file at line aa....aa. (J2EE application = bb....bb, context root = cc....cc, TLD = dd....dd)

aa....aa: Line number
bb....bb: 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, the cjjspc command, or cjjsp2java command
cc....cc: The context root name in the case of the J2EE server mode or the servlet engine mode and a blank string in the case of the cjjspc command or cjjsp2java command
dd....dd: Path of the TLD file
Description
An error occurred while the tag library descriptor (TLD) file was being analyzed.
The path dd....dd of the TLD file will be output in the following format:
  • In the case of a TLD 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
Modify the location shown in the line number of the TLD file. If the format or contents of XML are invalid when the application is started, the message KDJE39308-E will be output in either the Web servlet log or the console. When the message KDJE39308-E is output, modify the TLD file 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, confirm that the specified order of the tag included in the tag shown in the line number matches the schema definition of XML.
Correct the error location, and then update the Web application.
In the case of the J2EE server mode
If the reload functionality of the J2EE application is being used, either reload or redeploy.
If the reload functionality of the J2EE application is not being used, 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 or cjjsp2java command
Re-execute the command.