Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error Message:JSPG0036E: Failed to find resource /index.jsp

856 views
Skip to first unread message

mumtaj.m...@yahoo.co.in

unread,
Feb 7, 2007, 6:48:24 AM2/7/07
to
Hi
i'm installing a war file in Websphere Application Server. while trying to run by typing the url http://localhost:80/TestApp (Its not running in the application server also. i tried with 9080 port) i'm getting the below specified JSP Processing error. The map modules to server part is done. What else should i need to check out make it run. The application is developed in Rational Application Developer and war file exported. Basically its a simple servlet redirecting to a jsp file. The same runs in the local test server (Websphere V5.1 Test Environment) created in Rational Application Developer. It will be a great help out there. Thanks.

Naadiya.


JSP Processing Error
HTTP Error Code: 404
Error Message:JSPG0036E: Failed to find resource /index.jsp
Root Cause:java.io.FileNotFoundException: JSPG0036E: Failed to find resource /index.jsp
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.findWrapper(JSPExtensionProcessor.java:246)
at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:228)
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:429)
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))

Ken Hygh

unread,
Feb 7, 2007, 9:07:27 AM2/7/07
to
Where is index.jsp in the war file? What does your code look like that's
doing the redirection?
Ken
0 new messages