HotRod Java client is not working after update the RHDG modules for EAP to 7.3.5
Issue
- When upgrading to Red Hat Data Grid 7.3.5 the server upgrade seems to be working fine but when we try to update the EAP module on the client side we run into the following exception when trying to initialize the RemoteCacheManager
java.lang.NoClassDefFoundError: Could not initialize class io.netty.util.internal.PlatformDependent
at io.netty.channel.nio.NioEventLoop.newTaskQueue0(NioEventLoop.java:284)
at io.netty.channel.nio.NioEventLoop.newTaskQueue(NioEventLoop.java:155)
at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:137)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:138)
at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:37)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:88)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:83)
at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:64)
at org.infinispan.client.hotrod.impl.transport.netty.TransportHelper.createEventLoopGroup(TransportHelper.java:53) [infinispan-client-hotrod-9.4.18.Final-redhat-00001.jar:9.4.18.Final-redhat-00001]
at org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory.start(ChannelFactory.java:118) [infinispan-client-hotrod-9.4.18.Final-redhat-00001.jar:9.4.18.Final-redhat-00001]
at org.infinispan.client.hotrod.RemoteCacheManager.actualStart(RemoteCacheManager.java:303) [infinispan-client-hotrod-9.4.18.Final-redhat-00001.jar:9.4.18.Final-redhat-00001]
at org.infinispan.client.hotrod.RemoteCacheManager.start(RemoteCacheManager.java:274) [infinispan-client-hotrod-9.4.18.Final-redhat-00001.jar:9.4.18.Final-redhat-00001]
at org.infinispan.client.hotrod.RemoteCacheManager.<init>(RemoteCacheManager.java:134) [infinispan-client-hotrod-9.4.18.Final-redhat-00001.jar:9.4.18.Final-redhat-00001]
at org.infinispan.client.hotrod.RemoteCacheManager.<init>(RemoteCacheManager.java:117) [infinispan-client-hotrod-9.4.18.Final-redhat-00001.jar:9.4.18.Final-redhat-00001]
... 157 more
Environment
- Red Hat Data Grid (RHDG)
- 7.3
- Red Hat JBoss Enterprise Application Platform (EAP)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.