错误消息:JSPG0036E: 找不到资源 /SZQBSPWEB/index.jsp

来源:互联网 发布:three.js 源码注释 编辑:程序博客网 时间:2024/04/27 21:47

HTTP 错误代码:   404
 
出现错误消息:JSPG0036E: 找不到资源 /SZQBSPWEB/index.jsp

 

根本原因:java.io.FileNotFoundException: JSPG0036E: 找不到资源 /SZQBSPWEB/index.jsp    at

com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.findWrapper

(AbstractJSPExtensionProcessor.java:300)    at

com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.handleRequest

(AbstractJSPExtensionProcessor.java:273)    at

com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3252)    at

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

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

com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)    at

com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:112)    at

com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)    

at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)    

at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:263)    at

com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators

(NewConnectionInitialReadCallback.java:214)    at

com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete

(NewConnectionInitialReadCallback.java:113)    at

com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted

(AioReadCompletionListener.java:165)    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback

(AbstractAsyncFuture.java:217)    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions

(AsyncChannelFuture.java:161)    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)    at

com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)    at

com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)    at

com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)    at

com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469
 

如果你的配置是正确的,而且服务器也正常启动,出现这种情况的原因可能是浏览器地址写错了,
我曾经将http://127.0.0.1:9080/SZQBSP/video/index.jsp写成

http://127.0.0.1:9080/SZQBSPWEB/video/index.jsp导致上面的情况