You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/08/03 08:45:17 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #2975: [Quarkus 2.2.0] Infinispan itests fail in native mode

jamesnetherton opened a new issue #2975:
URL: https://github.com/apache/camel-quarkus/issues/2975


   Likely needs solving in the Quarkus Infinispan Client extension so opened a Quarkus issue to track https://github.com/quarkusio/quarkus/issues/19195.
   
   ```
   2021-08-03 09:29:57,789 WARN  [io.net.cha.ChannelInitializer] (HotRod-client-async-pool-1-4) Failed to initialize a channel. Closing: [id: 0xa7565909]: java.lang.IllegalStateException: SaslClientFactory implementation now found
   	at org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer.getSaslClientFactory(ChannelInitializer.java:203)
   	at org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer.initAuthentication(ChannelInitializer.java:162)
   	at org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer.initChannel(ChannelInitializer.java:80)
   	at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129)
   	at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
   	at io.netty.channel.AbstractChannelHandlerContext.callHandlerAdded(AbstractChannelHandlerContext.java:938)
   	at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:609)
   	at io.netty.channel.DefaultChannelPipeline.access$100(DefaultChannelPipeline.java:46)
   	at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1463)
   	at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1115)
   	at io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:650)
   	at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:514)
   	at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429)
   	at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486)
   	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
   	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
   	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
   	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
   	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at java.lang.Thread.run(Thread.java:829)
   	at com.oracle.svm.core.thread.JavaThreads.threadStartRoutine(JavaThreads.java:567)
   	at com.oracle.svm.core.posix.thread.PosixJavaThreads.pthreadStartRoutine(PosixJavaThreads.java:192)
   ```


-- 
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-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2975: [Quarkus 2.2.0] Infinispan itests fail in native mode

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #2975:
URL: https://github.com/apache/camel-quarkus/issues/2975#issuecomment-899545930


   This has been fixed in `quarkus-infinispan-client`.


-- 
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-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] jamesnetherton closed issue #2975: [Quarkus 2.2.0] Infinispan itests fail in native mode

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #2975:
URL: https://github.com/apache/camel-quarkus/issues/2975


   


-- 
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-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] ppalaga commented on issue #2975: [Quarkus 2.2.0] Infinispan itests fail in native mode

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #2975:
URL: https://github.com/apache/camel-quarkus/issues/2975#issuecomment-900394604


   Is there nothing more left to do, like upgrade the quarkus-infinispan-client or re-enable the test? Just making sure that we can really forget about this issue :)


-- 
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-unsubscribe@camel.apache.org

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



[GitHub] [camel-quarkus] jamesnetherton commented on issue #2975: [Quarkus 2.2.0] Infinispan itests fail in native mode

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #2975:
URL: https://github.com/apache/camel-quarkus/issues/2975#issuecomment-900396936


   > Is there nothing more left to do
   
   Only upgrade to Quarkus 2.2.0. The issue is already verified as fixed on the `quarkus-main` branch.


-- 
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-unsubscribe@camel.apache.org

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