uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39216-E

The URI in the taglib directive is invalid because a URI in a taglib directive is mapped absolute and the taglib element is not in web.xml. (J2EE application = aa....aa, context root = bb....bb, file = cc....cc, taglib directive uri = 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, cjjspc command or cjjsp2java 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 or cjjsp2java command
cc....cc: Path within the Web application of this JSP file or the tag file, and the absolute path of the JSP file in the case of the cjjsp2java command (in the case of a tag file saved in a JAR file, however, output is in the following format: 'Path within the Web application of the JAR file (entry = path-within-the-JAR-file)')
dd....dd: uri attribute value of the taglib directive of this JSP file or tag file
Description
In the case of the J2EE server mode or the cjjspc command
An error occurred during the analysis of the JSP file or the tag file (cc....cc).
The uri attribute value (cc....cc) of the taglib directive of the JSP file or the tag file is invalid.
In the case of the servlet engine mode or the cjjsp2java command
An error occurred during the analysis of the JSP file (cc....cc).
The uri attribute value (cc....cc) of the taglib directive of the JSP file is invalid.
Action
If taglib is not mapped to the <taglib> tag of web.xml, or to the <uri> tag of the tag library descriptor (TLD) file, the absolute URI cannot be specified in the uri attribute of the taglib directive of JSP.
Either map taglib to the <taglib> tag of web.xml or to the <uri> tag of the TLD file, or specify the uri attribute of taglib directive of JSP with a relative path within the Web application.
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.