Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
6,152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  2. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[server.jar:git-Spigot-d21162c-61e0c69]
  3. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [server.jar:git-Spigot-d21162c-61e0c69]
  4. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) [server.jar:git-Spigot-d21162c-61e0c69]
  5. at net.minecraft.server.v1_12_R1.TileEntitySkull$1.load(TileEntitySkull.java:76) [server.jar:git-Spigot-d21162c-61e0c69]
  6. at net.minecraft.server.v1_12_R1.TileEntitySkull$1.load(TileEntitySkull.java:1) [server.jar:git-Spigot-d21162c-61e0c69]
  7. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [server.jar:git-Spigot-d21162c-61e0c69]
  8. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [server.jar:git-Spigot-d21162c-61e0c69]
  9. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [server.jar:git-Spigot-d21162c-61e0c69]
  10. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [server.jar:git-Spigot-d21162c-61e0c69]
  11. at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [server.jar:git-Spigot-d21162c-61e0c69]
  12. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [server.jar:git-Spigot-d21162c-61e0c69]
  13. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [server.jar:git-Spigot-d21162c-61e0c69]
  14. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [server.jar:git-Spigot-d21162c-61e0c69]
  15. at net.minecraft.server.v1_12_R1.TileEntitySkull$3.run(TileEntitySkull.java:201) [server.jar:git-Spigot-d21162c-61e0c69]
  16. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_141]
  17. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_141]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
  19. [15:26:03 WARN]: Sun Sep 22 15:26:03 CEST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  20. [15:26:03 WARN]: Sun Sep 22 15:26:03 CEST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  21. [15:26:04 WARN]: Sun Sep 22 15:26:04 CEST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  22. [15:26:04 WARN]: Sun Sep 22 15:26:04 CEST 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement