Just updated Craftbukkit. Now i get this:

Discussion in 'Bukkit Help' started by Logan882, Feb 9, 2011.

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

    Logan882

    1. What OS are you using (Brand and version - Ex. Windows XP SP3)?
    Ubuntu

    2. What architecture is the OS you are running (x64 or x86)?
    x86

    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    java version "1.6.0_17"


    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    no

    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    298

    6. What command are you using to run your CraftBukkit server?
    java -Xincgc -Xmx3G -jar craftbukkit-0.0.1-SNAPSHOT.jar nogui

    7. What plugins are you running?
    Essentials
    Permissions
    LWC
    WorldGuard
    WorldEdit
    rBorder
    BigBrother
    Vanish

    8. What error are you getting (post your server.log file if possible)


    2011-02-10 09:46:01 [INFO] Preparing spawn area: 57%
    LWC [v1.46] Loading shared objects
    Config [v1.46] Loaded 7 config entries
    Updater [v1.46] Update detected for LWC
    Updater [v1.46] Latest version: 1.491
    2011-02-10 09:46:02 [INFO] WorldGuard 3.2.2 loaded.
    2011-02-10 09:46:02 [INFO] WorldGuard: No known permissions plugin detected. Using confi
    guration file for permissions.
    2011-02-10 09:46:02 [INFO] WorldGuard: Single session is NOT ENFORCED.
    2011-02-10 09:46:02 [INFO] WorldGuard: TNT ignition is blocked.
    2011-02-10 09:46:02 [INFO] WorldGuard: Lighters are blocked.
    2011-02-10 09:46:02 [INFO] WorldGuard: Lava fire is blocked.
    2011-02-10 09:46:02 [INFO] WorldGuard: All fire spread is disabled.
    2011-02-10 09:46:03 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-10 09:46:03 [INFO] WorldEdit 3.2.2 loaded.
    2011-02-10 09:46:03 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plu
    gin for permissions.
    2011-02-10 09:46:03 [INFO] Vanish 1.3.4 loaded.
    2011-02-10 09:46:03 [INFO] [rBorder] Loaded. Size:2000
    Feb 10, 2011 9:46:03 AM org.bukkit.craftbukkit.CraftServer loadPlugins
    SEVERE: org.bukkit.Server.getWorlds()[Lorg/bukkit/World; (Is it up to date?)
    java.lang.NoSuchMethodError: org.bukkit.Server.getWorlds()[Lorg/bukkit/World;
    at com.reil.bukkit.rBorder.BorderPlugin.onEnable(BorderPlugin.java:68)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:41
    0)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:1
    75)
    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)
    2011-02-10 09:46:03 [INFO] Done! For help, type "help" or "?"

    The red is where the error is. No idea how to fix this.
     
  2. Offline

    matejdro

    this is the problem of BorderPlugin. Ask author of that plugin to update it.
     
  3. Offline

    Logan882

    ahh thank you. i will try and do that
     
  4. Offline

    TnT

    Also, your information above is wrong. You can't be running x86 OS with x64 Java. You would have to be running x64 Java to allocate as much RAM as you did.
     
Thread Status:
Not open for further replies.

Share This Page