Leymooo

Untitled

May 27th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. 13:04:27 [INFO] [Iron_bbcom] <-> ServerConnector [anbot1] has connected
  2. 13:04:27 [SEVERE] [Iron_bbcom] -> UpstreamBridge - encountered exception
  3. io.netty.handler.codec.EncoderException: java.lang.NullPointerException
  4. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:125)
  5. at io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:643)
  6. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:700)
  7. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:636)
  8. at io.netty.channel.DefaultChannelPipeline.write(DefaultChannelPipeline.java:944)
  9. at io.netty.channel.AbstractChannel.write(AbstractChannel.java:239)
  10. at net.md_5.bungee.netty.ChannelWrapper.write(ChannelWrapper.java:49)
  11. at net.md_5.bungee.UserConnection$1.sendPacket(UserConnection.java:149)
  12. at net.md_5.bungee.tab.ServerUnique.onUpdate(ServerUnique.java:34)
  13. at net.md_5.bungee.connection.DownstreamBridge.handle(DownstreamBridge.java:115)
  14. at net.md_5.bungee.protocol.packet.PlayerListItem.handle(PlayerListItem.java:130)
  15. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:77)
  16. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  17. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  18. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
  19. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  20. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  21. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
  22. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  23. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  24. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)
  25. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:354)
  26. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  27. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  28. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  29. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  30. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  31. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  32. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  33. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  34. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  35. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  36. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  37. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
  38. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  39. at java.lang.Thread.run(Unknown Source)
  40. Caused by: java.lang.NullPointerException
  41. at net.md_5.bungee.protocol.DefinedPacket.writeString(DefinedPacket.java:17)
  42. at net.md_5.bungee.protocol.packet.PlayerListItem.write(PlayerListItem.java:92)
  43. at net.md_5.bungee.protocol.MinecraftEncoder.encode(MinecraftEncoder.java:24)
  44. at net.md_5.bungee.protocol.MinecraftEncoder.encode(MinecraftEncoder.java:9)
  45. at io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:107)
  46. ... 35 more
  47. 13:04:27 [INFO] [Iron_bbcom] disconnected with: EncoderException : java.lang.NullPointerException @ io.netty.handler.codec.MessageToByteEncoder:125
Add Comment
Please, Sign In to add comment