uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39301-E

An exception aa....aa was raised in initialization of the function class bb....bb. (J2EE application = cc....cc, context root = dd....dd, function name = ee....ee, tag library = ff....ff)

aa....aa: Occurred exception name
bb....bb: Name of the function class specified by the element <function-class> of the TLD file
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 function specified in the element <function><name> of the TLD file
ff....ff: uri attribute value of the taglib directive of this JSP file or tag file
Description
An exception occurred while the function class specified by the element <function-class> of the tag library descriptor (TLD) file was being loaded.
Action
Remove the cause due to which an exception occurred while the class defined by the element <function-class> of the TLD file was being loaded.
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.