|
Opening on behalf of André Martins. Requesting more details in order to reproduce the error -Brent
Reported via ODL LSVs.
https://lists.opendaylight.org/pipermail/controller-dev/2014-April/003891.html
—
From: André Martins <aanm@ua.pt>
Date: Sunday, April 20, 2014 at 1:56 PM
To: <controller-dev@lists.opendaylight.org>
Subject: [controller-dev] Huge problem - InvalidEncodingException: currently only UTF-8 is supported
Hello,
I'm having a huge problem running opendaylight with openvswitch.
When openvswitch tries to connect opendaylight, this happens in opendaylight's terminal.
2014-04-20 07:06:14.161 WEST [nioEventLoopGroup-6-4] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
io.netty.handler.codec.DecoderException: org.opendaylight.ovsdb.lib.jsonrpc.InvalidEncodingException: currently only UTF-8 is supported
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:259) ~[na:na]
at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:192) ~[na:na]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:240) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:226) [bundlefile:4.0.17.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [bundlefile:4.0.17.Final]
at io.netty.handler.logging.LoggingHandler.channelInactive(LoggingHandler.java:213) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:240) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:226) [bundlefile:4.0.17.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:767) [bundlefile:4.0.17.Final]
at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [bundlefile:4.0.17.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [bundlefile:4.0.17.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353) [bundlefile:4.0.17.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [bundlefile:4.0.17.Final]
at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
Caused by: org.opendaylight.ovsdb.lib.jsonrpc.InvalidEncodingException: currently only UTF-8 is supported
at org.opendaylight.ovsdb.lib.jsonrpc.JsonRpcDecoder.decode(JsonRpcDecoder.java:84) ~[na:na]
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:228) ~[na:na]
... 13 common frames omitted
I'm running the https://jenkins.opendaylight.org/integration/job/integration-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/base/target/distributions-base-0.1.2-SNAPSHOT-osgipackage.zip
with the ./run.sh -of13 -debug options
Thanks,
André Martins
|