Error during Spigot start

Issue #529 new
Robert Brockway created an issue

I have a new build of Spigot 1.15.1. Has been running stable for a couple of days with the dynmap & ClaimChunk plugins working fine. Both are using a MySQL backend.

During server start I get the error below. The server starts but it isn’t clear if the Plugin is functioning. I think it is not. /ewg commands are available but don’t seem to do anything. Eg /ewg bugreport has no output.

Is WorldEdit required? The documentation seems to imply it is optional.

Error:

[07:37:43] [Server thread/ERROR]: Error occurred while enabling EpicWorldGenerator v8.1.11 (Is it up to date?)
java.lang.NoClassDefFoundError: com/sk89q/worldedit/IncompleteRegionException
at com.minelazz.epicworldgenerator.EpicWorldGenerator.onEnable(tga:125) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:203) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:783) [spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.IncompleteRegionException
at java.net.URLClassLoader.findClass(URLClassLoader.java:471) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:146) ~[spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[spigot-1.15.1.jar:git-Spigot-037559e-5c6b0dc]
at java.lang.ClassLoader.loadClass(ClassLoader.java:588) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
... 9 more

Comments (1)

  1. Robert Brockway reporter

    I installed WorldEdit 7.1.0 and the problem went away. I recommend either stating WorldEdit is a requirement or fixing the implicit assumption about the presence of Worldedit. Thanks.

  2. Log in to comment