Advertisement
lLuffy

Untitled

Sep 7th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. [23:33:34] [pool-102-thread-5/INFO]: The table causing the error: mcskill_move
  2. [23:33:34] [pool-102-thread-5/ERROR]: null
  3. nl.lolmewn.stats.api.storage.StorageException: Something went wrong while saving the user!
  4. at nl.lolmewn.stats.mysql.MySQLStorage.saveUser(MySQLStorage.java:306) ~[?:?]
  5. at nl.lolmewn.stats.mysql.MySQLStorage.lambda$save$6(MySQLStorage.java:323) ~[?:?]
  6. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
  7. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
  8. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
  9. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
  10. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  11. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
  12. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131]
  13. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131]
  14. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131]
  15. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131]
  16. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[Util.class:?]
  17. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[Util.class:?]
  18. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1064) ~[SQLError.class:?]
  19. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[MysqlIO.class:?]
  20. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[MysqlIO.class:?]
  21. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986) ~[MysqlIO.class:?]
  22. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140) ~[MysqlIO.class:?]
  23. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626) ~[ConnectionImpl.class:?]
  24. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111) ~[PreparedStatement.class:?]
  25. at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362) ~[PreparedStatement.class:?]
  26. at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:198) ~[?:?]
  27. at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:198) ~[?:?]
  28. at nl.lolmewn.stats.mysql.MySQLStorage.saveUser(MySQLStorage.java:291) ~[?:?]
  29. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement