RafiIsaharov commented on issue #1023:
URL: https://github.com/apache/camel-karavan/issues/1023#issuecomment-1848992442

   I have the same issue, but when using wed_docker.md:
   
   `2023-12-10 15:04:30,921 INFO  [org.inf.HOTROD] (executor-thread-2) 
ISPN004074: Native Epoll transport not available, using NIO instead: 
io.netty.channel.epoll.Epoll
   2023-12-10 15:04:30,921 INFO  [org.inf.HOTROD] (executor-thread-2) 
ISPN004108: Native IOUring transport not available, using NIO instead: 
io.netty.incubator.channel.uring.IOUring
   2023-12-10 15:04:31,034 INFO  [org.inf.HOTROD] (executor-thread-2) 
ISPN004021: Infinispan version: Infinispan 'Flying Saucer' 14.0.17.Final
   2023-12-10 15:04:33,015 INFO  [org.apa.cam.kar.inf.InfinispanService] 
(executor-thread-2) InfinispanService is starting in remote mode
   2023-12-10 15:04:33,059 INFO  [org.inf.HOTROD] (executor-thread-2) 
ISPN004021: Infinispan version: Infinispan 'Flying Saucer' 14.0.17.Final
   ...
   ...
   2023-12-10 15:07:30,925 ERROR [io.qua.ver.cor.run.VertxCoreRecorder] 
(vert.x-eventloop-thread-2) Uncaught exception received by Vert.x: 
java.lang.RuntimeException: java.lang.Exception: Not connected...
           at 
io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder.wrapIfNecessary(VertxEventBusConsumerRecorder.java:207)
           at 
io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder$3$1$2.handle(VertxEventBusConsumerRecorder.java:146)
           at 
io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder$3$1$2.handle(VertxEventBusConsumerRecorder.java:138)
           at 
io.vertx.core.impl.ContextBase.lambda$executeBlocking$1(ContextBase.java:180)
           at 
io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:277)
           at 
io.vertx.core.impl.ContextBase.lambda$internalExecuteBlocking$2(ContextBase.java:199)
           at 
io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:582)
           at 
org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
           at 
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1512)
           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:840)
   Caused by: java.lang.Exception: Not connected...
           at 
org.apache.camel.karavan.infinispan.InfinispanService.start(InfinispanService.java:119)
           at 
org.apache.camel.karavan.infinispan.InfinispanService.tryStart(InfinispanService.java:80)
           at 
org.apache.camel.karavan.infinispan.InfinispanService_Subclass.tryStart$$superforward(Unknown
 Source)
           at 
org.apache.camel.karavan.infinispan.InfinispanService_Subclass$$function$$1.apply(Unknown
 Source)
           at 
io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
           at 
io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
           at 
io.smallrye.faulttolerance.FaultToleranceInterceptor.lambda$syncFlow$3(FaultToleranceInterceptor.java:253)
           at 
io.smallrye.faulttolerance.core.InvocationContext.call(InvocationContext.java:20)
           at 
io.smallrye.faulttolerance.core.Invocation.apply(Invocation.java:29)
           at io.smallrye.faulttolerance.core.retry.Retry.doApply(Retry.java:88)
           at io.smallrye.faulttolerance.core.retry.Retry.apply(Retry.java:42)
           at 
io.smallrye.faulttolerance.FaultToleranceInterceptor.syncFlow(FaultToleranceInterceptor.java:255)
           at 
io.smallrye.faulttolerance.FaultToleranceInterceptor.intercept(FaultToleranceInterceptor.java:182)
           at 
io.smallrye.faulttolerance.FaultToleranceInterceptor_Bean.intercept(Unknown 
Source)
           at 
io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
           at 
io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
           at 
io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
           at 
org.apache.camel.karavan.infinispan.InfinispanService_Subclass.tryStart(Unknown 
Source)
           at 
org.apache.camel.karavan.service.KaravanService.startServices(KaravanService.java:134)
           at 
org.apache.camel.karavan.service.KaravanService_VertxInvoker_startServices_094be2f3e48c5e3b3465ddbb4f32b0fa4835c9c6.invokeBean(Unknown
 Source)
           at 
io.quarkus.vertx.runtime.EventConsumerInvoker.invoke(EventConsumerInvoker.java:45)
           at 
io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder$3$1$2.handle(VertxEventBusConsumerRecorder.java:142)
           ... 11 more
   
   `
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to