So many errors appearing, help

Discussion in 'Bukkit Help' started by GlassZ, Mar 28, 2011.

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

    GlassZ

    Everything has been working fine for about four days since I started the server, but now whenever I start it, all these errors are appearing. Anyone know how to fix this?
    Here's what appears:
    Code:
    Starting Server
    12:01:54 [INFO] Starting minecraft server version Beta 1.3
    12:01:54 [INFO] Loading properties
    12:01:54 [INFO] Starting Minecraft server on (IP DISCLOSED)
    12:01:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-
    g6c6c30a-b556jnks (MC: 1.3)
    12:01:54 [INFO] Preparing level "world1"
    12:01:54 [INFO] Preparing start region
    12:01:55 [INFO] LWC     Loading shared objects
    12:01:55 [INFO] LWC     Native library: plugins/LWC/lib/native/Windows/amd64/sql
    itejdbc.dll
    12:01:55 [INFO] [Permissions] version [2.5.4] (Phoenix) was Initialized.
    12:01:55 [INFO] LightVote 1.59 initialized
    12:01:55 [INFO] LightVote 1.59 scanning properties file.
    12:01:55 [INFO] [Permissions] version [2.5.4] (Phoenix)  loaded
    12:01:55 [INFO] LoginMessage 0.6 enabled
    12:01:55 [INFO] LWC     Loaded 35 locale strings (0 overrides)
    12:01:55 [INFO] LWC     Using Nijikokun's permissions plugin for permissions
    12:01:55 [INFO] LWC     Loading SQLite
    12:01:55 [INFO] SQLite  Using: Native
    12:01:55 [INFO] LWC     At version: v2.00
    12:01:55 [INFO] [MakeEmSpawn] Loading...
    12:01:55 [INFO] [MakeEmSpawn] successfully loaded Permissions.
    12:01:55 [INFO] [MakeEmSpawn] Loaded!
    12:01:55 [INFO] SimpleCensor version 0.2.1 enabled!
    12:01:55 [SEVERE] java.lang.ClassNotFoundException: org.sqlite.JDBC
    12:01:55 [SEVERE]       at java.net.URLClassLoader$1.run(Unknown Source)
    12:01:55 [SEVERE]       at java.security.AccessController.doPrivileged(Native Me
    thod)
    12:01:55 [SEVERE]       at java.net.URLClassLoader.findClass(Unknown Source)
    12:01:55 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(Pl
    uginClassLoader.java:30)
    12:01:55 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    12:01:55 [SEVERE]       at java.lang.ClassLoader.loadClass(Unknown Source)
    12:01:56 [SEVERE]       at java.lang.Class.forName0(Native Method)
    12:01:56 [SEVERE]       at java.lang.Class.forName(Unknown Source)
    12:01:56 [SEVERE]       at nl.tuincraft.blaatz0r.SimpleColours.Database.connect(
    Database.java:45)
    12:01:56 [SEVERE]       at nl.tuincraft.blaatz0r.SimpleColours.SimpleColours.onE
    nable(SimpleColours.java:50)
    12:01:56 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:118)
    12:01:56 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:451)
    12:01:56 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:217)
    12:01:56 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:92)
    12:01:56 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:70)
    12:01:56 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:204)
    12:01:56 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:191)
    12:01:56 [SEVERE]       at net.minecraft.server.MinecraftServer.d(MinecraftServe
    r.java:131)
    12:01:56 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:246)
    12:01:56 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:366)
    12:01:56 [INFO] SimpleColours 1.1 enabled
    12:01:56 [INFO] Done (0.112s)! For help, type "help" or "?"
    12:01:59 [INFO] 143 recipes
    12:01:59 [INFO] GlassZ [/5.20.50.147:50679] logged in with entity id 120
    12:01:59 [INFO] Loaded world: world1
    12:01:59 [INFO] Colour set to Âșe for GlassZ
    >
    Anyone know how to stop all these [SEVERE] things from happening?
     
  2. Offline

    captainawesome7

  3. Offline

    GlassZ

    Awesome, thanks! I found the plugin that was causing the problem by taking them all out and adding them in one by one. I'll try to find another plugin that does the same thing.
     
Thread Status:
Not open for further replies.

Share This Page