Server Plugins Broke After Updating To Latest Build

Discussion in 'Bukkit Help' started by marktech, Mar 3, 2011.

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

    marktech

    The title explains it all.

    Craftbukkit Build: #393

    I am hosting the server off of a VPS.

    Code:
    2011-03-03 13:36:11 [INFO] Starting minecraft server version Beta 1.3
    2011-03-03 13:36:11 [INFO] Loading properties
    2011-03-03 13:36:11 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-g8b5496e-b493jnks (MC: 1.3)
    2011-03-03 13:36:11 [INFO] Preparing level "world1"
    2011-03-03 13:36:11 [INFO] Preparing start region
    2011-03-03 13:36:12 [SEVERE] Could not load plugins/LoginQueue.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: LoginQueue.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:12 [SEVERE] Could not load plugins/SignDispenser.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: bukkit.Vandolis.SignDispenser.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:12 [SEVERE] Could not load plugins/SignProtect.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.ementalo.signprotect.SignProtect.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:12 [SEVERE] Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.nijikokun.bukkit.Permissions.Permissions.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:12 [SEVERE] Could not load plugins/NoCheatPlugin.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: cc.co.evenprime.bukkit.nocheat.NoCheatPlugin.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:12 [INFO] LWC    [v1.57]    Loading shared objects
    2011-03-03 13:36:12 [INFO] Config    [v1.57]    Loaded 12 config entries
    2011-03-03 13:36:12 [INFO] LWC    [v1.57]    Native library: lib/native/Linux/amd64/libsqlitejdbc.so
    2011-03-03 13:36:13 [SEVERE] Could not load plugins/Authorize.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.rena4ka.bukkit.auth.Authorize.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:13 [SEVERE] Could not load plugins/iStick.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.nijikokun.bukkit.iStick.iStick.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:13 [SEVERE] Could not load plugins/QuickPort.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.fouram.QuickPort.QuickPort.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:13 [SEVERE] Could not load plugins/Vanish.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.echo28.bukkit.vanish.Vanish.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:13 [SEVERE] Could not load plugins/BombBeGone.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.insain.BombBeGone.BombBeGone.<init>()
        at java.lang.Class.getConstructor0(Class.java:2723)
        at java.lang.Class.getConstructor(Class.java:1674)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
        ... 8 more
    2011-03-03 13:36:13 [INFO] [War] Permissions system not enabled. Defaulting to regular War config.
    2011-03-03 13:36:13 [INFO] [War] Restoring zone PvP...
    2011-03-03 13:36:14 [INFO] [War] Restoring zone Ridge...
    2011-03-03 13:36:15 [INFO] [War] Done. War v1.1 (Guderian) is on.
    2011-03-03 13:36:15 [SEVERE] [MYHOME]SQLite exception on initialize
    java.sql.SQLException: path to '/home/server347/servers/347/plugins/MyHome/homes.db': '/home/server347/servers/347/plugins/MyHome' does not exist
        at org.sqlite.Conn.open(Conn.java:103)
        at org.sqlite.Conn.<init>(Conn.java:57)
        at org.sqlite.JDBC.createConnection(JDBC.java:77)
        at org.sqlite.JDBC.connect(JDBC.java:64)
        at java.sql.DriverManager.getConnection(DriverManager.java:620)
        at java.sql.DriverManager.getConnection(DriverManager.java:222)
        at me.taylorkelly.myhome.ConnectionManager.initialize(ConnectionManager.java:17)
        at me.taylorkelly.myhome.MyHome.onEnable(MyHome.java:58)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-03 13:36:15 [SEVERE] [MYHOME]Could not establish SQL connection. Disabling MyHome
    2011-03-03 13:36:15 [INFO] WorldGuard 3.2.3 loaded.
    2011-03-03 13:36:15 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-03-03 13:36:15 [WARNING] Found option with no heading blacklist.txt for 'Deny lava buckets'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'No TNT!'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'Deny flint and steel'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'Deny fire'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'Deny lava'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'Deny compass'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'Deny Sponge'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'ignore-groups:Admin'
    2011-03-03 13:36:15 [WARNING] Found option with no value blacklist.txt for 'Deny Adminum'
    2011-03-03 13:36:15 [WARNING] Unknown option 'ignore-group' in blacklist.txt for 'ignore-group=Admin'
    2011-03-03 13:36:15 [INFO] WorldGuard: Blacklist loaded.
    2011-03-03 13:36:15 [INFO] WorldGuard: Single session is enforced.
    2011-03-03 13:36:15 [INFO] WorldGuard: TNT ignition is blocked.
    2011-03-03 13:36:15 [INFO] WorldGuard: Lighters are blocked.
    2011-03-03 13:36:15 [INFO] WorldGuard: Lava fire is blocked.
    2011-03-03 13:36:15 [INFO] WorldGuard: All fire spread is disabled.
    2011-03-03 13:36:15 [SEVERE] PLAYER_COMMAND loading RealShop v0.21 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
        at com.bukkit.tickleman.RealShop.RealShopPlugin.onEnable(RealShopPlugin.java:87)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-03 13:36:15 [INFO] [BBROTHER] Cleaned out 0 records because of age
    2011-03-03 13:36:15 [INFO] [BBROTHER] SQLite can't cleanse by # of records.
    2011-03-03 13:36:15 [SEVERE] [BBROTHER] Permissions isn't loaded, there are no restrictions.
    2011-03-03 13:36:15 [SEVERE] PLAYER_COMMAND loading BigBrother v1.6.1 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
        at me.taylorkelly.bigbrother.BigBrother.registerEvents(BigBrother.java:163)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:141)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-03 13:36:15 [INFO] CraftBookVehicles 3.0-alpha1 enabled.
    2011-03-03 13:36:15 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-03-03 13:36:15 [INFO] [Towny] Neither Permissions nor GroupManager was found. Towny Admins not loaded. Ops only.
    2011-03-03 13:36:15 [INFO] [Towny] Using: iConomy
    2011-03-03 13:36:15 [INFO] [Towny] Version: 0.45 - Mod Enabled
    2011-03-03 13:36:15 [INFO] CommandBook 1.0 enabled.
    2011-03-03 13:36:15 [INFO] CommandBook: No known permissions plugin detected. Using configuration file for permissions.
    2011-03-03 13:36:15 [INFO] [iChat] Permissions plugins not found, disabling plugin
    2011-03-03 13:36:15 [INFO] [iChat] iChat Disabled
    2011-03-03 13:36:15 [INFO] Config    [v1.57]    Loaded 12 config entries
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -admin
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -create
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -free
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -info
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -p
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -modify
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -unlock
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loaded command: /lwc -owners
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    -> PLAYER_QUIT
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    -> ENTITY_EXPLODE
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    -> BLOCK_INTERACT
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    -> BLOCK_DAMAGED
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    -> BLOCK_BREAK
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    -> BLOCK_PLACED
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    -> REDSTONE_CHANGE
    2011-03-03 13:36:16 [INFO] LWC    [v1.57]    Loading SQLite
    2011-03-03 13:36:16 [INFO] PhysDB    [v1.57]    Creating physical tables if needed
    2011-03-03 13:36:16 [INFO] MemDB    [v1.57]    Creating memory tables
    2011-03-03 13:36:16 [INFO] SQLite    [v1.57]    Using: Native
    2011-03-03 13:36:16 [INFO] CraftBookCircuits 3.0-alpha1 enabled.
    2011-03-03 13:36:16 [INFO] CraftBookCommon 3.0-alpha1 enabled.
    2011-03-03 13:36:16 [INFO] CraftBookMechanisms 3.0-alpha1 enabled.
    2011-03-03 13:36:16 [INFO] [iConomy] Logging is currently disabled.
    2011-03-03 13:36:16 [SEVERE] PLAYER_COMMAND loading iConomy v4.0 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
        at com.nijiko.coelho.iConomy.iConomy.onEnable(iConomy.java:122)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-03 13:36:16 [INFO] [MYWARP]: 0 warps loaded
    2011-03-03 13:36:16 [SEVERE] [MYWARP] Permissions isn't loaded, there are no restrictions.
    2011-03-03 13:36:16 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    2011-03-03 13:36:16 [INFO] MyWarp 1.10.3 enabled
    2011-03-03 13:36:16 [INFO] WorldEdit 4.0-beta8 enabled.
    2011-03-03 13:36:16 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-03-03 13:36:16 [INFO] Done (0.458s)! For help, type "help" or "?"
     
  2. Offline

    IOn Vash

    i get the same thing
     
  3. Offline

    yummysinsemilla

    If your plugins are broken for new builds; just change back to the old build and notify the plugins' developers that their plugin is broken in the new build. Or you can deal without the broken plugins.
     
  4. Offline

    Jandalf

    do u update the plugins, i think thats the message of the TSLPC so ithink updating the plugins should help...
     
  5. Offline

    TnT

    You're running build 493, not 440.
    Looks like you've updated your CB, but not your plugins.
     
  6. Offline

    kexus

    Yeah. Make sure you download the newest version of each plugin.
     
  7. Offline

    housemaster

    Every single plugin I had which worked for hundreds of versions now broke. And two of them aren't updated anymore :( I hope this change in bukkit was for the good..
     
  8. Offline

    Caziban

    This is a known issue with no solution at the moment. For everyone reading this: This is not a plug-in issue. Updating to the latest version of your plugins will do nothing. It has to be a conflict with CB reading the Plugin folder.
     
  9. Offline

    TnT

    I am running build 493 and do not have any issues. Where do you see that its a known problem?
     
  10. Offline

    mindless728

    I'm with TnT, as i have the latest builds as well (for both Bukkit and CraftBukkit) that i develop with and i have no such problems
     
  11. Offline

    Deano

    Anyone out there able to upload a working server folder? Craftbukkit/Bukkit, I will update plugins myself as I have 10. and I am sure they are all broke. But I have been wracking my brain for 2 days trying to get a working server again. Just so I can play on it again with Bukkit. I would greatly appreciate it. The newest I found wouldnt run.
    Thanks in advance if anyone is kind enough to do so.
     
  12. Offline

    SquallSeeD31

    Interestingly, this issue seems to occur on the Permissions plugin, but ONLY on my live server. My test server, which is hosted on the same drive of the same machine, has *no* issues. craftbukkit.jar and Permissions.jar have identical CHMOD, file size and modified timestamp.
     
  13. Offline

    housemaster

    Every single plugin I had broke. This is the first bukkit version that does this. They also all receive the same error. I think this is something to do with bukkit.
     
  14. Offline

    mindless728

    Code:
    23:25:53 [INFO] Starting minecraft server version Beta 1.3
    23:25:53 [INFO] Loading properties
    23:25:53 [INFO] Starting Minecraft server on *:25565
    23:25:53 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    23:25:53 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    23:25:53 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    23:25:53 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    23:25:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-g8b5496e-b493jnks (MC: 1.3)
    23:25:53 [INFO] Preparing level "world"
    23:25:53 [INFO] Preparing start region
    23:25:53 [INFO] TeamBase version 1.3 installed
    23:25:53 [INFO] BlockStorage version 0.0 enabled
    23:25:53 [INFO] RealFluids version demo-snapshot-0.4 enabled
    23:25:53 [INFO] ScrapBukkit version 0.2.1 is enabled!
    23:25:53 [INFO] FireBeGone version 1.0 enabled
    23:25:53 [INFO] FluidPumps version demo-snapshot-0.2 enabled
    23:25:53 [INFO] Done (0.067s)! For help, type "help" or "?"
    >
    
    my server output, working just fine with a few plugins

    EDIT: if you are wondering, FireBeGone is a simple plugin that stops fires from igniting (no exceptions) so i am not posting it as it is too simple to be worth taking space on the forums, FluidPumps allows the pumping of RealFluids (check out my sig for RealFluids, its pretty cool), BlockStorage is a plugin I am writing to allow storing extra meta-data for each block on a per plugin basis that is cached and stored like the minecraft world files
     
  15. Offline

    qwrrty

    For the record, after updating bukkit from build 440 to 493 this morning, I had the same problem with the LWC plugin. That's the only plugin that's throwing exceptions, and updating LWC to the newest version did not help. Users on the LWC forum thread report successfully using LWC with bukkit #493, so I'm a little stumped.

    This is the stack trace I get when trying to start bukkit #493 with LWC:

    Code:
    2011-03-05 09:25:58 [SEVERE] Could not load plugins/LWC.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.griefcraft.lwc.LWCPlugin.<init>()
            at java.lang.Class.getConstructor0(Class.java:2706)
            at java.lang.Class.getConstructor(Class.java:1657)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
            ... 8 more
    
    I've already posted in the LWC forum thread for help, but it's not yet clear to me that the plugin is the source of the problem.
     
  16. Offline

    mindless728

    I was retorting more to Caziban as he said this is a bukkit/craftbukkit problem not a plugin one which it clearly isn't

    as for the problem it looks like it is LWC and the face that he has no default constructor, at least from the looks of it
     
  17. Offline

    qwrrty

    It looks to me as though it does. (I may be wrong, Java isn't my strongest suit.) And if that were the case, I would expect all other LWC users to be having this problem, but it seems like they aren't.

    What's most troubling about this problem is its apparent inconsistency. Some users are reporting this error on a certain server/plugin combination, but other users running the same server and plugin version report success. If that's true, there's likely to be some deeper and more subtle problem at work.
    --- merged: Mar 5, 2011 4:55 PM ---
    Hmm. Just tried updating again, and now build #493 loads my plugins properly. I must have done something wrong the first time I tried the update. Sorry for wasting everyone's time.
     
  18. Offline

    Caziban

    It's not a plugin problem. It is a craftbukkit/bukkit problem. I've tried running a server with just ONE plug-in with no success. I tried around 7 drastically different plugins all of them with no success. Are we going to assume that all 7 of these plugins were broken? (If you'r curious I downloaded many from the first page of plugin releases.) I was just trying to get CraftBukkit to even RECOGNIZE that that a plugin existed! CraftBukkit just threw me errors wherever I looked. It couldn't load ANY of my plugins.
     
  19. Offline

    mindless728

    and its not as i just loaded several plugins just fine (look at the server log), so this isn't a CraftBukkit issue at all

    and if this was an issue i think it would be more widely spread than this since every plugin dev would be complaining about it
     
Thread Status:
Not open for further replies.

Share This Page