Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. 21:31:16 [SEVERE] [OrganicBanana] <-> DownstreamBridge <-> [brierie_monster] - encountered exception
  2. io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Unknown metadata type 7
  3. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:417)
  4. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:147)
  5. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  6. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  7. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
  8. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  9. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  10. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
  11. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  12. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  13. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
  14. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
  15. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:478)
  16. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
  17. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
  18. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  19. at java.lang.Thread.run(Unknown Source)
  20. Caused by: java.lang.IllegalArgumentException: Unknown metadata type 7
  21. at net.md_5.bungee.protocol.skip.MetaData.read(MetaData.java:39)
  22. at net.md_5.bungee.protocol.skip.PacketReader.tryRead(PacketReader.java:70)
  23. at net.md_5.bungee.protocol.Vanilla.read(Vanilla.java:94)
  24. at net.md_5.bungee.protocol.Forge.read(Forge.java:25)
  25. at net.md_5.bungee.netty.PacketDecoder.decode(PacketDecoder.java:39)
  26. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:362)
  27. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement