uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39291-E

An exception aa....aa was raised in validation of the attribute by the TagExtraInfo class bb....bb. (J2EE application = cc....cc, context root = dd....dd)

aa....aa: Exception name
bb....bb: TagExtraInfo class name
cc....cc: 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
dd....dd: 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
Description
An exception occurred during the validation of the attribute by the TagExtraInfo class (bb....bb).
Action
Remove the cause due to which an exception occurred during the validation of the JSP file or the tag file by the TagExtraInfo class.
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
When the application update detection and the reload functionality are being used, either reload or redeploy.
When the application update detection and the reload functionality are not being used, redeploy.
In the case of the cjjspc command or cjjsp2java command
Re-execute the command.