Nicolas Henneaux

Results 14 comments of Nicolas Henneaux

JDK is 1.8.0_151 while ALPN version is 8.1.11.v20170118. the problems only occurs at a rate of 1 over 10 or 20 successful execution.

Jetty server. Everything running in the same JVM (server and client).

it is not a deterministic issue and I cannot reproduce it with an isolated code.

Thanks for your follow-up!! I am using Weld 4.0.2 with org.glassfish.jersey.ext.cdi::jersey-weld2-se which is under the hood depends on jersey-cdi1x. It is compatible with Weld 4. I agree it probably comes...

I'm also getting this error while the applications runs in production. It occurred the 11/01/2022 for a service started the 20/12/2021. I include a truncated stack of the error. ```...

@dmatej I think I found where the problem lie. It occurs when there is a concurrent initialization from Jersey server but also from each new client. Each new client triggers...

Hi @dmatej Were you able to dig further on this issue? We are still impacted by it from time to time. Especially in CI but also for some use case...

The issue is still happening on a regular basis in CI and production with Jersey 3.1.1 & Jetty 11.0.15. It happens more when the Jersey client is instantiated concurrently. What...

I don't remember so. It happens when doing concurrent client instantiations and I don't on this project. https://github.com/nhenneaux/jersey-httpclient-connector/blob/master/src/test/java/com/github/nhenneaux/jersey/connector/httpclient/JettyServerTest.java#L412-L413