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

Cannot invoke "org.eclipse.jetty.util.Callback.failed(java.lang.Throwable)" #10261

Closed
rymsha opened this issue Sep 8, 2023 · 1 comment · Fixed by #10262
Closed

Cannot invoke "org.eclipse.jetty.util.Callback.failed(java.lang.Throwable)" #10261

rymsha opened this issue Sep 8, 2023 · 1 comment · Fixed by #10262
Assignees
Labels
Milestone

Comments

@rymsha
Copy link
Contributor

rymsha commented Sep 8, 2023

Hi. After upgrading from 7.12 to 7.13.2 I see this exception on all nodes at random times.

mo.e.jetty.io.AbstractConnection[0;39m -
java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.util.Callback.failed(java.lang.Throwable)" because "callback" is null
at org.eclipse.jetty.io.AbstractConnection.lambda$failedCallback$0(AbstractConnection.java:92)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.base/java.lang.Thread.run(Thread.java:833)
@rymsha rymsha added the Bug label Sep 8, 2023
@rymsha rymsha self-assigned this Sep 8, 2023
@rymsha
Copy link
Contributor Author

rymsha commented Sep 8, 2023

This is indeed caused by jetty/jetty.project#9476

@rymsha rymsha changed the title java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.util.Callback.failed(java.lang.Throwable)" Cannot invoke "org.eclipse.jetty.util.Callback.failed(java.lang.Throwable)" Sep 8, 2023
@rymsha rymsha linked a pull request Sep 8, 2023 that will close this issue
rymsha added a commit that referenced this issue Sep 8, 2023
@rymsha rymsha added this to the 7.13.3 milestone Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant