Advertisement
DuneSciFye

Untitled

Jan 1st, 2023
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. java.sql.SQLSyntaxErrorException: Table 'skyblock_db.SkillData' doesn't exist
  2. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
  3. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
  4.  
  5. WARN
  6. 19:49:39
  7.  
  8. There was an error loading player data for player DuneSciFye with UUID d185feed-cbe7-478e-811c-b52fb3c76120, see below for details.
  9.  
  10. Console
  11. 19:49:39
  12.  
  13. at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
  14. at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:972)
  15. at AureliumSkills.jar//com.archyx.aureliumskills.data.storage.MySqlStorageProvider.load(MySqlStorageProvider.java:87)
  16. at AureliumSkills.jar//com.archyx.aureliumskills.listeners.PlayerJoinQuit$3.run(PlayerJoinQuit.java:99)
  17. at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftTask.run(CraftTask.java:101)
  18. at org.bukkit.craftbukkit.v1_19_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
  19. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
  20. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  21. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  22. at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement