Hia,

I�m turning crazy with this error. I have a very simple JSP which is an html
page with the following header <%@ page info="My main JSP" %> (this is the
only one jsp tag in the file)
When I try to lauch the jsp file it throws me up this error:


Error: 500
Localization: /j2meds2/admintool2/msadmintool.jsp
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile C:\Program
Files\jakarta-tomcat-3.3\work\DEFAULT\j2meds2\admintool2\msadmintool_1.java:
70: No method matching flushBuffer() found in class
org.apache.jasper.runtime.JspWriterImpl.

((org.apache.jasper.runtime.JspWriterImpl)out).flushBuffer();
1 error

        at org.apache.tomcat.facade.JasperLiaison.javac(Unknown Source)
        at org.apache.tomcat.facade.JasperLiaison.processJspFile(Unknown Source)
        at org.apache.tomcat.facade.JspInterceptor.requestMap(Unknown Source)
        at org.apache.tomcat.core.ContextManager.processRequest(Unknown Source)
        at org.apache.tomcat.core.ContextManager.internalService(Unknown Source)
        at org.apache.tomcat.core.ContextManager.service(Unknown Source)
        at
org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknown
Source)
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown Source)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown
Source)
        at java.lang.Thread.run(Thread.java:484)


I�m running Tomcat 3.3, with jdk 1.3.1_01 on a W2000 machine. Could someone
tell me why this error occurs?

Thanxs,
Jose Andres

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to