Replies: 2 comments 3 replies
-
The The The idleTimeout triggered, the connection is likely dead, Jetty told openfire about the idle timeout, but openfire decided it wanted to send more content for some reason, but couldn't as the connection is likely dead, hence the IOException. Then finally the unhandled exception was flowing to |
Beta Was this translation helpful? Give feedback.
-
Turns out that this problem is triggered only after a restart of Jetty (without restarting the JVM), where our restart routine did not properly restart all contexts, leaving the subsystem in a weird state between started and stopped. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! We're getting instances of the stack traces below in our logs. Am I reading this correct that the
onTimeout
event listener is invoked, but that its execution itself times out? If I'm reading this right, this then causes an error to be sent on the response, which fails as the response is already committed. Am I barking up the right tree here? Any suggestions on how to approach an issue like this?Beta Was this translation helpful? Give feedback.
All reactions