Netty4 HTTP - java.lang.NoSuchMethodError: io.netty.util.internal.AppendableCharSequence.charAtUnsafe(I)C

2016-05-09 Thread Charles Moulliard
Hi, I'm experimenting a strange Netty4 HTTP Codec issue with Netty4 HTTP consumer io.netty.handler.codec.DecoderException: java.lang.NoSuchMethodError: io.netty.util.internal.AppendableCharSequence.charAtUnsafe(I)C --> [d #0 - NettyEventExecutorGroup] NettyHttpConsumer WARN HttpSe

Re: Netty4 HTTP - java.lang.NoSuchMethodError: io.netty.util.internal.AppendableCharSequence.charAtUnsafe(I)C

2016-05-11 Thread yogu13
Looks like some issue with dependencies of Netty. Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Netty4-HTTP-java-lang-NoSuchMethodError-io-netty-util-internal-AppendableCharSequence-charAtUnsafe-IC-tp5782365p5782369.html Sent from the Camel - Users mailing

Re: Netty4 HTTP - java.lang.NoSuchMethodError: io.netty.util.internal.AppendableCharSequence.charAtUnsafe(I)C

2016-05-11 Thread Charles Moulliard
Yes. Problem resolved after installing the same version of this jar file ( netty-codec-http) as packaged with Camel Netty4 HTTP 2.15.x On Mon, May 9, 2016 at 12:39 PM, yogu13 wrote: > Looks like some issue with dependencies of Netty. > > Regards, > -Yogesh > > > > -- > View this message in conte