[Logs] What is the error?

Discussion in 'Bukkit Help' started by DevNeeded, Jun 15, 2012.

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

    DevNeeded

    What is the error, if any error? I'm not sure if something is going wrong.

    Code:
    15.06 14:58:03 [Server] INFO GroupManager - INFO - Bukkit Permissions Updated!
    15.06 14:58:03 [Server] INFO [Essentials] [Metrics] null
    15.06 14:58:03 [Server] Startup Done (4.539s)! For help, type "help" or "?"
    15.06 14:58:03 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    15.06 14:58:03 [Server] INFO [AntiCheat] Enabling AntiCheat v1.3.1
    15.06 14:58:03 [Server] INFO [Factions v1.6.7] === ENABLE DONE (Took 342ms) ===
    15.06 14:58:03 [Server] INFO [Factions v1.6.7] Economy integration is disabled, and the plugin "Vault" is not installed.
    15.06 14:58:03 [Server] INFO [Factions v1.6.7] Found and will integrate chat with EssentialsChat v2.9.1
    15.06 14:58:02 [Server] INFO [Factions v1.6.7] Loading board from disk
    15.06 14:58:02 [Server] INFO [Factions v1.6.7] === ENABLE START ===
    15.06 14:58:02 [Server] INFO [Factions] Enabling Factions v1.6.7
    15.06 14:58:02 [Server] INFO [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
    15.06 14:58:02 [Multicraft] Skipped 9 lines due to rate limit (30/s)
    15.06 14:58:01 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    15.06 14:58:01 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    15.06 14:58:01 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    15.06 14:58:01 [Server] INFO at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    15.06 14:58:01 [Server] INFO at java.security.AccessController.doPrivileged(Native Method)
    15.06 14:58:01 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    15.06 14:58:01 [Server] INFO at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    15.06 14:58:01 [Server] INFO Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
    15.06 14:58:01 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    15.06 14:58:01 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432)
    15.06 14:58:01 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197)
    15.06 14:58:01 [Server] INFO at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368)
    15.06 14:58:01 [Server] INFO at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381)
    15.06 14:58:01 [Server] INFO at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
    15.06 14:58:01 [Server] INFO at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
    15.06 14:58:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    15.06 14:58:01 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
    15.06 14:58:01 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    15.06 14:58:01 [Server] INFO at garbagemule.FastFood.FastFood.onEnable(FastFood.java:30)
    15.06 14:58:01 [Server] INFO at garbagemule.FastFood.FastFood.setupHealthConfig(FastFood.java:57)
    15.06 14:58:01 [Server] INFO at garbagemule.FastFood.FastFood.getConfigFromFile(FastFood.java:90)
    15.06 14:58:01 [Server] INFO java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
    15.06 14:58:01 [Server] SEVERE Error occurred while enabling FastFood v0.5 (Is it up to date?)
    15.06 14:58:01 [Server] INFO [FastFood] Enabling FastFood v0.5
    15.06 14:58:01 [Server] INFO GroupManager version 1.9 (2.9.1) (Phoenix) is enabled!
    15.06 14:58:01 [Server] INFO GroupManager - INFO - Backups will be retained for 24 hours!
    15.06 14:58:01 [Server] INFO GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    15.06 14:58:01 [Server] INFO GroupManager - INFO - Superperms support enabled.
    15.06 14:58:01 [Server] INFO GroupManager - INFO - World Found: world
    15.06 14:58:01 [Server] INFO [GroupManager] Enabling GroupManager v1.9 (2.9.1) (Phoenix)
    15.06 14:58:01 [Server] INFO Preparing start region for level 2 (Seed: -6923469403623738655)
    15.06 14:58:00 [Server] INFO Preparing spawn area: 3%
    15.06 14:58:00 [Server] INFO Preparing start region for level 1 (Seed: -6923469403623738655)
    15.06 14:57:59 [Server] INFO Preparing start region for level 0 (Seed: -5099379135099836101)
    15.06 14:57:59 [Server] INFO Default game type: 0
    15.06 14:57:59 [Server] INFO Preparing level "world"
    15.06 14:57:59 [Server] INFO [AntiCheat] Loading AntiCheat v1.3.1
    15.06 14:57:59 [Server] INFO [Factions] Loading Factions v1.6.7
    15.06 14:57:59 [Server] INFO [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
    15.06 14:57:59 [Server] INFO MLog clients using java 1.4+ standard logging.
    15.06 14:57:59 [Server] INFO [EssentialsProtect] Loading EssentialsProtect v2.9.1
    15.06 14:57:59 [Server] INFO [EssentialsChat] Loading EssentialsChat v2.9.1
    15.06 14:57:59 [Server] INFO [Essentials] Loading Essentials v2.9.1
    15.06 14:57:59 [Server] INFO [Permissions] Loading Permissions v3.1.6
    15.06 14:57:59 [Server] INFO [FastFood] Loading FastFood v0.5
    15.06 14:57:59 [Server] INFO [GroupManager] Loading GroupManager v1.9 (2.9.1) (Phoenix)
    15.06 14:57:58 [Server] INFO This server is running CraftBukkit version git-Bukkit-1.2.5-R4.0-b2222jnks (MC: 1.2.5) (Implementing API version 1.2.5-R4.0)
    15.06 14:57:58 [Server] INFO Starting Minecraft server on 66.85.137.58:25592
    15.06 14:57:58 [Server] INFO Loading properties
    15.06 14:57:58 [Server] INFO Starting minecraft server version 1.2.5
    15.06 14:57:58 [Server] INFO 27 achievements
    15.06 14:57:58 [Server] INFO 182 recipes
    15.06 14:57:56 [Multicraft] Loaded config for "Craftbukkit 1.2.5-R4.0 (Build #02222)"
    15.06 14:57:56 [Multicraft] Starting Minecraft!
    15.06 14:57:56 [Multicraft] Loading Minecraft instance properties
    15.06 14:57:56 [Multicraft] Received start command
    
     
  2. Offline

    HollowCube

    The plugin FastFood is outdated. Remove it from your plugins folder and the error should go away.
     
  3. Offline

    Miningdude

    Yeah, I'm having a problem of my own that I posted yesterday with no replies, would I be allowed to post it again in this topic? :)
     
  4. Offline

    andrewpo

    Don't hijack topics - If you've posted an issue, it will be looked into within 48 hours.
     
  5. Offline

    coconutXD

    ive had that same problem but with my server Essentials and it"s not outdated I downloaded it from the bukkit website and it said 1.2.5
     
Thread Status:
Not open for further replies.

Share This Page