NoSuchMethodError: io.netty.util.internal.PlatformDependent.newAtomicIntegerFieldUpdater
Issue
- We see an exception like the following:
Caused by: java.lang.NoSuchMethodError: io.netty.util.internal.PlatformDependent.newAtomicIntegerFieldUpdater(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
at io.netty.channel.ChannelOutboundBuffer.(ChannelOutboundBuffer.java:92)
at io.netty.channel.AbstractChannel$AbstractUnsafe.(AbstractChannel.java:421)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.(AbstractNioChannel.java:218)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.(AbstractNioByteChannel.java:72)
at io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe.(NioSocketChannel.java:458)
at io.netty.channel.socket.nio.NioSocketChannel$NioSocketChannelUnsafe.(NioSocketChannel.java:458)
at io.netty.channel.socket.nio.NioSocketChannel.newUnsafe(NioSocketChannel.java:455)
at io.netty.channel.socket.nio.NioSocketChannel.newUnsafe(NioSocketChannel.java:50)
Environment
- JBoss Enterprise Application Platform (EAP)
- JBoss Enterprise Web Server (JWS)
- Tomcat
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
