https://issues.apache.org/bugzilla/show_bug.cgi?id=53119

--- Comment #7 from Konstantin Preißer <prei...@web.de> ---
Hi,

as reported on the users list [1], shortly after I switched to the AJP-NIO
connector on Tomcat 7.0.32 (Java 1.7.0_09), I got another
java.nio.BufferOverflowException:

Okt 20, 2012 2:58:51 PM org.apache.coyote.ajp.AjpNioProcessor process
SEVERE: Error processing request
java.nio.BufferOverflowException
    at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:183)
    at org.apache.coyote.ajp.AjpNioProcessor.output(AjpNioProcessor.java:281)
    at
org.apache.coyote.ajp.AbstractAjpProcessor$SocketOutputBuffer.doWrite(AbstractAjpProcessor.java:1122)
    at org.apache.coyote.Response.doWrite(Response.java:504)
    at
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:383)
    at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:462)
    at
org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:334)
    at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:283)
    at org.apache.catalina.connector.Response.finishResponse(Response.java:514)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:434)
    at org.apache.coyote.ajp.AjpNioProcessor.process(AjpNioProcessor.java:184)
    at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)
    at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
    at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:722)


The stacktrace seems to be very similar to the one that I got when using the
AJP-APR connector. However, unfortunately I'm currently unable to reproduce the
issue that causes this BufferOverflowException.


Thanks!

[1] http://markmail.org/message/uiife6gx7zwmyfku

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to