Advertisement
Guest User

BungeeError

a guest
Oct 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 4.83 KB | None | 0 0
  1. 17:26:08 [INFO] [Soren100] <-> ServerConnector [hub] has connected
  2. 17:26:08 [INFO] [Soren100] -> UpstreamBridge has disconnected
  3. 17:26:08 [SEVERE] [Soren100] <-> DownstreamBridge <-> [hub] - encountered exception
  4. io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(200) exceeds writerIndex(21): UnpooledSlicedByteBuf(ridx: 3, widx: 21, cap: 21/21, unwrapped: PooledUnsafeDirectByteBuf(ridx: 6999, widx: 7295, cap: 65536))
  5.     at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:98)
  6.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372)
  7.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358)
  8.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:350)
  9.     at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
  10.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372)
  11.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358)
  12.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:350)
  13.     at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
  14.     at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:280)
  15.     at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:396)
  16.     at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
  17.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372)
  18.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358)
  19.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:350)
  20.     at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
  21.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372)
  22.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358)
  23.     at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:350)
  24.     at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
  25.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:372)
  26.     at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:358)
  27.     at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
  28.     at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:129)
  29.     at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:610)
  30.     at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:551)
  31.     at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:465)
  32.     at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:437)
  33.     at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:873)
  34.     at java.lang.Thread.run(Unknown Source)
  35. Caused by: java.lang.IndexOutOfBoundsException: readerIndex(3) + length(200) exceeds writerIndex(21): UnpooledSlicedByteBuf(ridx: 3, widx: 21, cap: 21/21, unwrapped: PooledUnsafeDirectByteBuf(ridx: 6999, widx: 7295, cap: 65536))
  36.     at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1395)
  37.     at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1389)
  38.     at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:850)
  39.     at io.netty.buffer.AbstractByteBuf.readBytes(AbstractByteBuf.java:858)
  40.     at net.md_5.bungee.protocol.DefinedPacket.readString(DefinedPacket.java:36)
  41.     at net.md_5.bungee.protocol.packet.PlayerListHeaderFooter.read(PlayerListHeaderFooter.java:26)
  42.     at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:33)
  43.     at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  44.     at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:88)
  45.     ... 29 more
  46. 17:26:08 [INFO] [Soren100] disconnected with: DecoderException : java.lang.IndexOutOfBoundsException: readerIndex(3) + length(200) exceeds writerIndex(21): UnpooledSlicedByteBuf(ridx: 3, widx: 21, cap: 21/21, unwrapped: PooledUnsafeDirectByteBuf(ridx: 6999, widx: 7295, cap: 65536)) @ io.netty.handler.codec.MessageToMessageDecoder:98
  47. 17:26:08 [INFO] [Soren100] <-> DownstreamBridge <-> [hub] has disconnected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement