uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39286-W

The tag library descriptor contains the unknown element. (J2EE application = aa....aa, context root = bb....bb, TLD = cc....cc)

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
bb....bb: Context root name
cc....cc: Path of the corresponding file
Description
An element, not defined in the XML schema, is coded in the tag library descriptor (TLD) file. The invalid element will be ignored, and then the processing continues.
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)
Action
The corresponding invalid element is output in the Web servlet log, with the ID KDJE39284-W. Check the contents of the invalid element.