-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.getByteBuffer()" because "buffer" is null #12790
Labels
Bug
For general bugs on Jetty side
Comments
This looks similar to #12623 |
lorban
added a commit
that referenced
this issue
Feb 17, 2025
Signed-off-by: Ludovic Orban <[email protected]>
It looks like We should be able to fix that shortly. |
lorban
added a commit
that referenced
this issue
Feb 17, 2025
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 3, 2025
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 3, 2025
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 3, 2025
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 3, 2025
Signed-off-by: Ludovic Orban <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
12.0.16
Jetty Environment
ee8
Java version/vendor
(use: java -version)
openjdk version "22.0.2" 2024-07-16
OpenJDK Runtime Environment Temurin-22.0.2+9 (build 22.0.2+9)
OpenJDK 64-Bit Server VM Temurin-22.0.2+9 (build 22.0.2+9, mixed mode, sharing)
OS type/version
Linux 6.1.0-1015-oem #15-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 16 09:51:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Description
We register a consistent rate of NPEs on multiple servers running jetty since at least Dec 2024. They surface when serializing JSON responses with Jackson. The response size is < 3kB.
How to reproduce?
Not sure yet. Flagging the issue in case somebody with context about Jetty can help pin down the problem.
The text was updated successfully, but these errors were encountered: