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

Caused by: java.lang.IllegalStateException: s=OPEN,api=BLOCKED,sc=false,e=null at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:737) at com.mt.usw.fus.service.rest.FileServiceResource.uploadSingleFile(FileServiceResource.java:264) #12685

Closed
NITHISH862002 opened this issue Jan 9, 2025 · 1 comment

Comments

@NITHISH862002
Copy link

Jetty Distribution Version: 9.4.49.v20220914
Java Version: Zulu 1.8

Question:
While sending a PUT request to a URL, we encountered the following exception:
javax.servlet.ServletException: javax.servlet.ServletException: java.lang.IllegalStateException: s=OPEN, api=BLOCKED, sc=false, e=null
This error originated from the Jetty server, specifically from the HandlerCollection.handle method (line 162).

We are uncertain about the cause of this exception. For more details, please refer to the attached log file:
JettyLog.txt

Wireshark Capture:
WireSharkCapture.json

Kindly rename the file to WireSharkCapture.pcapng

We need your support here.

Thank in advance

@NITHISH862002 NITHISH862002 changed the title aused by: java.lang.IllegalStateException: s=OPEN,api=BLOCKED,sc=false,e=null at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:737) at com.mt.usw.fus.service.rest.FileServiceResource.uploadSingleFile(FileServiceResource.java:264) Caused by: java.lang.IllegalStateException: s=OPEN,api=BLOCKED,sc=false,e=null at org.eclipse.jetty.server.HttpOutput.flush(HttpOutput.java:737) at com.mt.usw.fus.service.rest.FileServiceResource.uploadSingleFile(FileServiceResource.java:264) Jan 9, 2025
@joakime
Copy link
Contributor

joakime commented Jan 9, 2025

Jetty 9 is no longer supported.

Upgrade to a supported version of Jetty, which at this point in time is Jetty 12.
Note: Jetty 12 has a ee8 environment that maintains support for the javax.servlet namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants