Error occurred while enabling CommandHelper v1624-fa647ba
LadyCailinBot opened this issue ยท 1 comments
CMDHELPER-2768 - Reported by qfsurfmonkey
Running Bukkit #2838 (for 1.6.2). Tried to install newest build of CommandHelper (v1624-fa647ba). Server startup showed two different errors (shown below). No folders or config files were found to be created for CommandHelper after server start. Running the /commandhelper command in-game throws an error as well.
Start-up errors:
2013-08-08 00:12:40 [INFO] [CommandHelper] Loading CommandHelper v1624-fa647ba
2013-08-08 00:12:40 [SEVERE] While interrogating com.laytonsmith.commandhelper.CommandHelperPlugin, an unexpected exception was thrown. initializing CommandHelper v1624-fa647ba (Is it up to date?)
java.lang.RuntimeException: While interrogating com.laytonsmith.commandhelper.CommandHelperPlugin, an unexpected exception was thrown.
at com.laytonsmith.PureUtilities.ClassDiscovery.GetClassContainer(ClassDiscovery.java:870)
at com.laytonsmith.commandhelper.CommandHelperPlugin.onLoad(CommandHelperPlugin.java:118)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:244)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_6_R2.PlayerList.(PlayerList.java:56)
at net.minecraft.server.v1_6_R2.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391)
at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.(URL.java:617)
at java.net.URL.(URL.java:480)
at java.net.URL.(URL.java:429)
at com.laytonsmith.PureUtilities.ClassDiscovery.GetClassContainer(ClassDiscovery.java:866)
... 8 more
Caused by: java.lang.NullPointerException: no !/ in spec
at sun.net.www.protocol.jar.Handler.parseAbsoluteSpec(Handler.java:170)
at sun.net.www.protocol.jar.Handler.parseURL(Handler.java:150)
at java.net.URL.(URL.java:612)
... 11 more
Then:
2013-08-08 00:12:47 [INFO] [CommandHelper] Enabling CommandHelper v1624-fa647ba
2013-08-08 00:12:47 [SEVERE] Could not find a suitable convertor! You will experience serious issues with this plugin.
2013-08-08 00:12:47 [SEVERE] Error occurred while enabling CommandHelper v1624-fa647ba (Is it up to date?)
java.lang.NullPointerException
at com.laytonsmith.abstraction.StaticLayer.GetServer(StaticLayer.java:74)
at com.laytonsmith.commandhelper.CommandHelperPlugin.onEnable(CommandHelperPlugin.java:198)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:313)
at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:290)
at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:250)
at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:151)
at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391)
at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)