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

H2 NPE HttpOutputStreamImpl.flushHeaders #12537

Closed
loriadi opened this issue Jun 8, 2020 · 1 comment
Closed

H2 NPE HttpOutputStreamImpl.flushHeaders #12537

loriadi opened this issue Jun 8, 2020 · 1 comment
Assignees
Labels
in:Transport release bug This bug is present in a released version of Open Liberty release:20007 team:Sirius

Comments

@loriadi
Copy link
Contributor

loriadi commented Jun 8, 2020

NPE when an error on another thread causes the resource to be cleaned up.

at com.ibm.ws.http.channel.internal.outbound.HttpOutputStreamImpl.flushHeaders(HttpOutputStreamImpl.java:461)
at com.ibm.ws.webcontainer31.osgi.response.IResponse31Impl.flushHeaders(IResponse31Impl.java:70)
at com.ibm.ws.webcontainer31.srt.SRTServletResponse31.flushData(SRTServletResponse31.java:142)
at com.ibm.ws.webcontainer31.srt.SRTServletResponse31.finishKeepConnection(SRTServletResponse31.java:107)
at com.ibm.ws.webcontainer31.osgi.srt.SRTConnectionContext31.finishConnection(SRTConnectionContext31.java:152)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1166)
at com.ibm.ws.webcontainer.osgi.DynamicVirtualHost$2.run(DynamicVirtualHost.java:279)
at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink$TaskWrapper.run(HttpDispatcherLink.java:1134)
at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.wrapHandlerAndExecute(HttpDispatcherLink.java:415)
at com.ibm.ws.http.dispatcher.internal.channel.HttpDispatcherLink.ready(HttpDispatcherLink.java:374)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:546)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.handleNewRequest(HttpInboundLink.java:480)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.processRequest(HttpInboundLink.java:345)
at com.ibm.ws.http.channel.internal.inbound.HttpInboundLink.ready(H

@loriadi loriadi added in:Transport release bug This bug is present in a released version of Open Liberty team:Sirius labels Jun 8, 2020
@loriadi loriadi self-assigned this Jun 8, 2020
@loriadi
Copy link
Contributor Author

loriadi commented Jun 9, 2020

Merged on 6/9/20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Transport release bug This bug is present in a released version of Open Liberty release:20007 team:Sirius
Projects
None yet
Development

No branches or pull requests

2 participants