Help:method flushBuffer()V not found

I'm getting the next error when i execute my jsp file:

Internal Servlet Error:

javax.servlet.ServletException: javax.servlet.ServletResponse: method flushBuffer()V not found

at org.apache.jasper.servlet.JspServlet.service(JspServlet.java, Compiled Code)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)

at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)

at org.apache.tomcat.core.Handler.service(Handler.java:286)

at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)

at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)

at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)

at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)

at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java, Compiled Code)

at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled Code)

at java.lang.Thread.run(Thread.java:479)

Root cause:

java.lang.NoSuchMethodError: javax.servlet.ServletResponse: method flushBuffer()V not found

at org.apache.jasper.runtime.JspWriterImpl.flush(JspWriterImpl.java:207)

at Task._0002fTask_0002fLogOn_0002ejspLogOn_jsp_4._jspService(_0002fTask_0002fLogOn_0002ejspLogOn_jsp_4.java:159)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)

at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:177)

at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)

at org.apache.jasper.servlet.JspServlet.service(JspServlet.java, Compiled Code)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)

at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)

at org.apache.tomcat.core.Handler.service(Handler.java:286)

at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)

at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)

at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)

at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)

at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java, Compiled Code)

at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled Code)

at java.lang.Thread.run(Thread.java:479)

I dont know where the error is com.. from

I know that a lot of people suffered with this problem in the past ...but i dont find a solution ...on the mailinglist;

can somebody help my out

Thanks for your time

Best regards,

stoneJ

[2917 byte] By [stoneJ] at [2007-9-26 1:48:23]
# 1
I found the problem....thanks anyway...
stoneJ at 2007-6-29 2:48:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi Stone Can you provide me the solution please? I am having same problem ?
jpsrao at 2007-6-29 2:48:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...