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

Springboot 3.3 Stream closed #104

Open
marcantoine-bibeau opened this issue Jun 10, 2024 · 2 comments
Open

Springboot 3.3 Stream closed #104

marcantoine-bibeau opened this issue Jun 10, 2024 · 2 comments

Comments

@marcantoine-bibeau
Copy link
Contributor

I don't know the cause but as soon as I update our project to use Springboot 3.3.0, we start getting this exception.

Any clue on your side?

java.io.IOException: Stream closed
at java.base/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:169)
at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:345)
at java.base/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420)
at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:399)
at java.base/java.io.FilterInputStream.read(FilterInputStream.java:95)
at com.force.api.http.Http.readResponse(Http.java:57)
at com.force.api.http.Http.send(Http.java:113)
... 17 common frames omitted
Wrapped by: java.lang.RuntimeException: java.io.IOException: Stream closed
at com.force.api.http.Http.send(Http.java:118)
at com.force.api.ForceApi.apiRequest(ForceApi.java:499)
at com.force.api.ForceApi.queryAny(ForceApi.java:343)
at com.force.api.ForceApi.query(ForceApi.java:315)

@jesperfj
Copy link
Owner

Sorry I don't know what could cause it. I have not used Springboot in a long time.

@marcantoine-bibeau
Copy link
Contributor Author

Pushed a PR to fix #105

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

No branches or pull requests

2 participants