Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. 16:49:14 [INFO] [TT2f2ZF40] <-> InitialHandler has connected
  2. 16:49:14 [INFO] [BungeeAuthenticator] Handled 5noAnuyGe [NON-PREMIUM] [NON-PREMIUM]
  3. 16:49:14 [SEVERE] [5noAnuyGe] <-> InitialHandler - encountered exception
  4. io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(4911) exceeds writerIndex(21): PooledUnsafeDirectByteBuf(ridx: 3, widx: 21, cap: 21)
  5. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99)
  6. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  7. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  8. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:161)
  9. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  10. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  11. at io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:108)
  12. at io.netty.channel.DefaultChannelPipeline.callHandlerRemoved0(DefaultChannelPipeline.java:526)
  13. at io.netty.channel.DefaultChannelPipeline.callHandlerRemoved(DefaultChannelPipeline.java:520)
  14. at io.netty.channel.DefaultChannelPipeline.remove0(DefaultChannelPipeline.java:350)
  15. at io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:321)
  16. at io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:298)
  17. at net.md_5.bungee.protocol.LegacyDecoder.decode(LegacyDecoder.java:37)
  18. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:247)
  19. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  21. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  22. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  23. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  24. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  25. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  26. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  27. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  28. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  29. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  30. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  31. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  32. at java.lang.Thread.run(Thread.java:745)
  33. Caused by: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(4911) exceeds writerIndex(21): PooledUnsafeDirectByteBuf(ridx: 3, widx: 21, cap: 21)
  34. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1175)
  35. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:676)
  36. at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:684)
  37. at net.md_5.bungee.protocol.DefinedPacket.readArrayLegacy(DefinedPacket.java:62)
  38. at net.md_5.bungee.protocol.packet.EncryptionResponse.read(EncryptionResponse.java:27)
  39. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:34)
  40. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  41. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
  42. ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement