uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39146-E

An exception aa....aa was raised in invocation of the servlet or JSP. (request URL = bb....bb)

aa....aa: Exception name
bb....bb: request URL
Description
An exception occurred during the execution of the servlet or JSP.
Action
Remove the cause due to which an exception was thrown from the servlet or JSP.
If an error occurs in the processing of the Dependency Injection, an error message is output in the message log just before this message. Check, and then take action.
If JSP throws any of the following exceptions, an error might have occurred during the compilation of the JSP file or the tag file. Make sure that no problem exists in the JSP file or the tag file.
  • org.apache.jasper.JasperException
  • org.apache.jasper.compiler.ParseException
  • org.apache.jasper.compiler.CompileException
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.