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

Sporadic NPE in HttpChannelState.onFailure #12746

Open
GaryWKeim opened this issue Jan 29, 2025 · 0 comments
Open

Sporadic NPE in HttpChannelState.onFailure #12746

GaryWKeim opened this issue Jan 29, 2025 · 0 comments
Labels
Bug For general bugs on Jetty side

Comments

@GaryWKeim
Copy link

GaryWKeim commented Jan 29, 2025

Jetty version(s)

12.0.16

Jetty Environment

ee10

Java version/vendor

openjdk version "17.0.10" 2024-01-16 LTS
OpenJDK Runtime Environment Zulu17.48+15-CA (build 17.0.10+7-LTS)
OpenJDK 64-Bit Server VM Zulu17.48+15-CA (build 17.0.10+7-LTS, mixed mode, sharing)

OS type/version

ubuntu22.04

Description

2025-01-29 21:15:55,115 [jetty-immediate-executor] ERROR com.tc.server.TCServerMain - Thread:Thread[jetty-immediate-executor,5,TC Thread Group] got an uncaught exception. calling CallbackOnExitDefaultHandlers.
     java.lang.NullPointerException: Cannot read field "_callback" because "this._request" is null
     	at org.eclipse.jetty.server.internal.HttpChannelState.lambda$onFailure$1(HttpChannelState.java:444)
     	at java.base/java.lang.Thread.run(Thread.java:840)

How to reproduce?

It's a Heizenbug.

@GaryWKeim GaryWKeim added the Bug For general bugs on Jetty side label Jan 29, 2025
@lorban lorban added this to the 12.0.x milestone Feb 4, 2025
@lorban lorban removed this from the 12.0.x milestone Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
Status: No status
Development

No branches or pull requests

2 participants