uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39057-E

The status code aa....aa was returned in executing the request. (request URL = bb....bb)

aa....aa: Status code
bb....bb: Resource name (a blank character string, if URL cannot be normalized using the Web server integrated functionality or a simple Web server)
Description
The execution of the request ended with the status code (aa....aa).
Action
Remove the cause due to which the servlet or JSP returned the status code displayed in the message.
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.
Check the cause if an unintended status code is displayed.
The displayed status codes and example causes are as follows:
  • Status code: 404
    Meaning: The requested URL is not found.
    Example cause 1: The specified browser URL is incorrect.
    Example cause 2: A request was received when the application was not running.
  • Status code: 503
    Meaning: The processing cannot be executed temporarily.
    Example cause: A large number of requests were received temporarily.