Advertisement
Guest User

Untitled

a guest
Jan 25th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. On receiveing server:
  2.  
  3. [14:46:21 INFO]: UUID of player Nentify is 12c10b58-28b5-4f64-a6af-98abd443a410
  4. [14:46:21 INFO]: Nentify joined world:world
  5. [14:46:21 INFO]: Nentify[/82.23.11.4:54520] logged in with entity id 1706 at ([world] 504.3289315763694, 145.78033871006937, -122.30000001192093)
  6. [14:46:21 INFO]: [SimpleClans] ClanPlayer Reloaded: Nentify, UUID: 12c10b58-28b5-4f64-a6af-98abd443a410
  7. [14:46:21 INFO]: Nentify lost connection: Internal Exception: java.io.IOException: Connection reset by peer
  8. [14:46:22 INFO]: lobby Nentify
  9.  
  10. Bungee:
  11.  
  12. 14:46:21 [INFO] [Nentify] <-> ServerConnector [Lobby] has connected
  13. 14:46:21 [INFO] [Nentify] <-> DownstreamBridge <-> [Fusion] has disconnected
  14. 14:46:21 [SEVERE] [Nentify] <-> DownstreamBridge <-> [Lobby] - encountered exception
  15. java.lang.IllegalArgumentException: Team InCombat already exists in this scoreboard
  16. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)
  17. at net.md_5.bungee.api.score.Scoreboard.addTeam(Scoreboard.java:68)
  18. at net.md_5.bungee.connection.DownstreamBridge.handle(DownstreamBridge.java:183)
  19. at net.md_5.bungee.protocol.packet.Team.handle(Team.java:106)
  20. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75)
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  23. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  24. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  25. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  26. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  27. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  28. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  29. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  30. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  31. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  32. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  33. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  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:116)
  39. at java.lang.Thread.run(Thread.java:745)
  40. 14:46:21 [INFO] [Nentify] disconnected with: IllegalArgumentException : Team InCombat already exists in this scoreboard @ com.google.common.base.Preconditions:145
  41. 14:46:21 [INFO] [Nentify] disconnected with: [Proxy] Lost connection to server.
  42. 14:46:21 [INFO] [Nentify] <-> DownstreamBridge <-> [Lobby] has disconnected
  43. 14:46:21 [INFO] [Nentify] -> UpstreamBridge has disconnected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement