-
Notifications
You must be signed in to change notification settings - Fork 37
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
1.20 JDK based client exception #831
Comments
Hi, sorry, this is some stack trace from the JDK. We have too little information to know why this is happening. A couple of googling suggests this might also happen when the NIC is broken (which I am not saying is your case). Anyway, we would need more information. |
Hi, |
Hi, |
Sorry to tell you that I switched back to Grizzly. |
Hello,
For a long time we have used grizzly based client.
When we switched to JDK this exceptions appear sporadically.
23-02-02 11:47:56|org.glassfish.tyrus.container.jdk.client.ClientFilter [ tyrus-jdk-client-126|]:org.glassfish.tyrus.container.jdk.client.ClientFilter processError Connection error has occurred
java.io.IOException: The semaphore timeout period has expired.
at sun.nio.ch.Iocp.(Unknown Source)
at sun.nio.ch.Iocp.access$700(Unknown Source)
at sun.nio.ch.Iocp$EventHandlerTask.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered: