Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. [13:54:30 WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 45.455.897 milliseconds ago. The last packet sent successfully to the server was 45.455.897 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  2. [13:54:30 ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'coins' in plugin CoinsAPI v1.0
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:146) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
  6. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:666) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
  7. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1189) [spigot.jar:git-PaperSpigot-"4c7641d"]
  8. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1001) [spigot.jar:git-PaperSpigot-"4c7641d"]
  9. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-PaperSpigot-"4c7641d"]
  10. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-PaperSpigot-"4c7641d"]
  11. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-PaperSpigot-"4c7641d"]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_232]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_232]
  14. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-PaperSpigot-"4c7641d"]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:774) [spigot.jar:git-PaperSpigot-"4c7641d"]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [spigot.jar:git-PaperSpigot-"4c7641d"]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [spigot.jar:git-PaperSpigot-"4c7641d"]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [spigot.jar:git-PaperSpigot-"4c7641d"]
  19. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
  20. Caused by: java.lang.NullPointerException
  21. at de.syntaxapi.coinsapi.commands.CoinsAPI.playerExists(CoinsAPI.java:14) ~[?:?]
  22. at de.syntaxapi.coinsapi.commands.CoinsAPI.getCoins(CoinsAPI.java:34) ~[?:?]
  23. at de.syntaxapi.coinsapi.main.Main.onCommand(Main.java:64) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-PaperSpigot-"4c7641d"]
  25. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement