The file:
org.apache.axis.transport.http.AxisServlet

at line 586 contains the following line:
res,flushBuffer(); //Force it right now.

In Weblogic 6.1 this is causing an exception to be thrown everytime a SOAP
request is made.
Would it be possible not to force flushing the buffer?

Heres the exception:
java.lang.NullPointerException
        at
weblogic.servlet.internal.ChunkOutput.clearBuffer(ChunkOutput.java:231)
        at
weblogic.servlet.internal.ChunkOutput.flush(ChunkOutput.java:251)
        at
weblogic.servlet.internal.ChunkOutputWrapper.flush(ChunkOutputWrapper.java:152)

        at
weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:119)

        at
weblogic.servlet.internal.ServletResponseImpl.flushBuffer(ServletResponseImpl.java:97)

        at
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:587)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)

        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)

        at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)

        at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)

        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Thanks,
David Cole



Reply via email to