uCosminexus Application Server, Messages
![[Contents]](FIGURE/CONTENT.GIF)
![[Back]](FIGURE/FRONT.GIF)
KDJE39270-W
The inprocess http server could not customize the error page because the response was already committed. (request uri = aa....aa, status code = bb....bb)
- aa....aa: Request URI
bb....bb: Status code
- Description
- The error page cannot be customized because the response was already committed.
- Action
- Make sure that the status code of the error is specified using the setStatus method of javax.servlet.http.HttpServletResponse in the Web application. To perform error page customization, use the sendError method instead of the setStatus method.
- If an invalid processing exists, correct it, 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 reload functionality of the Web application is being used, either reload or redeploy.
- When the reload functionality of the Web application is not being used, redeploy.
All Rights Reserved. Copyright (C) 2012, 2013, Hitachi, Ltd.