2024-04-04 20:32:14,639 ERROR [org.jbo.thr.errors] (executor-thread-10) Thread Thread[executor-thread-10,5,main] threw an uncaught exception: java.lang.RuntimeException: java.lang.IllegalStateException: Instance already destroyed
at io.undertow.websockets.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:538)
at io.undertow.websockets.ServerWebSocketContainer$6.run(ServerWebSocketContainer.java:518)
at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:587)
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:842)
Caused by: java.lang.IllegalStateException: Instance already destroyed
at io.quarkus.arc.impl.AbstractInstanceHandle.get(AbstractInstanceHandle.java:40)
at io.quarkus.arc.runtime.BeanContainerImpl$1$1.get(BeanContainerImpl.java:62)
at io.quarkus.websockets.client.runtime.WebsocketCoreRecorder$1$1$1.getInstance(WebsocketCoreRecorder.java:136)
at io.undertow.websockets.annotated.AnnotatedEndpoint.onError(AnnotatedEndpoint.java:238)
at io.undertow.websockets.annotated.AnnotatedEndpoint$4.run(AnnotatedEndpoint.java:201)
at io.undertow.websockets.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:143)
at io.undertow.websockets.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:140)
at io.quarkus.websockets.client.runtime.WebsocketCoreRecorder$4$1.call(WebsocketCoreRecorder.java:181)
at io.undertow.websockets.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:536)
... 8 more