Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. [18:55:13] [Craft Scheduler Thread - 1336/INFO]: Please note: Stats encountered an error while trying to save user 3435c63a-8ac5-4eeb-b07e-d799a5319c68
  2. [18:55:13] [Craft Scheduler Thread - 1336/INFO]: It seems a column could not be found in the database; this is likely caused by the faulty conversion of the database from Stats 2 to Stats 3.
  3. [18:55:13] [Craft Scheduler Thread - 1336/INFO]: For now, you can either go back to Stats 2 (how to on the DBO page), wait until this error gets fixed by the developer or manually delete the table.
  4. [18:55:13] [Craft Scheduler Thread - 1336/INFO]: Full error below!
  5. [18:55:13] [Craft Scheduler Thread - 1336/INFO]: The table causing the error: Stats3_times_kicked
  6. [18:55:13] [Craft Scheduler Thread - 1336/ERROR]: null
  7. nl.lolmewn.stats.api.storage.StorageException: Something went wrong while saving the user!
  8. at nl.lolmewn.stats.mysql.MySQLStorage.save(MySQLStorage.java:261) ~[Stats3.jar:?]
  9. at nl.lolmewn.stats.user.StatsUserManager.saveUser(StatsUserManager.java:36) ~[Stats3.jar:?]
  10. at nl.lolmewn.stats.bukkit.PlayerIOEvents$1.run(PlayerIOEvents.java:66) [Stats3.jar:?]
  11. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  12. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) [spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  13. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_71]
  14. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_71]
  15. at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
  16. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'world' in 'where clause'
  17. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_71]
  18. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  19. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_71]
  20. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_71]
  21. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  22. at com.mysql.jdbc.Util.getInstance(Util.java:382) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  23. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  24. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  25. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  26. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  27. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  28. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  29. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  30. at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362) ~[spigot-1.8.7.jar:git-Spigot-44c59bf-8f0f4ed]
  31. at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:198) ~[Stats3.jar:?]
  32. at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:198) ~[Stats3.jar:?]
  33. at nl.lolmewn.stats.mysql.MySQLStorage.save(MySQLStorage.java:225) ~[Stats3.jar:?]
  34. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement