Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 00:28:06 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed.
- 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- 00:28:06 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- 00:28:06 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
- 00:28:06 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
- 00:28:06 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:382)
- 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
- 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
- 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
- 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
- 00:28:06 [SEVERE] at com.mysql.jdbc.StatementImpl.checkClosed(StatementImpl.java:402)
- 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.clearParameters(PreparedStatement.java:1138)
- 00:28:06 [SEVERE] at snaq.db.CachedPreparedStatement.recycle(CachedPreparedStatement.java:95)
- 00:28:06 [SEVERE] at snaq.db.CacheConnection.statementClosed(CacheConnection.java:572)
- 00:28:06 [SEVERE] at snaq.db.CachedStatement.close(CachedStatement.java:170)
- 00:28:06 [SEVERE] at com.griefcraft.sql.AutoClosingPreparedStatement.close(AutoClosingPreparedStatement.java:77)
- 00:28:06 [SEVERE] at com.griefcraft.sql.Database.safeClose(Database.java:151)
- 00:28:06 [SEVERE] at com.griefcraft.sql.PhysDB.saveProtection(PhysDB.java:1764)
- 00:28:06 [SEVERE] at com.griefcraft.model.Protection.saveNow(Protection.java:812)
- 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.flushDatabase(DatabaseThread.java:125)
- 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:147)
- 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53)
- 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
- 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
- 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
- 00:28:06 [SEVERE] at java.lang.Thread.run(Unknown Source)
- 00:28:06 [SEVERE] com.griefcraft.scripting.ModuleException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from
- 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
- ed value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configu
- red values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
- 00:28:06 [SEVERE] at com.griefcraft.sql.Database.printException(Database.java:142)
- 00:28:06 [SEVERE] at com.griefcraft.sql.PhysDB.saveProtection(PhysDB.java:1762)
- 00:28:06 [SEVERE] at com.griefcraft.model.Protection.saveNow(Protection.java:812)
- 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.flushDatabase(DatabaseThread.java:125)
- 00:28:06 [SEVERE] at com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:147)
- 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53)
- 00:28:06 [SEVERE] at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
- 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
- 00:28:06 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
- 00:28:06 [SEVERE] at java.lang.Thread.run(Unknown Source)
- 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
- 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
- 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.
- 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- 00:28:06 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- 00:28:06 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- 00:28:06 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Source)
- 00:28:06 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
- 00:28:06 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
- 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
- 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
- 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
- 00:28:06 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
- 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
- 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
- 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
- 00:28:06 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
- 00:28:06 [SEVERE] at snaq.db.CachedPreparedStatement.executeUpdate(CachedPreparedStatement.java:124)
- 00:28:06 [SEVERE] at com.griefcraft.sql.AutoClosingPreparedStatement.executeUpdate(AutoClosingPreparedStatement.java:90)
- 00:28:06 [SEVERE] at com.griefcraft.sql.AutoClosingPreparedStatement.executeUpdate(AutoClosingPreparedStatement.java:86)
- 00:28:06 [SEVERE] at com.griefcraft.sql.PhysDB.saveProtection(PhysDB.java:1760)
- 00:28:06 [SEVERE] ... 8 more
- 00:28:06 [SEVERE] Caused by: java.net.SocketException: Software caused connection abort: socket write error
- 00:28:06 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
- 00:28:06 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
- 00:28:06 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
- 00:28:06 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
- 00:28:06 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
- 00:28:06 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
- 00:28:06 [SEVERE] ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment