Guest User

Untitled

a guest
Oct 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. 2011-07-06 21:56:33 [INFO] gameplayercj lost connection: disconnect.quitting
  2. 2011-07-06 21:56:33 [SEVERE] java.net.SocketException: Socket closed
  3. 2011-07-06 21:56:33 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
  4. 2011-07-06 21:56:33 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
  5. 2011-07-06 21:56:33 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
  6. 2011-07-06 21:56:33 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
  7. 2011-07-06 21:56:33 [SEVERE] at java.io.DataOutputStream.flush(Unknown Source)
  8. 2011-07-06 21:56:33 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)
  9. 2011-07-06 21:56:35 [INFO] [PLAYER_COMMAND] Lipe123: /m kcs kaaaaaaaaaayceeeeeeeeeeeee?
  10. 2011-07-06 21:56:54 [SEVERE] null
  11. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 33,267,555 milliseconds ago. The last packet sent successfully to the server was 33,267,556 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.
  12. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  13. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  14. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  15. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  16. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  17. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  18. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
  19. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
  20. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  21. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  22. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  23. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  24. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  25. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  26. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:105)
  27. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.unprotectBlock(ProtectedBlockJDBC.java:388)
  28. at com.earth2me.essentials.protect.EssentialsProtectBlockListener.onBlockBreak(EssentialsProtectBlockListener.java:308)
  29. at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:483)
  30. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  31. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  32. at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)
  33. at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)
  34. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:460)
  35. at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
  36. at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
  37. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
  38. at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
  39. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
  40. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  41. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  42. Caused by: java.net.SocketException: Software caused connection abort: socket write error
  43. at java.net.SocketOutputStream.socketWrite0(Native Method)
  44. at java.net.SocketOutputStream.socketWrite(Unknown Source)
  45. at java.net.SocketOutputStream.write(Unknown Source)
  46. at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
  47. at java.io.BufferedOutputStream.flush(Unknown Source)
  48. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
  49. ... 23 more
  50. 2011-07-06 21:56:54 [INFO] Problem with checked-in Statement, discarding.
  51. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed.
  52. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  53. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  54. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  55. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  56. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  57. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  58. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  59. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  60. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  61. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  62. at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:402)
  63. at com.mysql.jdbc.PreparedStatement.clearParameters(PreparedStatement.java:1138)
  64. at com.mchange.v2.c3p0.stmt.GooGooStatementCache.refreshStatement(GooGooStatementCache.java:604)
  65. at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkinStatement(GooGooStatementCache.java:236)
  66. at com.mchange.v2.c3p0.impl.NewPooledConnection.checkinStatement(NewPooledConnection.java:282)
  67. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.close(NewProxyPreparedStatement.java:1807)
  68. at com.earth2me.essentials.protect.data.ProtectedBlockJDBC.unprotectBlock(ProtectedBlockJDBC.java:401)
  69. at com.earth2me.essentials.protect.EssentialsProtectBlockListener.onBlockBreak(EssentialsProtectBlockListener.java:308)
  70. at org.bukkit.plugin.java.JavaPluginLoader$35.execute(JavaPluginLoader.java:483)
  71. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  72. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  73. at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:157)
  74. at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:121)
  75. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:460)
  76. at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
  77. at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
  78. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
  79. at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
  80. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
  81. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  82. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  83. 2011-07-06 21:58:00 [INFO] pong MCMA
  84. 2011-07-06 21:58:14 [INFO] gameplayercj [/96.25.84.88:2771] logged in with entity id 385560 at ([world] -626.40625, 64.0, 1071.53125)
  85. 2011-07-06 21:58:30 [INFO] <§9gameplayercj§f> WTFFFFFFFFFFFFFFFFFFFFFFFFFFF
Add Comment
Please, Sign In to add comment