uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39185-E

An error occurred in compiling the source code of the servlet that generate from the JSP file or the tag file. (file = aa....aa)

aa....aa: Path within the Web application of this JSP file or the tag file (in the case of a tag file saved in a JAR file, however, output is in the following format:
'Path within the Web application of the JAR file (entry = path-within-the-JAR-file)')
Description
In the case of the J2EE server mode or the cjjspc command
An error occurred during the compilation of the source code of java generated from the JSP file or the tag file.
In the case of the servlet engine mode
An error occurred during the compilation of the source code of java generated from the JSP file.
Action
Remove the cause due to which the compilation error occurred. The details of the compilation error will be output in the Web servlet log or the console, with the message ID KDJE39143-E.
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
Re-execute the command.