- Joined
- Sep 19, 2011
- Messages
- 1
- Reaction score
- 0
I 'm working on a application using IBM RAD. I have a designed an error page for 500.
when the appln page is idle for some time, error 500 triggered and directed to the page i designed.the page will dispaly the session details and the details of the exception.but now instead of getting the error page i'm getting the following page.
please help me on this issue.
-------------------------------------------------------------------------------------------------------------------
Error page exception
The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.
Original Exception:
Error Message:
Error Code: 500 </SPAN>
Target Servlet: null </SPAN>
Error Stack:
javax.servlet.jsp.JspException
at com.ibm.ws.console.taglib.common.DetectLocaleTag.doStartTag(DetectLocaleTag.java:126) </SPAN>
at _ibmjsp.secure._error._jspx_meth_ibmcommon_detectLocale_0(_error.java:189) </SPAN>
at _ibmjsp.secure._error._jspService(_error.java:103) </SPAN>
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) </SPAN>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1239) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:670) </SPAN>
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) </SPAN>
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:178) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:265) </SPAN>
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:510) </SPAN>
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:596) </SPAN>
at _ibmjsp.secure._logon._jspService(_logon.java:326) </SPAN>
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) </SPAN>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1239) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:670) </SPAN>
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) </SPAN>
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:178) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:265) </SPAN>
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:422) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2905) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) </SPAN>
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) </SPAN>
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1829) </SPAN>
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039) </SPAN>
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455) </SPAN>
Error Page Exception:
Error Message:
Error Code: 0 </SPAN>
Target Servlet: null </SPAN>
Error Stack:
javax.servlet.jsp.JspException
at com.ibm.ws.console.taglib.common.DetectLocaleTag.doStartTag(DetectLocaleTag.java:126) </SPAN>
at _ibmjsp._error._jspx_meth_ibmcommon_detectLocale_0(_error.java:234) </SPAN>
at _ibmjsp._error._jspService(_error.java:122) </SPAN>
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) </SPAN>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1239) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:670) </SPAN>
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) </SPAN>
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:178) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:265) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2546) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2945) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) </SPAN>
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) </SPAN>
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1829) </SPAN>
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039) </SPAN>
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)
when the appln page is idle for some time, error 500 triggered and directed to the page i designed.the page will dispaly the session details and the details of the exception.but now instead of getting the error page i'm getting the following page.
please help me on this issue.
-------------------------------------------------------------------------------------------------------------------
Error page exception
The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.
Original Exception:
Error Message:
Error Code: 500 </SPAN>
Target Servlet: null </SPAN>
Error Stack:
javax.servlet.jsp.JspException
at com.ibm.ws.console.taglib.common.DetectLocaleTag.doStartTag(DetectLocaleTag.java:126) </SPAN>
at _ibmjsp.secure._error._jspx_meth_ibmcommon_detectLocale_0(_error.java:189) </SPAN>
at _ibmjsp.secure._error._jspService(_error.java:103) </SPAN>
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) </SPAN>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1239) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:670) </SPAN>
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) </SPAN>
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:178) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:265) </SPAN>
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:510) </SPAN>
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:596) </SPAN>
at _ibmjsp.secure._logon._jspService(_logon.java:326) </SPAN>
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) </SPAN>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1239) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:670) </SPAN>
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) </SPAN>
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:178) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:265) </SPAN>
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:422) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2905) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) </SPAN>
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) </SPAN>
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1829) </SPAN>
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039) </SPAN>
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455) </SPAN>
Error Page Exception:
Error Message:
Error Code: 0 </SPAN>
Target Servlet: null </SPAN>
Error Stack:
javax.servlet.jsp.JspException
at com.ibm.ws.console.taglib.common.DetectLocaleTag.doStartTag(DetectLocaleTag.java:126) </SPAN>
at _ibmjsp._error._jspx_meth_ibmcommon_detectLocale_0(_error.java:234) </SPAN>
at _ibmjsp._error._jspService(_error.java:122) </SPAN>
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:88) </SPAN>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1239) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:113) </SPAN>
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:82) </SPAN>
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:670) </SPAN>
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:117) </SPAN>
at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:178) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:265) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2546) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2945) </SPAN>
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220) </SPAN>
at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204) </SPAN>
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1829) </SPAN>
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408) </SPAN>
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952) </SPAN>
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039) </SPAN>
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)