uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39284-W

The unknown element is described. (J2EE application = aa....aa, context root = bb....bb, element = cc....cc, file = 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
bb....bb: Context root name
cc....cc: Defined element name
dd....dd: Path of the corresponding file
Description
In the case of the J2EE server mode
An element, not defined in the XML schema, is coded in the corresponding tag library descriptor (TLD) file. The contents of this element will be ignored.
The path dd....dd 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 the servlet engine mode
An element, not defined in the XML schema, is coded in the corresponding web.xml or TLD file. The contents of this element will be ignored.
The path dd....dd 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
In the case of the J2EE server mode
The message KDJE39286-W is output in the message log. Check the contents.
In the case of the servlet engine mode
If the target file is web.xml, the message KDJE39285-W is output in the message log, and if the target file is a TLD file, the message KDJE39286-W is output. Check the contents.