Connection implicitly closed by driver
bladedpenguin opened this issue ยท 2 comments
It seems that when the server has been running for a bit, it loses connection. This causes grief revert fields to fail.
Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
14:28:38 [SEVERE] Query: DELETE FROM pstone_grief_undo
WHERE x = -236 AND y = 60 AND z = 722 AND world = 'mandelbrot';
14:28:38 [SEVERE] Error at SQL DELETE Query: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.