-
Notifications
You must be signed in to change notification settings - Fork 8
Description
[18:28:50 INFO]: [BetterShards] Unable to check lock, exception:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 36,794,377 milliseconds ago. The last packet sent successfully to the server was 36,794,377 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should c
onsider 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.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_91]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_91]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_91]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_91]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:404) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3644) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2452) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2617) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2550) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962) ~[spigot.jar:git-Spigot-e0e1771-5e5cf84]
at vg.civcraft.mc.bettershards.database.DatabaseManager.isPlayerLocked(DatabaseManager.java:490) [BetterShards.jar:?]
at vg.civcraft.mc.bettershards.database.DatabaseManager$4.call(DatabaseManager.java:739) [BetterShards.jar:?]
at vg.civcraft.mc.bettershards.database.DatabaseManager$4.call(DatabaseManager.java:732) [BetterShards.jar:?]