当前位置: 技术问答>java相关
急!!!第一次遇到这个问题。
来源: 互联网 发布时间:2017-04-24
本文导语: 01/08 16:13:01 error Unhandled exception thrown from /index.jsp:29 [2]javax.servlet.ServletException: Translator.WrongCase/login.jsplogin.jspLogin. jsp at jrun.jsp.Translator.checkServletPath(Translator.java:397) at jrun.jsp.Translator.transla...
01/08 16:13:01 error Unhandled exception thrown from /index.jsp:29
[2]javax.servlet.ServletException: Translator.WrongCase/login.jsplogin.jspLogin.
jsp
at jrun.jsp.Translator.checkServletPath(Translator.java:397)
at jrun.jsp.Translator.translate(Translator.java:242)
at jrun.jsp.Translator.translate(Translator.java:102)
at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:670)
at jrun.jsp.JSPServlet.translate(JSPServlet.java:112)
at jrun.jsp.JSPServlet.service(JSPServlet.java:100)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.j
ava:414)
at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatche
r.java:387)
at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java
:172)
at jrun.jsp.runtime.JRunPageContext.forward(JRunPageContext.java:346)
at jrun.jsp.tags.Forward.doit(Forward.java:14)
at jrun.jsp.tags.RequestDispatchTag.doEndTag(RequestDispatchTag.java:47)
at jrun__index2ejspa._jspService(jrun__index2ejspa.java:137)
at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
at jrun.jsp.JSPServlet.service(JSPServlet.java:106)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
241)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPoo
l.java:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j
ava:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.
java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
那句出错的语句是
[2]javax.servlet.ServletException: Translator.WrongCase/login.jsplogin.jspLogin.
jsp
at jrun.jsp.Translator.checkServletPath(Translator.java:397)
at jrun.jsp.Translator.translate(Translator.java:242)
at jrun.jsp.Translator.translate(Translator.java:102)
at jrun.jsp.JSPEngine.translateJSP(JSPEngine.java:670)
at jrun.jsp.JSPServlet.translate(JSPServlet.java:112)
at jrun.jsp.JSPServlet.service(JSPServlet.java:100)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.j
ava:414)
at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatche
r.java:387)
at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java
:172)
at jrun.jsp.runtime.JRunPageContext.forward(JRunPageContext.java:346)
at jrun.jsp.tags.Forward.doit(Forward.java:14)
at jrun.jsp.tags.RequestDispatchTag.doEndTag(RequestDispatchTag.java:47)
at jrun__index2ejspa._jspService(jrun__index2ejspa.java:137)
at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
at jrun.jsp.JSPServlet.service(JSPServlet.java:106)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
241)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPoo
l.java:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j
ava:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.
java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
那句出错的语句是
|
没有login.jsp这个文件