You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Nitin Lokhande <ad...@gmail.com> on 2007/10/09 07:25:41 UTC

Exceptions coming in index.jsp file_roller3.1_websphere6.0

hi all,
I am trying to run roller3.1 on websphere 6.0.

I have changed 2 settings from one email which are :

Be sure to change "Class loader mode" to "PARENT_LAST" AND change "WAR
> class loader policy" to "Application".  There are 2 drop down boxes for
> this when you click on the war in the admin console.  This will let the
> class loading be done by you instead of allowing WAS to do it.


now i am getting exceptions in index.jsp. can anybody help me out for it.
here i am pasting those exceptions :

 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: *SRVE0190E: File not found: /index.jsp
*Error Code: *403
*Target Servlet: *null
*Error Stack: *
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: SRVE0190E: File not found:
/index.jsp
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:540)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:287)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:399)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)

     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)

     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)

     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(
WCChannelLink.java:77)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(
HttpInboundLink.java:421)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(
HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(
HttpICLReadCallback.java:94)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(
WorkQueueManager.java:548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(
WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(
WorkQueueManager.java:934)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(
WorkQueueManager.java:1021)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))



Error Page Exception: *Error Message: *SRVE0190E: File not found:
/WEB-INF/jsps/403.jsp
*Error Code: *403
*Target Servlet: *null
*Error Stack: *
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: SRVE0190E: File not found:
/WEB-INF/jsps/403.jsp
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:540)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:261)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(
WebAppRequestDispatcher.java:250)
     at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2495)
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:548)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:287)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:399)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)

     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)

     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)

     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(
WCChannelLink.java:77)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(
HttpInboundLink.java:421)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(
HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(
HttpICLReadCallback.java:94)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(
WorkQueueManager.java:548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(
WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(
WorkQueueManager.java:934)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(
WorkQueueManager.java:1021)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))

Exceptions coming in index.jsp file_roller3.1_websphere6.0

Posted by Nitin Lokhande <ad...@gmail.com>.
 hi all,
I am trying to run roller3.1 on websphere 6.0.

I have changed 2 settings from one email which are :

Be sure to change "Class loader mode" to "PARENT_LAST" AND change "WAR
> class loader policy" to "Application".  There are 2 drop down boxes for
> this when you click on the war in the admin console.  This will let the
> class loading be done by you instead of allowing WAS to do it.


now i am getting exceptions in index.jsp. can anybody help me out for it.
here i am pasting those exceptions :

 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: *SRVE0190E: File not found: /index.jsp
*Error Code: *403
*Target Servlet: *null
*Error Stack: *
com.ibm.ws.webcontainer.webapp.WebAppErrorReport : SRVE0190E: File not
found: /index.jsp
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:540)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java :771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:287)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java :399)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)

     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:220)

     at com.ibm.ws.webcontainer.VirtualHost.handleRequest
(VirtualHost.java:204)

     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(
WCChannelLink.java:77)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination (
HttpInboundLink.java:421)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(
HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(
HttpICLReadCallback.java :94)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(
WorkQueueManager.java:548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(
WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(
WorkQueueManager.java:934)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(
WorkQueueManager.java:1021)
     at com.ibm.ws.util.ThreadPool$Worker.run (ThreadPool.java(Compiled
Code))



Error Page Exception: *Error Message: *SRVE0190E: File not found:
/WEB-INF/jsps/403.jsp
*Error Code: *403
*Target Servlet: *null
*Error Stack: *
com.ibm.ws.webcontainer.webapp.WebAppErrorReport : SRVE0190E: File not
found: /WEB-INF/jsps/403.jsp
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:540)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError (
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:261)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward (
WebAppRequestDispatcher.java:250)
     at com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2495)
     at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(
WebAppDispatcherContext.java:548)
     at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(
SRTServletResponse.java:771)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:287)
     at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(
DefaultExtensionProcessor.java:399)
     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:2841)

     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest
(WebGroup.java:220)

     at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:204)

     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1681)

     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready (
WCChannelLink.java:77)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(
HttpInboundLink.java:421)
     at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation (
HttpInboundLink.java:367)
     at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(
HttpICLReadCallback.java:94)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(
WorkQueueManager.java :548)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(
WorkQueueManager.java(Compiled Code))
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(
WorkQueueManager.java:934)
     at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run (
WorkQueueManager.java:1021)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled
Code))