You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by A M Haneef <am...@accesscomm.ca> on 2001/08/07 00:25:05 UTC

org.apache.jasper.compiler.ParseException: Cannot read file: /jsp/num/numguess.jsp

Hi all,

Can someone please tell me what does error means and how to fix this.

org.apache.jasper.compiler.ParseException: Cannot read file:
/jsp/num/numguess.jsp
        at
org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:242)
        at
org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:165)
        at org.apache.jasper.compiler.JspReader.(JspReader.java:283)
        at
org.apache.jasper.compiler.JspReader.createJspReader(JspReader.java:289)
        at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:159)
        at
org.apache.tomcat.facade.JasperLiaison.jsp2java(JspInterceptor.java:665)
        at
org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:618)
        at
org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:437)
        at
org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:915)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:820)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:778)
        at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:150)
        at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:435)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:505)
        at java.lang.Thread.run(Thread.java:484)

I got this error when I tried to run the examples.

Thanks in advance

Abjin