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

           Summary: NPE in InternalNioOutputBuffer.recycle
           Product: Tomcat 6
           Version: 6.0.30
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: eric.estieven...@free.fr


Note: this is a regression of 6.0.30, the problem does not appear in 6.0.29

36.567 [http-8080-exec-1] ERROR o.apache.tomcat.util.net.NioEndpoint -
java.lang.NullPointerException: null
        at
org.apache.coyote.http11.InternalNioOutputBuffer.recycle(InternalNioOutputBuffer.java:351)
~[tomcat-coyote.jar:6.0.30] 
           socket.getBufHandler().getWriteBuffer().clear();                     
        at
org.apache.coyote.http11.Http11NioProcessor.recycle(Http11NioProcessor.java:1007)
~[tomcat-coyote.jar:6.0.30]                                                     
        at
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.release(Http11NioProtocol.java:643)
~[tomcat-coyote.jar:6.0.30]                                                     
        at
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.event(Http11NioProtocol.java:679)
~[tomcat-coyote.jar:6.0.30]                                                     
        at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2262)
~[tomcat-coyote.jar:6.0.30]                                                     
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[na:1.6.0_21]    

Note sure yet whether it is the socket, its bufhandler or the buffer which is
null.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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