error help please.

Discussion in 'Bukkit Help' started by x66dme66x, Jan 26, 2011.

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

    x66dme66x

    every time i try and start up my server now. i get this error
    Code:
    java.lang.ClassNotFoundException: org.sqlite.JDBC
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at com.matejdro.bukkit.jail.InputOutput.createConnection(InputOutput.java:43)
        at com.matejdro.bukkit.jail.InputOutput.getConnection(InputOutput.java:30)
        at com.matejdro.bukkit.jail.InputOutput.PrepareDB(InputOutput.java:310)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:56)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:285)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:60)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:45)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:153)
        at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:140)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:177)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Jan 26, 2011 1:58:00 PM org.bukkit.craftbukkit.CraftServer loadPlugins
    SEVERE: null (Is it up to date?)
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.InputOutput.PrepareDB(InputOutput.java:311)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:56)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:285)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:60)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:45)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:153)
        at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:140)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:177)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-01-26 13:58:00 [INFO] Done! For help, type "help" or "?"
    
    could someone help??
     
  2. Offline

    Plague

    Looks like you use a plugin that utilizes sqlite and you do not have it installed.
     
  3. Offline

    c0mp

    Agreed, sounds like one of your plugins requires the SQLite libraries.

    BTW, how is this Website Feedback/Issues? Sounds like more of an issue with a particular plugin to me.... ;)
     
  4. Offline

    Jtaylorc

     
  5. Offline

    x66dme66x

    i got it working ;p . i just uninstalled the plugin in the error which was Jail. soo. now i just need to re install it >_<
     
  6. Offline

    mughi

    mywarp uses sqlite and bundles it..
     
  7. Offline

    EvilSeph

    There are two bright red warnings that inform you you're most likely posting in the wrong forum...and yet you still posted here. If you're serious about getting help, you're going to have to help yourself first and then help us help you by showing us the courtesy of reading the things we write. Otherwise our help is pointless, as you won't bother reading it.

    Moved from Website Feedback and Issues to Discussion and Support.
     
Thread Status:
Not open for further replies.

Share This Page