Advertisement
Guest User

Untitled

a guest
Mar 14th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. [20:31:34] [Server thread/INFO]: flokohl123 issued server command: /kill Superkeks33
  2. [20:31:34] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  3. [20:31:34] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor220.newInstance(Unknown Source)
  4. [20:31:34] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. [20:31:34] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  6. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  7. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  8. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  9. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  10. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  11. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  12. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  13. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  14. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2485)
  15. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2467)
  16. [20:31:34] [Server thread/WARN]: at mineverse.Aust1n46.chat.listeners.CommandListener.onPlayerCommandPreprocess(CommandListener.java:119)
  17. [20:31:34] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor127.invoke(Unknown Source)
  18. [20:31:34] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. [20:31:34] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:497)
  20. [20:31:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298)
  21. [20:31:34] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  22. [20:31:34] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:509)
  23. [20:31:34] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:494)
  24. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1035)
  25. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880)
  26. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28)
  27. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65)
  28. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
  29. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
  30. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
  31. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
  32. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
  33. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
  34. [20:31:34] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  35. [20:31:34] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 48,287,732 milliseconds ago. The last packet sent successfully to the server was 48,287,749 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  36. [20:31:34] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  37. [20:31:34] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  38. [20:31:34] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  39. [20:31:34] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
  40. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  41. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  42. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
  43. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
  44. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  45. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  46. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1662)
  47. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1581)
  48. [20:31:34] [Server thread/WARN]: at mineverse.Aust1n46.chat.listeners.CommandListener.onPlayerCommandPreprocess(CommandListener.java:120)
  49. [20:31:34] [Server thread/WARN]: ... 18 more
  50. [20:31:34] [Server thread/WARN]: Caused by: java.net.SocketException: Broken pipe
  51. [20:31:34] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite0(Native Method)
  52. [20:31:34] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
  53. [20:31:34] [Server thread/WARN]: at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
  54. [20:31:34] [Server thread/WARN]: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  55. [20:31:34] [Server thread/WARN]: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  56. [20:31:34] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
  57. [20:31:34] [Server thread/WARN]: ... 24 more
  58. [20:31:34] [Server thread/INFO]: Superkeks33 died
  59. [20:31:43] [User Authenticator #99/INFO]: UUID of player DarkRuler1 is b1689656-ba4a-3448-a56b-ad61ac8aac7c
  60. [20:31:43] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2d6f2d9d[id=b1689656-ba4a-3448-a56b-ad61ac8aac7c,name=DarkRuler1,properties={},legacy=false] (/212.224.88.15:52882): ?4Banned:
  61. ?rThe Ban Hammer has spoken!
  62. [20:31:43] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@2d6f2d9d[id=b1689656-ba4a-3448-a56b-ad61ac8aac7c,name=DarkRuler1,properties={},legacy=false] (/212.224.88.15:52882) lost connection: ?4Banned:
  63. ?rThe Ban Hammer has spoken!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement