uCosminexus Application Server, Messages
![[Contents]](FIGURE/CONTENT.GIF)
![[Back]](FIGURE/FRONT.GIF)
KDJE39302-E
The method parameter 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 parameter class specified by the element <function-signature> 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 parameter class of the function specified by the element <function-signature> of the tag library descriptor (TLD) file was not found.
- Action
- Include the class required for execution of the parameter class defined in the element <function-signature> 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.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.