Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [09:21:53] [pool-98-thread-1/INFO]: The table causing the error: mcskill_playtime
- [09:21:53] [pool-98-thread-1/ERROR]: null
- nl.lolmewn.stats.api.storage.StorageException: Something went wrong while saving the user!
- at nl.lolmewn.stats.mysql.MySQLStorage.saveUser(MySQLStorage.java:306) ~[?:?]
- at nl.lolmewn.stats.mysql.MySQLStorage.lambda$save$6(MySQLStorage.java:323) ~[?:?]
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
- at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
- Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131]
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131]
- at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131]
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[Util.class:?]
- at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[Util.class:?]
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1064) ~[SQLError.class:?]
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[MysqlIO.class:?]
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[MysqlIO.class:?]
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986) ~[MysqlIO.class:?]
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140) ~[MysqlIO.class:?]
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626) ~[ConnectionImpl.class:?]
- at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111) ~[PreparedStatement.class:?]
- at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362) ~[PreparedStatement.class:?]
- at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:198) ~[?:?]
- at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:198) ~[?:?]
- at nl.lolmewn.stats.mysql.MySQLStorage.saveUser(MySQLStorage.java:291) ~[?:?]
- ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement