Stacktrace with http_request()
LadyCailinBot opened this issue ยท 2 comments
CMDHELPER-2713 - Reported by Hekta
2013-06-18 01:41:36 [INFO] An unexpected exception occured during the execution of a script.
2013-06-18 01:41:36 [SEVERE] java.lang.NoClassDefFoundError: com/laytonsmith/core/functions/Web$http_request$2
2013-06-18 01:41:36 [SEVERE] at com.laytonsmith.core.functions.Web$http_request.exec(Web.java:318)
2013-06-18 01:41:36 [SEVERE] at com.laytonsmith.core.Script.eval(Script.java:314)
2013-06-18 01:41:36 [SEVERE] at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1489)
2013-06-18 01:41:36 [SEVERE] at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1454)
2013-06-18 01:41:36 [SEVERE] at com.laytonsmith.core.Script.run(Script.java:164)
2013-06-18 01:41:36 [SEVERE] at com.laytonsmith.core.AliasCore.alias(AliasCore.java:137)
2013-06-18 01:41:36 [SEVERE] at com.laytonsmith.commandhelper.CommandHelperServerListener.onServerCommand(CommandHelperServerListener.java:41)
2013-06-18 01:41:36 [SEVERE] at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source)
2013-06-18 01:41:36 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-06-18 01:41:36 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
2013-06-18 01:41:36 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
2013-06-18 01:41:36 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
2013-06-18 01:41:36 [SEVERE] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
2013-06-18 01:41:36 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
2013-06-18 01:41:36 [SEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.an(DedicatedServer.java:258)
2013-06-18 01:41:36 [SEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:227)
2013-06-18 01:41:36 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
2013-06-18 01:41:36 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
2013-06-18 01:41:36 [SEVERE] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2013-06-18 01:41:36 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.laytonsmith.core.functions.Web$http_request$2
2013-06-18 01:41:36 [SEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
2013-06-18 01:41:36 [SEVERE] at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
2013-06-18 01:41:36 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
2013-06-18 01:41:36 [SEVERE] at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
2013-06-18 01:41:36 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
2013-06-18 01:41:36 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
2013-06-18 01:41:36 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
2013-06-18 01:41:36 [SEVERE] at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
2013-06-18 01:41:36 [SEVERE] ... 19 more
Comment by LadyCailin
Hmm, where did you get this build? This is a bad build.
Comment by Hekta
I had got this build on Jenkins (http://build.sk89q.com/job/CommandHelper/), but a reboot of my server fix it.