Created
February 14, 2013 09:58
-
-
Save fbettag/4951682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:58:22.361 WARN AuthenticationHandler$ - io.netty.handler.codec.DecoderException: io.netty.handler.codec.UnreplayableOperationException | |
io.netty.handler.codec.DecoderException: io.netty.handler.codec.UnreplayableOperationException | |
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:462) | |
at io.netty.handler.codec.ByteToMessageDecoder.inboundBufferUpdated(ByteToMessageDecoder.java:69) | |
at io.netty.channel.ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelInboundByteHandlerAdapter.java:51) | |
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:931) | |
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:909) | |
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:887) | |
at io.netty.handler.timeout.IdleStateHandler.inboundBufferUpdated(IdleStateHandler.java:261) | |
at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:931) | |
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:909) | |
at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:887) | |
at io.netty.channel.DefaultChannelPipeline.fireInboundBufferUpdated(DefaultChannelPipeline.java:909) | |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:115) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:401) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:365) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:302) | |
at io.netty.channel.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:110) | |
at java.lang.Thread.run(Unknown Source) | |
Caused by: io.netty.handler.codec.UnreplayableOperationException | |
at io.netty.handler.codec.ReplayingDecoderBuffer.readBytes(ReplayingDecoderBuffer.java:469) | |
at io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder.decodeTextFrame(WebSocket00FrameDecoder.java:118) | |
at io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder.decode(WebSocket00FrameDecoder.java:66) | |
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:407) | |
... 16 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment