Toro_mac

Untitled

Apr 26th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. 16:02:11 [INFO] Enabled BungeeCord version git-BungeeCord-Proxy-1.5-SNAPSHOT-"c087649"-362
  2. 16:02:11 [INFO] Loaded plugin BungeeBan version 0.6-SNAPSHOT-44 by roblabla
  3. 16:02:12 [INFO] Loaded plugin BungeeYAML version 1.2.1-26 by roblabla
  4. 16:02:12 [INFO] [BungeeBan] Now loaded.
  5. 16:02:12 [INFO] Enabled plugin BungeeBan version 0.6-SNAPSHOT-44 by roblabla
  6. 16:02:12 [INFO] Enabled plugin BungeeYAML version 1.2.1-26 by roblabla
  7. 16:02:12 [INFO] Listening on /0.0.0.0:25565
  8. 16:02:12 [INFO] [/78.149.45.247:11645] <-> InitialHandler has connected
  9. 16:02:12 [INFO] [/78.149.45.247:11645] <-> InitialHandler has disconnected
  10. 16:02:12 [INFO] [/90.224.49.212:51735] <-> InitialHandler has connected
  11. 16:02:12 [INFO] [/90.224.49.212:51735] <-> InitialHandler has disconnected
  12. 16:02:12 [INFO] [/83.117.1.106:59169] <-> InitialHandler has connected
  13. 16:02:12 [INFO] [/90.230.30.55:63421] <-> InitialHandler has connected
  14. 16:02:12 [INFO] [/90.230.30.55:63421] <-> InitialHandler has disconnected
  15. 16:02:12 [INFO] [/90.224.49.212:51511] <-> InitialHandler has connected
  16. 16:02:12 [INFO] [/90.224.49.212:51511] <-> InitialHandler has disconnected
  17. 16:02:12 [INFO] [Supersnels] <-> InitialHandler has disconnected
  18. 16:02:12 [INFO] [/90.224.49.212:54386] <-> InitialHandler has connected
  19. 16:02:12 [INFO] [/90.224.49.212:54386] <-> InitialHandler has disconnected
  20. 16:02:12 [INFO] [/90.224.49.212:54374] <-> InitialHandler has connected
  21. 16:02:12 [INFO] [/90.224.49.212:54374] <-> InitialHandler has disconnected
  22. 16:02:13 [INFO] [/90.224.53.57:65386] <-> InitialHandler has connected
  23. 16:02:13 [INFO] [/81.231.234.218:62228] <-> InitialHandler has connected
  24. 16:02:13 [INFO] [/81.231.234.218:62228] <-> InitialHandler has disconnected
  25. 16:02:13 [INFO] [/90.224.53.57:51157] <-> InitialHandler has connected
  26. 16:02:13 [INFO] [/146.90.224.199:50534] <-> InitialHandler has connected
  27. 16:02:13 [INFO] [/146.90.224.199:50534] <-> InitialHandler has disconnected
  28. 16:02:13 [INFO] [/81.107.73.181:1205] <-> InitialHandler has connected
  29. 16:02:13 [INFO] [/81.107.73.181:1205] <-> InitialHandler has disconnected
  30. 16:02:13 [INFO] [/90.224.49.212:60184] <-> InitialHandler has connected
  31. 16:02:13 [INFO] [/90.224.49.212:60184] <-> InitialHandler has disconnected
  32. 16:02:13 [INFO] [tobbefrick00] <-> InitialHandler has disconnected
  33. 16:02:14 [SEVERE] [Simonsk8] -> UpstreamBridge - encountered exception
  34. java.lang.IncompatibleClassChangeError: Found interface net.md_5.bungee.api.config.ServerInfo, but class was expected
  35. at net.craftminecraft.bungee.bungeeban.listener.ProxiedPlayerListener.onServerConnect(ProxiedPlayerListener.java:38)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:601)
  40. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  41. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  42. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  43. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  44. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:290)
  45. at net.md_5.bungee.UserConnection.connect(UserConnection.java:120)
  46. at net.md_5.bungee.connection.InitialHandler.handle(InitialHandler.java:218)
  47. at net.md_5.bungee.packet.PacketCDClientStatus.handle(PacketCDClientStatus.java:36)
  48. at net.md_5.bungee.netty.HandlerBoss.messageReceived(HandlerBoss.java:61)
  49. at net.md_5.bungee.netty.HandlerBoss.messageReceived(HandlerBoss.java:19)
  50. at io.netty.channel.ChannelHandlerUtil.handleInboundBufferUpdated(ChannelHandlerUtil.java:60)
  51. at io.netty.channel.ChannelInboundMessageHandlerAdapter.inboundBufferUpdated(ChannelInboundMessageHandlerAdapter.java:82)
  52. at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:896)
  53. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:864)
  54. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:843)
  55. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:468)
  56. at io.netty.handler.codec.ByteToMessageDecoder.inboundBufferUpdated(ByteToMessageDecoder.java:69)
  57. at io.netty.channel.ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelInboundByteHandlerAdapter.java:51)
  58. at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:896)
  59. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:864)
  60. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:843)
  61. at io.netty.handler.codec.ByteToByteDecoder.callDecode(ByteToByteDecoder.java:122)
  62. at io.netty.handler.codec.ByteToByteDecoder.inboundBufferUpdated(ByteToByteDecoder.java:71)
  63. at io.netty.channel.ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelInboundByteHandlerAdapter.java:51)
  64. at io.netty.handler.codec.ByteToByteCodec.inboundBufferUpdated(ByteToByteCodec.java:87)
  65. at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:896)
  66. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:864)
  67. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:843)
  68. at io.netty.handler.timeout.ReadTimeoutHandler.inboundBufferUpdated(ReadTimeoutHandler.java:149)
  69. at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:917)
  70. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:864)
  71. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:843)
  72. at io.netty.channel.DefaultChannelPipeline.fireInboundBufferUpdated(DefaultChannelPipeline.java:1017)
  73. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:115)
  74. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:434)
  75. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:397)
  76. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:327)
  77. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:109)
  78. at java.lang.Thread.run(Thread.java:722)
Advertisement
Add Comment
Please, Sign In to add comment