You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Hari <ha...@hotmail.com> on 2000/10/06 18:28:59 UTC

error on running jsp

Hello,
I am getting the following error on opening a jsp page in tomcat.
I have installed Apache/1.3.12 in win NT. It was working fine when i was
working with jdk1.2.2. I have installed jdk1.3 now and it is not working.  I
have changed the classpath variables to point it to jdk1.3
could you please let me know where the problem is.
Thank you.

java.lang.NoSuchMethodError
        at
org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:195)
        at
jsp.num._0002fjsp_0002fnum_0002fnumguess_0002ejspnumguess_jsp_0._jspService(
_0002fjsp_0002fnum_0002fnumg
uess_0002ejspnumguess_jsp_0.java:150)
        at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
        at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja
va:174)
        at
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:261)
        at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:369)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java
:156)
        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
        at java.lang.Thread.run(Thread.java:484)