Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. 17.01 13:10:07 [Server] SEVERE io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 109
  2. 17.01 13:10:07 [Server] SEVERE at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:393)
  3. 17.01 13:10:07 [Server] SEVERE at io.netty.handler.codec.ByteToMessageDecoder.messageReceived(ByteToMessageDecoder.java:138)
  4. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.invokeMessageReceived(DefaultChannelHandlerContext.java:379)
  5. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.fireMessageReceived(DefaultChannelHandlerContext.java:364)
  6. 17.01 13:10:07 [Server] SEVERE at io.netty.handler.timeout.ReadTimeoutHandler.messageReceived(ReadTimeoutHandler.java:150)
  7. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.invokeMessageReceived(DefaultChannelHandlerContext.java:379)
  8. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.fireMessageReceived(DefaultChannelHandlerContext.java:364)
  9. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelPipeline.fireMessageReceived(DefaultChannelPipeline.java:786)
  10. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:120)
  11. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:489)
  12. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464)
  13. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:358)
  14. 17.01 13:10:07 [Server] SEVERE at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  15. 17.01 13:10:07 [Server] SEVERE at java.lang.Thread.run(Unknown Source)
  16. 17.01 13:10:07 [Server] SEVERE Caused by: java.io.IOException: Bad packet id 109
  17. 17.01 13:10:07 [Server] SEVERE at org.spigotmc.netty.PacketDecoder.decode(PacketDecoder.java:47)
  18. 17.01 13:10:07 [Server] SEVERE at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:356)
  19. 17.01 13:10:07 [Server] SEVERE ... 13 more
  20. 17.01 13:10:07 [Server] SEVERE io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 97
  21. 17.01 13:10:07 [Server] SEVERE at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:393)
  22. 17.01 13:10:07 [Server] SEVERE at io.netty.handler.codec.ReplayingDecoder.channelInactive(ReplayingDecoder.java:326)
  23. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:262)
  24. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:248)
  25. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:77)
  26. 17.01 13:10:07 [Server] SEVERE at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144)
  27. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:262)
  28. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:248)
  29. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:762)
  30. 17.01 13:10:07 [Server] SEVERE at io.netty.channel.AbstractChannel$AbstractUnsafe$4.run(AbstractChannel.java:566)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement