Advertisement
Guest User

Fails to load

a guest
Jun 28th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [23:28:57] [Server thread/ERROR]: Could not load 'plugins/Lukkit-2.0-beta.jar' in folder 'plugins'
  2. org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator;
  3. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  4. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  5. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  6. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  7. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  8. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  9. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
  10. Caused by: java.lang.NoSuchMethodError: com.google.common.collect.Sets$SetView.iterator()Lcom/google/common/collect/UnmodifiableIterator;
  11. at org.reflections.Reflections.expandSuperTypes(Reflections.java:380) ~[?:?]
  12. at org.reflections.Reflections.(Reflections.java:126) ~[?:?]
  13. at org.reflections.Reflections.(Reflections.java:168) ~[?:?]
  14. at org.reflections.Reflections.(Reflections.java:141) ~[?:?]
  15. at nz.co.jammehcow.lukkit.Main.(Main.java:57) ~[?:?]
  16. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_171]
  17. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_171]
  18. at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  19. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-21fe707-e1ebe52]
  20. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement