Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. [20:15:44 WARN]: [LevelPoints] Plugin LevelPoints v1.2.0.2 - hotfix 2 generated an exception while executing task 292
  2. java.lang.NullPointerException: null
  3. at com.mysql.jdbc.ResultSetImpl.buildIndexMapping(ResultSetImpl.java:683) ~[patched_1.13.2.jar:git-Paper-629]
  4. at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1043) ~[patched_1.13.2.jar:git-Paper-629]
  5. at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2568) ~[patched_1.13.2.jar:git-Paper-629]
  6. at levelpoints.utils.utils.UtilCollector$2.run(UtilCollector.java:265) ~[?:?]
  7. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.13.2.jar:git-Paper-629]
  8. at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) ~[patched_1.13.2.jar:git-Paper-629]
  9. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.13.2.jar:git-Paper-629]
  10. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_241]
  11. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_241]
  12. at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
  13. [20:15:46 WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@17617cee[id=6f273e05-41c3-3e24-8a93-2d78de43f66f,name=LoXR,properties={},legacy=false]
  14. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  15. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[patched_1.13.2.jar:git-Paper-629]
  16. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) ~[patched_1.13.2.jar:git-Paper-629]
  17. at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillGameProfile(PaperMinecraftSessionService.java:37) ~[patched_1.13.2.jar:git-Paper-629]
  18. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) ~[patched_1.13.2.jar:git-Paper-629]
  19. at com.destroystokyo.paper.profile.PaperMinecraftSessionService.fillProfileProperties(PaperMinecraftSessionService.java:30) ~[patched_1.13.2.jar:git-Paper-629]
  20. at com.destroystokyo.paper.profile.CraftPlayerProfile.complete(CraftPlayerProfile.java:177) ~[patched_1.13.2.jar:git-Paper-629]
  21. at net.minecraft.server.v1_13_R2.LoginListener$LoginHandler.fireEvents(LoginListener.java:336) ~[patched_1.13.2.jar:git-Paper-629]
  22. at net.minecraft.server.v1_13_R2.LoginListener$1.run(LoginListener.java:205) ~[patched_1.13.2.jar:git-Paper-629]
  23. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_241]
  24. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_241]
  25. at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement