Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. 20:17:48 [GRAVE] août 27, 2015 8:17:48 PM net.md_5.bungee.event.EventBus post
  2. AVERTISSEMENT: Error dispatching event PlayerDisconnectEvent(player=MTC) to listener partyAndFriends.main.listener.PlayerDisconnectListener@747f281
  3. java.lang.NullPointerException
  4. at com.mysql.jdbc.ResultSetImpl.buildIndexMapping(ResultSetImpl.java:674)
  5. at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1029)
  6. at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2566)
  7. at partyAndFriends.mySQL.MySQL.ID(MySQL.java:191)
  8. at partyAndFriends.mySQL.MySQL.freundeAusgeben(MySQL.java:250)
  9. at partyAndFriends.main.listener.PlayerDisconnectListener.onPlayerDisconnect(PlayerDisconnectListener.java:137)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  13. at java.lang.reflect.Method.invoke(Unknown Source)
  14. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  15. at net.md_5.bungee.event.EventBus.post(EventBus.java:53)
  16. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:367)
  17. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:55)
  18. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:54)
  19. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  20. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  21. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  22. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  23. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  24. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:226)
  25. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  26. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  27. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:226)
  28. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  29. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  30. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  31. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  32. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  33. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  34. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144)
  35. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  36. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  37. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769)
  38. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:570)
  39. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:351)
  40. at io.netty.util.concurrent.SingleThreadEventExecutor.confirmShutdown(SingleThreadEventExecutor.java:650)
  41. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:362)
  42. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  43. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement