Plugin Help "Essentials Failed to Load, Read the Log File"

Discussion in 'Plugin Help/Development/Requests' started by kiddbran10, Mar 28, 2015.

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

    kiddbran10

    Hey guys,

    So I installed Essentials on my server, however I am getting an error that states:
    "Essentials Failed to Load, Read the Log File." and,
    "Essentials Protect is in Emergency Mode. Check your Log for Errors."

    The following is what the log is stating:

    Code:
    28.03 22:50:35 [Server] INFO kiddbran10: Reload complete.
    28.03 22:50:35 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    28.03 22:50:35 [Server] INFO Enabling EssentialsAntiBuild v2.13.1
    28.03 22:50:35 [Server] INFO GriefPrevention: Boot finished.
    28.03 22:50:35 [Server] INFO No updates found!
    28.03 22:50:35 [Server] INFO GriefPrevention: Finished loading data (File Mode).
    28.03 22:50:35 [Server] INFO GriefPrevention: Successfully hooked into WorldGuard.
    28.03 22:50:35 [Server] INFO GriefPrevention: Customizable messages loaded.
    28.03 22:50:35 [Server] INFO GriefPrevention: 23 total claims loaded.
    28.03 22:50:35 [Server] INFO GriefPrevention: Finished loading configuration.
    28.03 22:50:35 [Server] INFO GriefPrevention: Grief Prevention boot start.
    28.03 22:50:35 [Server] INFO Enabling GriefPrevention v11.0.1
    28.03 22:50:35 [Server] INFO Enabling EssentialsChat v2.13.1
    28.03 22:50:35 [Server] INFO Enabling EssentialsSpawn v2.13.1
    28.03 22:50:35 [Server] ERROR Essentials not installed or failed to load. Essenials Protect is in emergency mode now.
    28.03 22:50:35 [Server] INFO Enabling EssentialsProtect v2.13.1
    28.03 22:50:35 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_75]
    28.03 22:50:35 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_75]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:919) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:624) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.Bukkit.reload(Bukkit.java:543) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.reload(CraftServer.java:723) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:312) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:340) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at com.earth2me.essentials.Essentials.onEnable(Essentials.java:256) ~[?:?]
    28.03 22:50:35 [Server] INFO at com.earth2me.essentials.Essentials.handleCrash(Essentials.java:702) ~[?:?]
    28.03 22:50:35 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:35 [Server] INFO at com.earth2me.essentials.Essentials.onDisable(Essentials.java:312) ~[?:?]
    28.03 22:50:35 [Server] INFO java.lang.NullPointerException
    28.03 22:50:35 [Server] ERROR Error occurred while enabling Essentials v2.13.1 (Is it up to date?)
    28.03 22:50:35 [Server] WARN Essentials userMap not initialized
    28.03 22:50:35 [Server] ERROR java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
    28.03 22:50:35 [Server] INFO Creating config from template: /plugins/Essentials/worth.yml
    28.03 22:50:35 [Server] INFO 1.8-R0.1-SNAPSHOT
    28.03 22:50:35 [Server] INFO git-Bukkit-6b061e2 (MC: 1.8)
    28.03 22:50:35 [Server] INFO Bukkit version format changed. Version not checked.
    28.03 22:50:35 [Server] INFO Enabling Essentials v2.13.1
    28.03 22:50:35 [Server] INFO Loading region data...
    28.03 22:50:35 [Server] INFO Loaded configuration for world 'world_the_end'
    28.03 22:50:35 [Server] INFO (world_the_end) Fire spread is UNRESTRICTED.
    28.03 22:50:35 [Server] INFO (world_the_end) Lava fire is blocked.
    28.03 22:50:35 [Server] INFO (world_the_end) Lighters are PERMITTED.
    28.03 22:50:35 [Server] INFO (world_the_end) TNT ignition is PERMITTED.
    28.03 22:50:35 [Server] INFO Loaded configuration for world 'world_nether'
    28.03 22:50:35 [Server] INFO (world_nether) Fire spread is UNRESTRICTED.
    28.03 22:50:35 [Server] INFO (world_nether) Lava fire is blocked.
    28.03 22:50:35 [Server] INFO (world_nether) Lighters are PERMITTED.
    28.03 22:50:35 [Server] INFO (world_nether) TNT ignition is PERMITTED.
    28.03 22:50:35 [Server] INFO Loaded configuration for world 'world'
    28.03 22:50:35 [Server] INFO (world) Fire spread is UNRESTRICTED.
    28.03 22:50:35 [Server] INFO (world) Lava fire is blocked.
    28.03 22:50:35 [Server] INFO (world) Lighters are PERMITTED.
    28.03 22:50:35 [Server] INFO (world) TNT ignition is PERMITTED.
    28.03 22:50:34 [Server] INFO Enabling WorldGuard v6.0.0-beta-05.1569-
    28.03 22:50:34 [Server] INFO Plugin Activated!
    28.03 22:50:34 [Server] INFO Enabling AbsoluteWelcome v2.0
    28.03 22:50:34 [Server] INFO Checking for updates...
    28.03 22:50:34 [Server] INFO Clearlag is now enabled!
    28.03 22:50:34 [Server] INFO Modules have been loaded!
    28.03 22:50:34 [Server] WARN mob-range requires you to use bukkit v1.7_r4 (1.7.10)
    28.03 22:50:34 [Server] INFO Loading modules...
    28.03 22:50:34 [Server] INFO Enabling ClearLag v2.7.7
    28.03 22:50:34 [Server] INFO 1 kit(s) loaded.
    28.03 22:50:34 [Server] INFO 0 Warps(s) loaded
    28.03 22:50:34 [Server] INFO 1 Homes(s) loaded
    28.03 22:50:34 [Server] INFO Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    28.03 22:50:34 [Server] INFO Enabling CommandBook v2.4:1692-75bb1c8,master
    28.03 22:50:34 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_75]
    28.03 22:50:34 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_75]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:919) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1058) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:624) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.Bukkit.reload(Bukkit.java:543) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.reload(CraftServer.java:723) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:312) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:340) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:327) [craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit-1.8.jar:git-Bukkit-6b061e2]
    28.03 22:50:34 [Server] INFO at com.baummann.allpermissions.AllPermissions.onEnable(AllPermissions.java:21) ~[?:?]
    28.03 22:50:34 [Server] INFO at com.baummann.allpermissions.AllPermissions.reloadConfig(AllPermissions.java:44) ~[?:?]
    28.03 22:50:34 [Server] INFO java.lang.NoSuchMethodError: com.baummann.allpermissions.AllPermissions.getConfiguration()Lorg/bukkit/util/config/Configuration;
    28.03 22:50:34 [Server] ERROR Error occurred while enabling AllPermissions v1.1 (Is it up to date?)
    28.03 22:50:34 [Server] INFO Enabling AllPermissions v1.1
    28.03 22:50:34 [Server] INFO Version 3.1.0 is now enabled.
    28.03 22:50:34 [Server] ERROR Plugin ServerSigns v3.1.0 has failed to register events for class de.czymm.serversigns.queueSystem.QueueHandler because net/milkbowl/vault/permission/Permission does not exist.
    28.03 22:50:34 [Server] INFO Please download Vault at http://dev.bukkit.org/server-mods/vault/ for Economy and "Permission grant" support.
    28.03 22:50:34 [Server] INFO Enabling ServerSigns v3.1.0
    28.03 22:50:34 [Server] INFO Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
    28.03 22:50:34 [Server] INFO WEPIF: Using the Bukkit Permissions API.
    28.03 22:50:34 [Server] INFO Enabling WorldEdit v6.0;3342-78f975b9
    28.03 22:50:34 [Server] INFO 1.0.5 Has been Loaded!
    28.03 22:50:34 [Server] INFO 2 links have been loaded.
    28.03 22:50:34 [Server] INFO attempting to load links from SQLite database.
    28.03 22:50:34 [Server] INFO attempting to open SQLite database.
    28.03 22:50:34 [Server] INFO Enabling SignURLs v1.0.5
    28.03 22:50:34 [Server] INFO Loading EssentialsAntiBuild v2.13.1
    28.03 22:50:34 [Server] INFO Loading GriefPrevention v11.0.1
    28.03 22:50:34 [Server] INFO Loading EssentialsChat v2.13.1
    28.03 22:50:34 [Server] INFO Loading EssentialsSpawn v2.13.1
    28.03 22:50:34 [Server] INFO Loading EssentialsProtect v2.13.1
    28.03 22:50:34 [Server] INFO Loading Essentials v2.13.1
    28.03 22:50:34 [Server] INFO Loading WorldGuard v6.0.0-beta-05.1569-
    28.03 22:50:34 [Server] INFO Loading AbsoluteWelcome v2.0
    28.03 22:50:34 [Server] INFO Loading ClearLag v2.7.7
    28.03 22:50:34 [Server] INFO Loading CommandBook v2.4:1692-75bb1c8,master
    28.03 22:50:34 [Server] INFO Loading AllPermissions v1.1
    28.03 22:50:34 [Server] INFO Loading ServerSigns v3.1.0
    28.03 22:50:34 [Server] INFO Loading WorldEdit v6.0;3342-78f975b9
    28.03 22:50:34 [Server] INFO Loading SignURLs v1.0.5
    28.03 22:50:34 [Server] INFO Disabling SignURLs v1.0.5
    28.03 22:50:34 [Server] INFO Disabling WorldEdit v6.0;3342-78f975b9
    28.03 22:50:34 [Server] WARN ServerSigns Queue thread [ServerSignsQueue] has been stopped
    28.03 22:50:34 [Server] INFO ServerSigns is now disabled.
    28.03 22:50:34 [Server] INFO Disabling ServerSigns v3.1.0
    28.03 22:50:34 [Server] INFO Disabled.
    28.03 22:50:34 [Server] INFO Disabling AllPermissions v1.1
    28.03 22:50:34 [Server] INFO Disabling CommandBook v2.4:1692-75bb1c8,master
    28.03 22:50:34 [Server] INFO Disabling ClearLag v2.7.7
    28.03 22:50:34 [Server] INFO Plugin Desactivated!
    28.03 22:50:34 [Server] INFO Disabling AbsoluteWelcome v2.0
    28.03 22:50:34 [Server] INFO Shutting down executor and waiting for any pending tasks...
    28.03 22:50:34 [Server] INFO Disabling WorldGuard v6.0.0-beta-05.1569-
    28.03 22:50:34 [Server] INFO Disabling EssentialsProtect v2.13.1
    28.03 22:50:34 [Server] INFO GriefPrevention: GriefPrevention disabled.
    28.03 22:50:34 [Server] INFO Disabling GriefPrevention v11.0.1
    28.03 22:50:34 [Server] INFO Disabling EssentialsAntiBuild v2.13.1
    
    Edit: The current version of Essentials is: Essentials-2.13.1
    Server is running: CraftBukkit 1.8-R0.1

    Issue has been solved by installing the newest version of Essentials for Spigot, rather than Bukkit.

    EDIT by Timtower: merged posts
     
    Last edited by a moderator: Mar 28, 2015
Thread Status:
Not open for further replies.

Share This Page