Advertisement
comniemeer

BungeeCord - BungeeSuite Error

Apr 30th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.01 KB | None | 0 0
  1. 17:16:06 [SEVERE] [comniemeer] <-> ServerConnector [craft4you] - encountered exception
  2. java.lang.IncompatibleClassChangeError: Found interface net.md_5.bungee.api.config.ServerInfo, but class was expected
  3. at com.mcdimensions.BungeeSuite.listeners.ChatListener.changeServer(ChatListener.java:77)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  6. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  7. at java.lang.reflect.Method.invoke(Unknown Source)
  8. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  9. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  10. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  11. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  12. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:290)
  13. at net.md_5.bungee.ServerConnector.handle(ServerConnector.java:76)
  14. at net.md_5.bungee.packet.Packet1Login.handle(Packet1Login.java:62)
  15. at net.md_5.bungee.netty.HandlerBoss.messageReceived(HandlerBoss.java:63)
  16. at net.md_5.bungee.netty.HandlerBoss.messageReceived(HandlerBoss.java:19)
  17. at io.netty.channel.ChannelHandlerUtil.handleInboundBufferUpdated(ChannelHandlerUtil.java:60)
  18. at io.netty.channel.ChannelInboundMessageHandlerAdapter.inboundBufferUpdated(ChannelInboundMessageHandlerAdapter.java:82)
  19. at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:896)
  20. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:864)
  21. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:843)
  22. at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:468)
  23. at io.netty.handler.codec.ByteToMessageDecoder.inboundBufferUpdated(ByteToMessageDecoder.java:69)
  24. at io.netty.channel.ChannelInboundByteHandlerAdapter.inboundBufferUpdated(ChannelInboundByteHandlerAdapter.java:51)
  25. at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:896)
  26. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:864)
  27. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:843)
  28. at io.netty.handler.timeout.ReadTimeoutHandler.inboundBufferUpdated(ReadTimeoutHandler.java:149)
  29. at io.netty.channel.DefaultChannelHandlerContext.invokeInboundBufferUpdated(DefaultChannelHandlerContext.java:917)
  30. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated0(DefaultChannelHandlerContext.java:864)
  31. at io.netty.channel.DefaultChannelHandlerContext.fireInboundBufferUpdated(DefaultChannelHandlerContext.java:843)
  32. at io.netty.channel.DefaultChannelPipeline.fireInboundBufferUpdated(DefaultChannelPipeline.java:1017)
  33. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:115)
  34. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:434)
  35. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:397)
  36. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:327)
  37. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:109)
  38. at java.lang.Thread.run(Unknown Source)
  39. 17:16:06 [INFO] [comniemeer] <-> ServerConnector [craft4you] has disconnected
  40. 17:16:36 [WARNING] [comniemeer] -> UpstreamBridge - read timed out
  41. 17:16:36 [INFO] [comniemeer] disconnected with: ReadTimeoutException : null
  42. 17:16:36 [INFO] [comniemeer] -> UpstreamBridge has disconnected
  43. Apr 30, 2013 5:16:36 PM com.google.common.eventbus.EventBus dispatch
  44. SEVERE: Could not dispatch event: PlayerDisconnectEvent(player=comniemeer) to handler [wrapper public void com.mcdimensions.BungeeSuite.listeners.ServerLoginLogout.logout(net.md_5.bungee.api.event.PlayerDisconnectEvent) throws java.sql.SQLException]
  45. java.lang.reflect.InvocationTargetException
  46. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  48. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  49. at java.lang.reflect.Method.invoke(Unknown Source)
  50. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  51. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  52. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  53. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  54. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:290)
  55. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:54)
  56. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:48)
  57. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:752)
  58. at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:738)
  59. at io.netty.handler.codec.ReplayingDecoder.channelInactive(ReplayingDecoder.java:387)
  60. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:752)
  61. at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:738)
  62. at io.netty.channel.ChannelStateHandlerAdapter.channelInactive(ChannelStateHandlerAdapter.java:69)
  63. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:752)
  64. at io.netty.channel.DefaultChannelHandlerContext.fireChannelInactive(DefaultChannelHandlerContext.java:738)
  65. at io.netty.channel.ChannelStateHandlerAdapter.channelInactive(ChannelStateHandlerAdapter.java:69)
  66. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:143)
  67. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelInactive(DefaultChannelHandlerContext.java:752)
  68. at io.netty.channel.DefaultChannelHandlerContext.access$1600(DefaultChannelHandlerContext.java:36)
  69. at io.netty.channel.DefaultChannelHandlerContext$6.run(DefaultChannelHandlerContext.java:743)
  70. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:328)
  71. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:331)
  72. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:109)
  73. at java.lang.Thread.run(Unknown Source)
  74. Caused by: java.lang.NullPointerException
  75. at com.mcdimensions.BungeeSuite.listeners.ServerLoginLogout.logout(ServerLoginLogout.java:64)
  76. ... 28 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement