uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39296-E

The function class aa....aa specified in the tag library descriptor could not be found. (J2EE application = bb....bb, context root = cc....cc, function name = dd....dd, tag library = ee....ee)

aa....aa: Name of the function class specified by the element <function-class> of the TLD file
bb....bb: The J2EE application name in the case of the J2EE server, and a null character string in the case of the cjjspc command
cc....cc: The context root name in the case of the J2EE server, and a null character string in the case of the cjjspc command
dd....dd: Name of the function specified in the element <function><name> of the TLD file
ee....ee: uri attribute value of the taglib directive of this JSP file or tag file
Description
The function class specified by the element <function-class> of the tag library descriptor (TLD) file was not found.
Action
Include the class required for execution of the class defined in the element <function-class> 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.