Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. 2017-10-20 15:53:30 [ERROR] [LiquidSafeVanilla] Failed to send data to leaderboard. andrewkm
  2. 2017-10-20 15:53:30 [WARN] [LiquidSafeVanilla] Plugin LiquidSafeVanilla v1.12.2 generated an exception while executing task 81
  3. java.lang.NoClassDefFoundError: com/mashape/unirest/http/Unirest
  4. at com.ecocitycraft.lsvanilla.util.BankLink.post(BankLink.java:61) ~[?:?]
  5. at com.ecocitycraft.lsvanilla.util.BankLink._predeposit(BankLink.java:185) ~[?:?]
  6. at com.ecocitycraft.lsvanilla.util.BankLink.predeposit(BankLink.java:189) ~[?:?]
  7. at com.ecocitycraft.lsvanilla.util.BankLink$1depositToForumBalance.run(BankLink.java:253) ~[?:?]
  8. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-93e20b3-31d3159]
  9. at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-93e20b3-31d3159]
  10. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_144]
  11. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_144]
  12. at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
  13. Caused by: java.lang.ClassNotFoundException: com.mashape.unirest.http.Unirest
  14. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_144]
  15. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-93e20b3-31d3159]
  16. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.12.2-R0.1-SNAPSHOT.jar:git-Spigot-93e20b3-31d3159]
  17. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
  18. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
  19. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement