Advertisement
DTS-MC

Untitled

Nov 5th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. 16:58:16 [SEVERE] [JosiahB999] <-> DownstreamBridge <-> [vanilla] - encountered exception
  2. io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(1) + length(1) exceeds writerIndex(1): UnpooledHeapByteBuf(ridx: 1, widx: 1, cap: 1)
  3. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280)
  4. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149)
  5. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  6. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  7. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  8. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  9. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  10. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  11. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  12. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  13. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  14. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  15. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  16. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  17. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  18. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  19. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  20. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  21. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  22. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  23. at java.lang.Thread.run(Unknown Source)
  24. Caused by: java.lang.IndexOutOfBoundsException: readerIndex(1) + length(1) exceeds writerIndex(1): UnpooledHeapByteBuf(ridx: 1, widx: 1, cap: 1)
  25. at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1175)
  26. at io.netty.buffer.AbstractByteBuf.readByte(AbstractByteBuf.java:570)
  27. at net.md_5.bungee.protocol.DefinedPacket.readVarInt(DefinedPacket.java:109)
  28. at net.md_5.bungee.protocol.DefinedPacket.readVarInt(DefinedPacket.java:99)
  29. at net.md_5.bungee.protocol.DefinedPacket.readString(DefinedPacket.java:25)
  30. at net.md_5.bungee.protocol.packet.Chat.read(Chat.java:30)
  31. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:32)
  32. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249)
  33. ... 20 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement