Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tomcat] Possible NPE on close #1643

Closed
jfarcand opened this issue Jun 24, 2014 · 0 comments
Closed

[Tomcat] Possible NPE on close #1643

jfarcand opened this issue Jun 24, 2014 · 0 comments

Comments

@jfarcand
Copy link
Member

java.lang.NullPointerException
    at org.apache.coyote.http11.InternalNioOutputBuffer.addToBB(InternalNioOutputBuffer.java:210)
    at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:202)
    at org.apache.coyote.http11.AbstractHttp11Processor.action(AbstractHttp11Processor.java:774)
    at org.apache.coyote.Response.action(Response.java:174)
    at org.apache.coyote.Response.sendHeaders(Response.java:365)
    at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352)
    at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:309)
    at org.apache.catalina.connector.CoyoteOutputStream.close(CoyoteOutputStream.java:108)
    at org.atmosphere.cpr.AtmosphereResponse.closeStreamOrWriter(AtmosphereResponse.java:848)
    at org.atmosphere.cpr.AtmosphereInterceptorWriter.close(AtmosphereInterceptorWriter.java:94)
    at org.atmosphere.cpr.AtmosphereResponse$2.close(AtmosphereResponse.java:557)
    at org.atmosphere.cpr.AtmosphereResponse.closeStreamOrWriter(AtmosphereResponse.java:848)
    at org.atmosphere.cpr.AtmosphereInterceptorWriter.close(AtmosphereInterceptorWriter.java:94)
    at org.atmosphere.cpr.AtmosphereResponse.close(AtmosphereResponse.java:836)
    at org.atmosphere.cpr.AtmosphereResourceImpl.cancel(AtmosphereResourceImpl.java:720)
    at org.atmosphere.cpr.AsynchronousProcessor.completeLifecycle(AsynchronousProcessor.java:436)
    at org.atmosphere.interceptor.OnDisconnectInterceptor.inspect(OnDisconnectInterceptor.java:64)
    at org.atmosphere.cpr.AsynchronousProcessor.invokeInterceptors(AsynchronousProcessor.java:280)
    at org.atmosphere.cpr.AsynchronousProcessor.action(AsynchronousProcessor.java:146)
    at org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:95)
    at org.atmosphere.container.BlockingIOCometSupport.service(BlockingIOCometSupport.java:63)
    at org.atmosphere.container.Tomcat7BIOSupportWithWebSocket.doService(Tomcat7BIOSupportWithWebSocket.java:67)
@jfarcand jfarcand added the 2.2.0 label Jun 24, 2014
jfarcand added a commit that referenced this issue Jun 24, 2014
@jfarcand jfarcand added the 2.1.7 label Jun 24, 2014
ghost pushed a commit to vaadin/framework that referenced this issue Jul 16, 2014
Atmosphere 2.1.2.vaadin3 includes fix for:
Atmosphere/atmosphere#1643

Change-Id: I67c07dc3b32ebb3b0eed634bf143bac9a7e5efe2
ghost pushed a commit to vaadin/framework that referenced this issue Jul 21, 2014
Atmosphere 2.1.2.vaadin3 includes fix for:
Atmosphere/atmosphere#1643

Change-Id: I67c07dc3b32ebb3b0eed634bf143bac9a7e5efe2
Artur- pushed a commit to vaadin/atmosphere that referenced this issue Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant