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

Connectivity issues masked by ProcessingException: Already connected #5523

Open
Avinash-B opened this issue Jan 31, 2024 · 1 comment
Open

Comments

@Avinash-B
Copy link

javax.ws.rs.ProcessingException: Already connected
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:263) ~[jersey-client.jar:?]
at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:671) ~[jersey-client.jar:?]
at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:668) ~[jersey-client.jar:?]
at org.glassfish.jersey.internal.Errors.process(Errors.java:315) ~[jersey-common.jar:?]
at org.glassfish.jersey.internal.Errors.process(Errors.java:297) ~[jersey-common.jar:?]
at org.glassfish.jersey.internal.Errors.process(Errors.java:228) ~[jersey-common.jar:?]
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:444) ~[jersey-common.jar:?]
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:668) ~[jersey-client.jar:?]
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:428) ~[jersey-client.jar:?]
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:334) ~[jersey-client.jar:?]

Related old issue - #3000
This still looks to be masking some underlying issues and making it harder for us to pinpoint the exact cause of the problem.

@senivam
Copy link
Contributor

senivam commented Jan 31, 2024

which JDK, which Jersey, OS, probably more extended stack trace?

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