Skip to content

Instantly share code, notes, and snippets.

@minecrafter
Created January 31, 2016 01:52
Show Gist options
  • Save minecrafter/fcc9baf34a18abfac8f6 to your computer and use it in GitHub Desktop.
Save minecrafter/fcc9baf34a18abfac8f6 to your computer and use it in GitHub Desktop.
20:52:24 [SEVERE] [PaulaBean] <-> DownstreamBridge <-> [lobby] - encountered exception
java.lang.IndexOutOfBoundsException: readerIndex(5) + length(1) exceeds writerIndex(5): SlicedAbstractByteBuf(ridx: 5, widx: 5, cap: 5/5, unwrapped: PooledUnsafeDirectByteBuf(ridx: 7, widx: 19, cap: 64))
at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1178)
at io.netty.buffer.AbstractByteBuf.readByte(AbstractByteBuf.java:587)
at net.md_5.bungee.protocol.DefinedPacket.readVarInt(DefinedPacket.java:111)
at net.md_5.bungee.protocol.DefinedPacket.readVarInt(DefinedPacket.java:101)
at net.md_5.bungee.entitymap.EntityMap.rewriteVarInt(EntityMap.java:88)
at net.md_5.bungee.entitymap.EntityMap_1_8.rewriteClientbound(EntityMap_1_8.java:77)
at net.md_5.bungee.entitymap.EntityMap_1_8.rewriteInternal(EntityMap_1_8.java:55)
at net.md_5.bungee.entitymap.EntityMap.rewrite(EntityMap.java:106)
at net.md_5.bungee.entitymap.EntityMap.rewriteClientbound(EntityMap.java:69)
at net.md_5.bungee.connection.DownstreamBridge.handle(DownstreamBridge.java:97)
at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:84)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:354)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:823)
at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:339)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:255)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
at java.lang.Thread.run(Thread.java:745)
20:52:24 [INFO] [PaulaBean] disconnected with: IndexOutOfBoundsException : readerIndex(5) + length(1) exceeds writerIndex(5): SlicedAbstractByteBuf(ridx: 5, widx: 5, cap: 5/5, unwrapped: PooledUnsafeDirectByteBuf(ridx: 7, widx: 19, cap: 64)) @ io.netty.buffer.AbstractByteBuf:1178
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment