uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39142-E

An exception aa....aa was raised in the JSP page. The request bb....bb will be forwarded to the errorPage URL cc....cc specified by the JSP page.

aa....aa: Exception name
bb....bb: Request URI
cc....cc: Error page URL
Description
An exception occurred in JSP.
The request will be forwarded to the error page specified in the page directive.
Action
Remove the cause due to which an exception was thrown from JSP.
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.