Advertisement
Guest User

Untitled

a guest
Oct 27th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. 17:06:17 [SEVERE] [/78.82.153.62:51117] <-> InitialHandler - encountered exception
  2. io.netty.handler.codec.DecoderException: net.md_5.bungee.protocol.BadPacketException: Unknown packet id 21
  3. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:417)
  4. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
  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.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
  8. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  9. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  10. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
  11. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:478)
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
  14. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
  15. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  16. at java.lang.Thread.run(Thread.java:722)
  17. Caused by: net.md_5.bungee.protocol.BadPacketException: Unknown packet id 21
  18. at net.md_5.bungee.protocol.Vanilla.read(Vanilla.java:81)
  19. at net.md_5.bungee.netty.PacketDecoder.decode(PacketDecoder.java:39)
  20. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:362)
  21. ... 13 more
  22. 17:07:07 [WARNING] [/174.29.170.208:52716] <-> InitialHandler - IOException: Connection reset by peer
  23. 17:07:09 [SEVERE] [/24.0.201.81:51159] <-> InitialHandler - encountered exception
  24. io.netty.handler.codec.DecoderException: net.md_5.bungee.protocol.BadPacketException: Unknown packet id 97
  25. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:417)
  26. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:131)
  27. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  28. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  29. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:149)
  30. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337)
  31. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323)
  32. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785)
  33. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100)
  34. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:478)
  35. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447)
  36. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341)
  37. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  38. at java.lang.Thread.run(Thread.java:722)
  39. Caused by: net.md_5.bungee.protocol.BadPacketException: Unknown packet id 97
  40. at net.md_5.bungee.protocol.Vanilla.read(Vanilla.java:81)
  41. at net.md_5.bungee.netty.PacketDecoder.decode(PacketDecoder.java:39)
  42. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:362)
  43. ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement