uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39309-E

The class file generated from the JSP file could not be found. (J2EE application = aa....aa, context root = bb....bb, JSP file = cc....cc)

aa....aa: J2EE application name
bb....bb: Context root name
cc....cc: Path within the Web application of the JSP file
Description
The class file generated from the JSP file was not found.
Action
When the JSP pre-compile functionality used during application startup is used
If the JSP file does not exist, add it, and then update the Web application.
If the JSP file exists, an error occurs during the JSP compilation. Remove the cause of the error, and then update the Web application.
When the reload functionality of the J2EE application is being used, either compile the added or modified JSP, or redeploy, and then execute the JSP pre-compile functionality used during application startup.
When the reload functionality of the J2EE application is not being used, redeploy, and then execute the JSP pre-compile functionality used during application startup.
When the JSP pre-compile functionality used during application startup is not used
To the JSP work directory, add the class file generated from the JSP file and from the tag file referenced by the JSP file, and then update the Web application.
When the reload functionality of the J2EE application is being used, either add the class file generated from the JSP file and from the tag file referenced by the JSP file, or redeploy.
When the reload functionality of the J2EE application is not being used in an expanded archive format application, either stop the application, add the class file generated from the JSP file and from the tag file referenced by the JSP file, and then restart the application, or else redeploy the application.
In the case of an archive format application, redeploy.