uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39305-E

The attribute type aa....aa specified for the attribute bb....bb could not be found. (J2EE application = cc....cc, context root = dd....dd, tag name = ee....ee, tag library = ff....ff)

aa....aa: Type of this attribute
bb....bb: Name of this attribute
cc....cc: The J2EE application name in the case of the J2EE server mode, and a null character string in the case of the cjjspc command
dd....dd: The context root name in the case of the J2EE server, and a null character string in the case of the cjjspc command
ee....ee: Name of the custom tag that defines this attribute
ff....ff: uri attribute value or tagdir attribute value of the taglib directive of this JSP file or tag file (in the case of the tagdir attribute, output is in the following format: tag library = urn:jsptagdir:value-of-tagdir-attribute)
Description
The class specified in the type attribute of the attribute directive of the class or tag file specified by the element <tag><attribute><type> of the tag library descriptor (TLD) file was not found.
Action
Include the class required for execution of the class defined in the type attribute of the <type> element or the attribute directive of the TLD file, in the Web application. Also confirm that appropriate permissions are available for the class file and the JAR file, and if not, set the appropriate access permissions.
Correct the error location, and then update the Web application.
For J2EE Server
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 cjjspc command
Re-execute the command.