Can anybody tell me what this error means?

Discussion in 'Bukkit Help' started by boom_roasted, Feb 16, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    boom_roasted

    Feb 16, 2011 8:09:12 PM org.bukkit.craftbukkit.CraftServer loadPlugins
    SEVERE: For input string: " <a href="/browse/BUKKIT-CRAFTBUKKIT-334;jsessionid=1kl8bv3f2g
    4wq2j3idhzygpmo">334</a>" (Is it up to date?)
    java.lang.NumberFormatException: For input string: " <a href="/browse/BUKKIT-CRAFTBUKKIT-
    334;jsessionid=1kl8bv3f2g4wq2j3idhzygpmo">334</a>"
    at java.lang.NumberFormatException.forInputString(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at ws.triii.bu.PluginMain.getVersion(PluginMain.java:117)
    at ws.triii.bu.PluginMain.onEnable(PluginMain.java:45)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:425)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:74)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    --- merged: Feb 17, 2011 1:16 AM ---
    I get that and then it doesn't load the rest of my plugins.
    --- merged: Feb 17, 2011 1:19 AM ---
    Nevermind. It was a problem with bukkitup
     
  2. Offline

    mughi

    you have a horribly misconfigured plugin or server.. (it has html in it).

    move all of your plugins out of your plugin folder, restart server.. if it goes away, put them back in one at a time until you see which one is broken.

    if it doesn't work with all of them out, check your server.properties.

    either that or your start script/server wrapper is borked
    --- merged: Feb 17, 2011 1:20 AM ---
    .. or.. maybe it's bukkitup?
    :)
     
Thread Status:
Not open for further replies.

Share This Page