tyrus icon indicating copy to clipboard operation
tyrus copied to clipboard

1.20 JDK based client exception

Open Hugolarson opened this issue 2 years ago • 4 comments

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)

Hugolarson avatar Feb 02 '23 12:02 Hugolarson