Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. 17:16:14 [GRAVE] [/149.140.212.93:56460] <-> InitialHandler - encountered exception
  2. io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(101) exceeds writerIndex(10): SlicedAbstractByteBuf(ridx: 3, widx: 10, cap: 10/10, unwrapped: PooledUnsafeDirectByteBuf(ridx: 11, widx: 11, cap: 11))
  3. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99)
  4. at io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
  5. at io.netty.channel.DefaultChannelHandlerInvoker.invokeChannelRead(DefaultChannelHandlerInvoker.java:154)
  6. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:354)
  7. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:145)
  8. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:277)
  9. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:264)
  10. at io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
  11. at io.netty.channel.DefaultChannelHandlerInvoker.invokeChannelRead(DefaultChannelHandlerInvoker.java:154)
  12. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:354)
  13. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:145)
  14. at io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:217)
  15. at io.netty.channel.DefaultChannelPipeline.callHandlerRemoved0(DefaultChannelPipeline.java:756)
  16. at io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:577)
  17. at io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:540)
  18. at net.md_5.bungee.protocol.LegacyDecoder.decode(LegacyDecoder.java:37)
  19. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:387)
  20. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:245)
  21. at io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
  22. at io.netty.channel.DefaultChannelHandlerInvoker.invokeChannelRead(DefaultChannelHandlerInvoker.java:154)
  23. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:354)
  24. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:145)
  25. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  26. at io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
  27. at io.netty.channel.DefaultChannelHandlerInvoker.invokeChannelRead(DefaultChannelHandlerInvoker.java:154)
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:354)
  29. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:145)
  30. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:1078)
  31. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:872)
  32. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:359)
  33. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:275)
  34. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
  35. at java.lang.Thread.run(Thread.java:745)
  36. Caused by: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(101) exceeds writerIndex(10): SlicedAbstractByteBuf(ridx: 3, widx: 10, cap: 10/10, unwrapped: PooledUnsafeDirectByteBuf(ridx: 11, widx: 11, cap: 11))
  37. at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1345)
  38. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1339)
  39. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:804)
  40. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:812)
  41. at net.md_5.bungee.protocol.DefinedPacket.readString(DefinedPacket.java:36)
  42. at net.md_5.bungee.protocol.packet.Handshake.read(Handshake.java:27)
  43. at net.md_5.bungee.protocol.DefinedPacket.read(DefinedPacket.java:185)
  44. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:41)
  45. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  46. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
  47. ... 32 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement