tyrus icon indicating copy to clipboard operation
tyrus copied to clipboard

Tyrus

Results 105 tyrus issues
Sort by recently updated
recently updated
newest added

currently i initiate my websocket server as following `tyrusServer = new Server("localhost", port, "/"+contextpath, null, ServerEndPoint_Jakarta.class); ` I have checked the Tyrus Server properties it doesn't provide any ssl properties...

Following the recommentation, "mvn clean install" on version 2.1.4 fails in the "glassfish test" phase. [INFO] Tyrus Servlet Basic Tests .......................... SUCCESS [ 13.477 s] [INFO] Tyrus Servlet Tests on...

I followed instructions to construct the "echo service" sample project and imported it into eclipse. It doesn't quite build due to a missing dependency. Description Resource Path Location Type ClientManager...

I am getting a 403 Forbidden response during WebSocket Upgrade request when connecting to a server via HTTPS (instead of 101). The reason is a wrong "Origin" header. The header...

Hello, Update. Same issue with JDK-client. When doing a native image on windows 10. graalvm-ce-java17-22.3.1 [tors mars 09 11:06:40 CET 2023][INFO] [SUB] com.oracle.svm.core.jdk.UnsupportedFeatureError: Runtime reflection is not supported for public...

Tyrus client is sending an origin header in the upgrade request. The value of the header is the host part of the websocket URL with scheme "http://". This does not...

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:...

I want to go ahead with this package for my project but before that I want to clarify a few things : What if the Server Endpoint is an AWS...

hi. I am receiving following error when reading from a queue. this does not happen always. we have about 8000 queues and this happens randomly. but currently it is persisting...

Glassfish Version: 5.1.0-RC1 Tyrus.Version: 1.14 I'm trying to use the Tyrus client from an OSGI Service that is deployed in Glassfish. However the call to ClientManager.createClient() throws a Deployment exception....