Guest User

Untitled

a guest
Jan 21st, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.94 KB | None | 0 0
  1. 00:28:06 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed.
  2. 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  4. 00:28:06 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  5. 00:28:06 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
  6. 00:28:06 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  7. 00:28:06 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:382)
  8. 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  9. 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  10. 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  11. 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  12. 00:28:06 [SEVERE] at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:402)
  13. 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.clearParameters(PreparedStatement.java:1138)
  14. 00:28:06 [SEVERE] at snaq.db.CachedPreparedStatement.recycle(CachedPreparedStatement.java:95)
  15. 00:28:06 [SEVERE] at snaq.db.CacheConnection.statementClosed(CacheConnection.java:572)
  16. 00:28:06 [SEVERE] at snaq.db.CachedStatement.close(CachedStatement.java:170)
  17. 00:28:06 [SEVERE] at com.griefcraft.sql.AutoClosingPreparedStatement.close(AutoClosingPreparedStatement.java:77)
  18. 00:28:06 [SEVERE] at com.griefcraft.sql.Database.safeClose(Database.java:151)
  19. 00:28:06 [SEVERE] at com.griefcraft.sql.PhysDB.saveProtection(PhysDB.java:1764)
  20. 00:28:06 [SEVERE] at com.griefcraft.model.Protection.saveNow(Protection.java:812)
  21. 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.flushDatabase(DatabaseThread.java:125)
  22. 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:147)
  23. 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53)
  24. 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  25. 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  26. 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  27. 00:28:06 [SEVERE] at java.lang.Thread.run(Unknown Source)
  28. 00:28:06 [SEVERE] com.griefcraft.scripting.ModuleException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from
  29. the server was 62,037,206 milliseconds ago. The last packet sent successfully to the server was 62,037,206 milliseconds ago. is longer than the server configur
  30. ed value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configu
  31. red values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  32. 00:28:06 [SEVERE] at com.griefcraft.sql.Database.printException(Database.java:142)
  33. 00:28:06 [SEVERE] at com.griefcraft.sql.PhysDB.saveProtection(PhysDB.java:1762)
  34. 00:28:06 [SEVERE] at com.griefcraft.model.Protection.saveNow(Protection.java:812)
  35. 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.flushDatabase(DatabaseThread.java:125)
  36. 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:147)
  37. 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53)
  38. 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  39. 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  40. 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  41. 00:28:06 [SEVERE] at java.lang.Thread.run(Unknown Source)
  42. 00:28:06 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 62,037,206 milli
  43. seconds ago. The last packet sent successfully to the server was 62,037,206 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You
  44. should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts,
  45. or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  46. 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  47. 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  48. 00:28:06 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  49. 00:28:06 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
  50. 00:28:06 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  51. 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  52. 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
  53. 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
  54. 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  55. 00:28:06 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  56. 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  57. 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  58. 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  59. 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  60. 00:28:06 [SEVERE] at snaq.db.CachedPreparedStatement.executeUpdate(CachedPreparedStatement.java:124)
  61. 00:28:06 [SEVERE] at com.griefcraft.sql.AutoClosingPreparedStatement.executeUpdate(AutoClosingPreparedStatement.java:90)
  62. 00:28:06 [SEVERE] at com.griefcraft.sql.AutoClosingPreparedStatement.executeUpdate(AutoClosingPreparedStatement.java:86)
  63. 00:28:06 [SEVERE] at com.griefcraft.sql.PhysDB.saveProtection(PhysDB.java:1760)
  64. 00:28:06 [SEVERE] ... 8 more
  65. 00:28:06 [SEVERE] Caused by: java.net.SocketException: Software caused connection abort: socket write error
  66. 00:28:06 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
  67. 00:28:06 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
  68. 00:28:06 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
  69. 00:28:06 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
  70. 00:28:06 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
  71. 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
  72. 00:28:06 [SEVERE] ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment