Advertisement
Guest User

BungeeError

a guest
Feb 23rd, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. 08:01:05 [SEVERE] [/186.19.121.161:22952] <-> InitialHandler - encountered exception
  2. io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(106) exceeds writerIndex(13): UnpooledSlicedByteBuf(ridx: 3, widx: 13, cap: 13/13, unwrapped: PooledUnsafeDirectByteBuf(ridx: 14, widx: 14, cap: 14))
  3. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:98)
  4. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  5. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  6. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  7. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323)
  8. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:297)
  9. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  10. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  11. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  12. at io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:249)
  13. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:507)
  14. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
  15. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  16. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  17. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  18. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  19. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
  23. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
  26. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
  27. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:799)
  28. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:433)
  29. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:330)
  30. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:909)
  31. at java.lang.Thread.run(Thread.java:748)
  32. Caused by: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(106) exceeds writerIndex(13): UnpooledSlicedByteBuf(ridx: 3, widx: 13, cap: 13/13, unwrapped: PooledUnsafeDirectByteBuf(ridx: 14, widx: 14, cap: 14))
  33. at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1437)
  34. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1420)
  35. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:895)
  36. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:903)
  37. at net.md_5.bungee.protocol.DefinedPacket.readString(DefinedPacket.java:36)
  38. at net.md_5.bungee.protocol.packet.Handshake.read(Handshake.java:27)
  39. at net.md_5.bungee.protocol.DefinedPacket.read(DefinedPacket.java:206)
  40. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:33)
  41. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  42. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
  43. ... 28 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement