Plugin Drama - The Affair (Really need help please)

Discussion in 'Bukkit Help' started by shane3x, Mar 4, 2011.

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

    shane3x

    So everything was working great and now it isn't. I wanted to install DynamicMarket and was recommended to update to the latest build (because apparently they are "stable")

    It wasn't working for whatever reason so I deleted it and then went to update to the latest build, stuff started to break so I ended up updating to iConomy 4.3. After tyring to update and fix broken stuff I'm currently at a point where I have no idea what to do about the following:

    Code:
    17:12:23 [INFO] Starting minecraft server version Beta 1.3
    17:12:23 [INFO] Loading properties
    17:12:23 [INFO] Starting Minecraft server on *:25565
    17:12:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-
    g8b5496e-b493jnks (MC: 1.3)
    17:12:23 [INFO] Preparing level "world"
    17:12:23 [INFO] Preparing start region
    17:12:24 [INFO] [Permissions] version [2.5] (Phoenix) was Initialized.
    17:12:24 [INFO] [AfkBooter] version 0.4 is loaded.
    17:12:24 [INFO] [AfkBooter] Kick timeout 180 sec, exempt players:
    17:12:24 [INFO] [AutoMessage] version [1.5] loaded
    17:12:24 [INFO] ÂșeLoaded Essentials build 246 maintained by Zenexer, ementalo, A
    elux, and Brettflan
    17:12:24 [INFO] Loaded EssentialsBan build 246 by Zenexer, ementalo, Eris, and E
    ggRoll
    17:12:24 [INFO] Loaded EssentialsHome build 246 by Zenexer, ementalo, Aelux, and
     Brettflan
    17:12:24 [INFO] Loaded EssentialsSpawn build 246 maintained by Zenexer, ementalo
    , Aelux, and Brettflan
    17:12:24 [INFO] Loaded EssentialsTele build 246 by Zenexer, ementalo, Aelux, and
     Brettflan
    17:12:24 [INFO] HelpPages version 1.0 is enabled!
    17:12:24 [INFO] HeroBounty version 1.46 enabled.
    17:12:24 [INFO] [Permissions] version [2.5] (Phoenix)  loaded
    17:12:24 [INFO] [HeroChat] Permissions 2.5 found.
    17:12:24 [INFO] [HeroChat] HeroChat version 4.0.1 enabled.
    17:12:24 [INFO] [HeroicDeath] 1.4.3.138 enabled.
    17:12:24 [INFO] [iConomy] Failed to save accounts and has been disabled.
    17:12:24 [INFO] [iConomy] Failed to connect to database: org.sqlite.JDBC
    17:12:24 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    17:12:24 [SEVERE] com/nijiko/coelho/iConomy/iConomy loading Towny v0.46 (Is it u
    p to date?)
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at ca.xshade.bukkit.towny.Towny.checkPlugins(Towny.java:150)
            at ca.xshade.bukkit.towny.Towny.onEnable(Towny.java:109)
            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(SimplePluginManage
    r.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)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    17:12:24 [INFO] Done (0.124s)! For help, type "help" or "?"
    
    You can see my server/plugin/version numbers in the above code. So, what is broken? Why? And how do I go about fixing it? I'd appreciate any (actual) assistance received.
     
  2. Offline

    Nijikokun

    17:12:24 [INFO] [iConomy] Failed to save accounts and has been disabled. 17:12:24 [INFO] [iConomy] Failed to connect to database: org.sqlite.JDBC
    Do you have the SQLite dependency ?
    And what did you upgrade from?
     
  3. Offline

    shane3x

    I was using 4.0 before (Flatfile) so I just deleted everything (I don't have players on my server yet so I don't need to save any accounts and the config is minimal) and did the install for 4.3

    I am using the SQLite. I put it in with the craftbukkit.jar and the rest of it.
    --- merged: Mar 4, 2011 11:53 AM ---
    I deleted the .jar and folder of iConomy, also the SQL.jar from the folder where craftbukkit.jar and server.props are. Downloaded iConomy 4.3.1 and placed the .jar into the plugins folder and downloaded the SQL.jar and placed that where craftbukkit.jar and server.props are and the same errors appear.
     
  4. Offline

    Nijikokun

    Download the dependency from the thread and put it in the main folder. Don't rename it.
     
  5. Offline

    shane3x

    That's what I did, I just got lazy to type the entire file name on the forums.
     
  6. Offline

    Nijikokun

    Then I don't know why it's not working for you, I'll look into it first I need to get craftbukkit up and running on this computer.
     
  7. Offline

    shane3x

    This is what my files look like.

    If you want me to do stuff to help you test I can do whatever.
     

    Attached Files:

Thread Status:
Not open for further replies.

Share This Page