Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does Tomcat crash with “java.lang.NoSuchMethodError: javax.servlet.ServletResponse: method flushBuffer()V not found” ?

0
Posted

Why does Tomcat crash with “java.lang.NoSuchMethodError: javax.servlet.ServletResponse: method flushBuffer()V not found” ?

0

Location: http://www.jguru.com/faq/view.jsp?EID=259182 Created: Nov 21, 2000 Modified: 2000-12-06 08:47:43.921 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by Yuvaraj Chandrasekaran (http://www.jguru.com/guru/viewbio.jsp?EID=238586 The flushBuffer() method of ServletResponse was added to the 2.2 Servlet API. It sounds like you have a 2.1 servlet.jar file in your CLASSPATH somewhere. Remove it (or replace it with the 2.2 version). It is conflicting with the 2.2 version delivered with Tomcat.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123