Solved [Metrics] unexpected end of file of server

Discussion in 'Bukkit Help' started by RZeroX, Oct 7, 2012.

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

    RZeroX

    Show Spoiler

    Code:
    2012-10-07 22:19:54 [INFO] Starting minecraft server version 1.3.2
    2012-10-07 22:19:54 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2012-10-07 22:19:54 [INFO] Loading properties
    2012-10-07 22:19:54 [WARNING] server.properties does not exist
    2012-10-07 22:19:54 [INFO] Generating new properties file
    2012-10-07 22:19:55 [INFO] Default game type: SURVIVAL
    2012-10-07 22:19:55 [INFO] Generating keypair
    2012-10-07 22:19:56 [INFO] Starting Minecraft server on *:25565
    2012-10-07 22:19:58 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
    2012-10-07 22:19:58 [WARNING] Failed to load operators list: java.io.FileNotFoundException: .\ops.txt (The system cannot find the file specified)
    2012-10-07 22:19:58 [WARNING] Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified)
    2012-10-07 22:19:58 [INFO] Preparing level "world"
    2012-10-07 22:19:59 [INFO] Placed stronghold in INVALID biome at (45, -46)
    2012-10-07 22:20:00 [INFO] Preparing start region for level 0 (Seed: -7360665630226988395)
    2012-10-07 22:20:02 [INFO] Preparing spawn area: 3%
    2012-10-07 22:20:03 [INFO] Preparing spawn area: 4%
    2012-10-07 22:20:04 [INFO] Preparing spawn area: 12%
    2012-10-07 22:20:05 [INFO] Preparing spawn area: 12%
    2012-10-07 22:20:06 [INFO] Preparing spawn area: 20%
    2012-10-07 22:20:07 [INFO] Preparing spawn area: 28%
    2012-10-07 22:20:08 [INFO] Preparing spawn area: 36%
    2012-10-07 22:20:10 [INFO] Preparing spawn area: 44%
    2012-10-07 22:20:11 [INFO] Preparing spawn area: 56%
    2012-10-07 22:20:12 [INFO] Preparing spawn area: 65%
    2012-10-07 22:20:13 [INFO] Preparing spawn area: 77%
    2012-10-07 22:20:14 [INFO] Preparing spawn area: 85%
    2012-10-07 22:20:15 [INFO] Preparing spawn area: 97%
    2012-10-07 22:20:15 [INFO] Preparing start region for level 1 (Seed: -7360665630226988395)
    2012-10-07 22:20:16 [INFO] Preparing spawn area: 0%
    2012-10-07 22:20:17 [INFO] Preparing spawn area: 12%
    2012-10-07 22:20:18 [INFO] Preparing spawn area: 24%
    2012-10-07 22:20:19 [INFO] Preparing spawn area: 32%
    2012-10-07 22:20:20 [INFO] Preparing spawn area: 48%
    2012-10-07 22:20:21 [INFO] Preparing spawn area: 53%
    2012-10-07 22:20:22 [INFO] Preparing spawn area: 65%
    2012-10-07 22:20:24 [INFO] Preparing spawn area: 69%
    2012-10-07 22:20:25 [INFO] Preparing spawn area: 81%
    2012-10-07 22:20:26 [INFO] Preparing spawn area: 93%
    2012-10-07 22:20:27 [INFO] Preparing start region for level 2 (Seed: -7360665630226988395)
    2012-10-07 22:20:27 [INFO] Preparing spawn area: 12%
    2012-10-07 22:20:28 [INFO] Preparing spawn area: 48%
    2012-10-07 22:20:29 [INFO] Preparing spawn area: 77%
    2012-10-07 22:20:30 [INFO] Done (32.107s)! For help, type "help" or "?"
    2012-10-07 22:21:20 [INFO] Starting minecraft server version 1.3.2
    2012-10-07 22:21:20 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2012-10-07 22:21:20 [INFO] Loading properties
    2012-10-07 22:21:20 [INFO] Default game type: SURVIVAL
    2012-10-07 22:21:20 [INFO] Generating keypair
    2012-10-07 22:21:20 [INFO] Starting Minecraft server on *:25565
    2012-10-07 22:21:20 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
    2012-10-07 22:21:21 [SEVERE] Could not load 'plugins\WebGUI_Client.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:197)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
        ... 9 more
    2012-10-07 22:21:21 [SEVERE] Could not load 'plugins\ChatManager.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: PermissionsEx
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-07 22:21:22 [INFO] [WorldBorder] Loading WorldBorder v1.5.4
    2012-10-07 22:21:22 [INFO] [LagMeter] Loading LagMeter v1.9.0
    2012-10-07 22:21:22 [INFO] [bPermissionsWebGUI] Loading bPermissionsWebGUI v2.0
    2012-10-07 22:21:22 [INFO] [HideStream] Loading HideStream v2.3
    2012-10-07 22:21:22 [INFO] [bPermissions] Loading bPermissions v2.9.24
    2012-10-07 22:21:22 [INFO] [LetItRain] Loading LetItRain v4.1.2
    2012-10-07 22:21:22 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
    2012-10-07 22:21:22 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.7.3-b111
    2012-10-07 22:21:22 [INFO] [EnderChestControl] Loading EnderChestControl v1.8
    2012-10-07 22:21:22 [INFO] [Buycraft] Loading Buycraft v4.7
    2012-10-07 22:21:22 [INFO] [SpamGuard] Loading SpamGuard v1.1
    2012-10-07 22:21:22 [INFO] [Backup] Loading Backup v2.1
    2012-10-07 22:21:22 [INFO] [Backup] No config file exists, creating default.
    2012-10-07 22:21:22 [INFO] [Backup] Your strings file is out of date, please regenerate it.
    2012-10-07 22:21:22 [INFO] [Backup] Your config file is outdated, please regenerate it.
    2012-10-07 22:21:22 [INFO] [Vault] Loading Vault v1.2.19-b248
    2012-10-07 22:21:22 [INFO] [WorldGuard] Loading WorldGuard v644-6df9c36
    2012-10-07 22:21:22 [INFO] [boosCooldowns] Loading boosCooldowns v3.1.1
    2012-10-07 22:21:22 [INFO] [ChatClear] Loading ChatClear v0.1
    2012-10-07 22:21:22 [INFO] [AntiPub] Loading AntiPub v0.2.3
    2012-10-07 22:21:22 [INFO] [WhatIsIt] Loading WhatIsIt v1.1.0
    2012-10-07 22:21:22 [INFO] [BKCommonLib] Loading BKCommonLib v1.3
    2012-10-07 22:21:22 [INFO] [AdminPrivateChat] Loading AdminPrivateChat v2.0
    2012-10-07 22:21:22 [INFO] [Curseban] Loading Curseban v2.5.0
    2012-10-07 22:21:22 [INFO] [ScheduledAnnouncer2] Loading ScheduledAnnouncer2 v2.4 - for CB 1.2.5-R3.0
    2012-10-07 22:21:22 [INFO] [Modifyworld] Loading Modifyworld v1.19.4
    2012-10-07 22:21:22 [INFO] [Votifier] Loading Votifier v1.9
    2012-10-07 22:21:22 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030
    2012-10-07 22:21:22 [INFO] [Essentials] Loading Essentials v2.9.4
    2012-10-07 22:21:22 [INFO] [Lift] Loading Lift v27
    2012-10-07 22:21:22 [INFO] [floAuction] Loading floAuction v2.5.0
    2012-10-07 22:21:22 [INFO] [SimpleRegionMarket] Loading SimpleRegionMarket v3.0.1
    2012-10-07 22:21:23 [INFO] [ShowCaseStandalone] Loading ShowCaseStandalone v1.26
    2012-10-07 22:21:23 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.4
    2012-10-07 22:21:23 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.12.1
    2012-10-07 22:21:23 [INFO] [NoLagg] Loading NoLagg v1.88.6
    2012-10-07 22:21:23 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.4
    2012-10-07 22:21:23 [INFO] [Factions] Loading Factions v1.6.9.1
    2012-10-07 22:21:23 [INFO] [Vault] Enabling Vault v1.2.19-b248
    2012-10-07 22:21:23 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2012-10-07 22:21:23 [INFO] [Vault][Permission] bPermissions2 hooked.
    2012-10-07 22:21:23 [INFO] [Vault][Permission] bPermissions 2 found: Loaded
    2012-10-07 22:21:23 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-10-07 22:21:23 [INFO] [Vault][Chat] bPermissions2 hooked.
    2012-10-07 22:21:23 [INFO] [Vault][Chat] bPermssions2 found: Loaded
    2012-10-07 22:21:23 [INFO] [Vault] Enabled Version 1.2.19-b248
    2012-10-07 22:21:23 [INFO] [BKCommonLib] Enabling BKCommonLib v1.3
    2012-10-07 22:21:23 [INFO] BKCommonLib version 1.3 enabled!
    2012-10-07 22:21:23 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030
    2012-10-07 22:21:23 [INFO] [mcMMO] Creating mcMMO config.yml File...
    2012-10-07 22:21:23 [INFO] [mcMMO] Creating mcMMO treasures.yml File...
    2012-10-07 22:21:23 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File...
    2012-10-07 22:21:23 [INFO] mcMMO version 1.3.11-b1030 is enabled!
    2012-10-07 22:21:23 [INFO] [NoLagg] Enabling NoLagg v1.88.6
    2012-10-07 22:21:23 [INFO] [Configuration] File 'plugins\NoLagg\PermissionDefaults.yml' has been generated
    2012-10-07 22:21:24 [INFO] [NoLagg Saving] will write world data to all region files every 12000 ticks (10.0 minutes)
    2012-10-07 22:21:24 [INFO] [Configuration] File 'plugins\NoLagg\config.yml' has been generated
    2012-10-07 22:21:24 [INFO] NoLagg version 1.88.6 enabled!
    2012-10-07 22:21:24 [INFO] Preparing level "world"
    2012-10-07 22:21:24 [INFO] Preparing start region for level 0 (Seed: -7792977573410741828)
    2012-10-07 22:21:25 [INFO] Preparing spawn area: 4%
    2012-10-07 22:21:27 [INFO] Preparing spawn area: 4%
    2012-10-07 22:21:28 [INFO] Preparing spawn area: 12%
    2012-10-07 22:21:29 [INFO] Preparing spawn area: 16%
    2012-10-07 22:21:30 [INFO] Preparing spawn area: 20%
    2012-10-07 22:21:31 [INFO] Preparing spawn area: 28%
    2012-10-07 22:21:32 [INFO] Preparing spawn area: 36%
    2012-10-07 22:21:33 [INFO] Preparing spawn area: 44%
    2012-10-07 22:21:34 [INFO] Preparing spawn area: 56%
    2012-10-07 22:21:35 [INFO] Preparing spawn area: 65%
    2012-10-07 22:21:36 [INFO] Preparing spawn area: 77%
    2012-10-07 22:21:37 [INFO] Preparing spawn area: 85%
    2012-10-07 22:21:38 [INFO] Preparing spawn area: 97%
    2012-10-07 22:21:39 [INFO] Preparing start region for level 1 (Seed: -7792977573410741828)
    2012-10-07 22:21:39 [INFO] Preparing spawn area: 0%
    2012-10-07 22:21:40 [INFO] Preparing spawn area: 12%
    2012-10-07 22:21:41 [INFO] Preparing spawn area: 20%
    2012-10-07 22:21:42 [INFO] Preparing spawn area: 36%
    2012-10-07 22:21:43 [INFO] Preparing spawn area: 44%
    2012-10-07 22:21:44 [INFO] Preparing spawn area: 56%
    2012-10-07 22:21:45 [INFO] Preparing spawn area: 69%
    2012-10-07 22:21:46 [INFO] Preparing spawn area: 85%
    2012-10-07 22:21:48 [INFO] Preparing spawn area: 93%
    2012-10-07 22:21:49 [INFO] Preparing spawn area: 93%
    2012-10-07 22:21:49 [INFO] Preparing start region for level 2 (Seed: -7792977573410741828)
    2012-10-07 22:21:50 [INFO] Preparing spawn area: 12%
    2012-10-07 22:21:51 [INFO] Preparing spawn area: 48%
    2012-10-07 22:21:52 [INFO] Preparing spawn area: 81%
    2012-10-07 22:21:52 [INFO] [WorldBorder] Enabling WorldBorder v1.5.4
    2012-10-07 22:21:52 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    2012-10-07 22:21:52 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2012-10-07 22:21:52 [INFO] [WorldBorder] [CONFIG] Configuration not present, creating new file.
    2012-10-07 22:21:52 [INFO] For reference, the main world's spawn location is at X: -80.0 Y: 64.0 Z: 256.0
    2012-10-07 22:21:52 [INFO] [LagMeter] Enabling LagMeter v1.9.0
    2012-10-07 22:21:52 [INFO] [LagMeter 1.9.0] Logs folder not found. Creating one for you.
    2012-10-07 22:21:52 [INFO] [LagMeter 1.9.0] Logs folder created.
    2012-10-07 22:21:52 [INFO] [LagMeter] Using logs folder. This will create a new log for each day (it might log data from tomorrow in today's file if you leave the server running without reloading/restarting).
    2012-10-07 22:21:52 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to C:\Users\Richard\Desktop\Craftbukkit\plugins\LagMeter\logs\LagMeter-10-07-2012.log
    2012-10-07 22:21:53 [INFO] [bPermissionsWebGUI] Enabling bPermissionsWebGUI v2.0
    2012-10-07 22:21:53 [INFO] [bPermissionsWebGUI 2.0] bPermissions 2.9.24 detected, hooking in.
    2012-10-07 22:21:53 [INFO] [bPermissionsWebGUI 2.0] Enabled
    2012-10-07 22:21:53 [INFO] [HideStream] Enabling HideStream v2.3
    2012-10-07 22:21:53 [INFO] [HideStream] v2.3 Enabled succesfully.
    2012-10-07 22:21:53 [INFO] [bPermissions] Enabling bPermissions v2.9.24
    2012-10-07 22:21:53 [INFO] [bPermissions] Loading world: world
    2012-10-07 22:21:53 [INFO] [bPermissions] Loading world: world_nether
    2012-10-07 22:21:53 [INFO] [bPermissions] Loading world: world_the_end
    2012-10-07 22:21:53 [INFO] [LetItRain] Enabling LetItRain v4.1.2
    2012-10-07 22:21:56 [INFO] [LetItRain] LetItRain 4.1.2 enabled
    2012-10-07 22:21:56 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
    2012-10-07 22:21:56 [INFO] [WorldEdit] Default configuration file written: config.yml
    2012-10-07 22:21:56 [INFO] WEPIF: Updated config file
    2012-10-07 22:21:56 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions
    2012-10-07 22:21:57 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.7.3-b111
    2012-10-07 22:21:57 [INFO] [NoCheatPlus] Version 3.7.3-b111 is enabled.
    2012-10-07 22:21:57 [INFO] [EnderChestControl] Enabling EnderChestControl v1.8
    2012-10-07 22:21:58 [INFO] [EnderChestControl] No updates found by DillGet!
    2012-10-07 22:21:58 [INFO] RUNtrue
    2012-10-07 22:21:58 [INFO] [Buycraft] Enabling Buycraft v4.7
    2012-10-07 22:21:59 [SEVERE] [Buycraft] Could not find an account with the specified API secret!
    2012-10-07 22:21:59 [INFO] [SpamGuard] Enabling SpamGuard v1.1
    2012-10-07 22:21:59 [INFO] ------------------------------------------------------
    2012-10-07 22:21:59 [INFO] SpamGuard version 1.1 is now enabled.
    2012-10-07 22:21:59 [INFO] Please consider donating! http://tiny.cc/sgdonate
    2012-10-07 22:21:59 [INFO] Project dev page: http://tiny.cc/spamguard
    2012-10-07 22:21:59 [INFO] ------------------------------------------------------
    2012-10-07 22:21:59 [INFO] [SpamGuard] SpamGuard is up to date!
    2012-10-07 22:21:59 [INFO] [SpamGuard] Server info saved.
    2012-10-07 22:21:59 [INFO] [Backup] Enabling Backup v2.1
    2012-10-07 22:21:59 [INFO] [Backup] Save-All will be performed every 15 minute(s).
    2012-10-07 22:21:59 [INFO] [Backup] Backup v2.1 has completed loading!
    2012-10-07 22:21:59 [INFO] [WorldGuard] Enabling WorldGuard v644-6df9c36
    2012-10-07 22:22:00 [INFO] [WorldGuard] Default configuration file written: C:\Users\Richard\Desktop\Craftbukkit\plugins\WorldGuard\config.yml
    2012-10-07 22:22:00 [INFO] [WorldGuard] Default configuration file written: C:\Users\Richard\Desktop\Craftbukkit\plugins\WorldGuard\worlds\world\config.yml
    2012-10-07 22:22:00 [INFO] [WorldGuard] Default configuration file written: C:\Users\Richard\Desktop\Craftbukkit\plugins\WorldGuard\worlds\world\blacklist.txt
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] Loaded configuration for world 'world'
    2012-10-07 22:22:00 [INFO] [WorldGuard] Default configuration file written: C:\Users\Richard\Desktop\Craftbukkit\plugins\WorldGuard\worlds\world_nether\config.yml
    2012-10-07 22:22:00 [INFO] [WorldGuard] Default configuration file written: C:\Users\Richard\Desktop\Craftbukkit\plugins\WorldGuard\worlds\world_nether\blacklist.txt
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
    2012-10-07 22:22:00 [INFO] [WorldGuard] Default configuration file written: C:\Users\Richard\Desktop\Craftbukkit\plugins\WorldGuard\worlds\world_the_end\config.yml
    2012-10-07 22:22:00 [INFO] [WorldGuard] Default configuration file written: C:\Users\Richard\Desktop\Craftbukkit\plugins\WorldGuard\worlds\world_the_end\blacklist.txt
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-10-07 22:22:00 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    2012-10-07 22:22:00 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
    2012-10-07 22:22:00 [INFO] [WorldGuard] 0 regions loaded for 'world'
    2012-10-07 22:22:00 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    2012-10-07 22:22:00 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2012-10-07 22:22:00 [INFO] [boosCooldowns] Enabling boosCooldowns v3.1.1
    2012-10-07 22:22:00 [INFO] [boosCooldowns] version 3.1.1 by [LordBoos (ingame name boosik)] is enabled!
    2012-10-07 22:22:00 [INFO] [boosCooldowns] found [Vault] searching for economy plugin.
    2012-10-07 22:22:00 [INFO] [boosCooldowns] found [Essentials Economy] plugin, enabling prices support.
    2012-10-07 22:22:00 [INFO] [ChatClear] Enabling ChatClear v0.1
    2012-10-07 22:22:00 [INFO] ==========================================
    2012-10-07 22:22:00 [INFO] == ChatClear has been enabled.     
    2012-10-07 22:22:00 [INFO] == Created by JoeGandy1             
    2012-10-07 22:22:00 [INFO] ==========================================
    2012-10-07 22:22:00 [INFO] [AntiPub] Enabling AntiPub v0.2.3
    2012-10-07 22:22:00 [INFO] [AntiPub] AntiPub v0.2.3 enabled!
    2012-10-07 22:22:00 [INFO] [WhatIsIt] Enabling WhatIsIt v1.1.0
    2012-10-07 22:22:00 [INFO] [WhatIsIt] has been enabled.
    2012-10-07 22:22:00 [INFO] [AdminPrivateChat] Enabling AdminPrivateChat v2.0
    2012-10-07 22:22:00 [INFO] [AdminPrivateChat] Using format: §c[AdminChat] §f<§d%playername§f> %message
    2012-10-07 22:22:00 [INFO] [Curseban] Enabling Curseban v2.5.0
    2012-10-07 22:22:00 [INFO] [CurseBan] 2.5.0 enabled - be a good kid now
    2012-10-07 22:22:00 [INFO] [ScheduledAnnouncer2] Enabling ScheduledAnnouncer2 v2.4 - for CB 1.2.5-R3.0
    2012-10-07 22:22:00 [INFO] ScheduledAnnouncer2 v2.4 - for CB 1.2.5-R3.0 is enabled!
     
    2012-10-07 22:22:00 [INFO] [Modifyworld] Enabling Modifyworld v1.19.4
    2012-10-07 22:22:00 [SEVERE] [Modifyworld] Configuration file not found - deploying default one
    2012-10-07 22:22:00 [INFO] [Modifyworld] Modifyworld enabled!
    2012-10-07 22:22:00 [INFO] [Votifier] Enabling Votifier v1.9
    2012-10-07 22:22:01 [INFO] [Votifier] Configuring Votifier for the first time...
    2012-10-07 22:22:01 [INFO] [Votifier] ------------------------------------------------------------------------------
    2012-10-07 22:22:01 [INFO] [Votifier] Assigning Votifier to listen on port 8192. If you are hosting Craftbukkit on a
    2012-10-07 22:22:01 [INFO] [Votifier] shared server please check with your hosting provider to verify that this port
    2012-10-07 22:22:01 [INFO] [Votifier] is available for your use. Chances are that your hosting provider will assign
    2012-10-07 22:22:01 [INFO] [Votifier] a different port, which you need to specify in config.yml
    2012-10-07 22:22:01 [INFO] [Votifier] ------------------------------------------------------------------------------
    2012-10-07 22:22:01 [INFO] [Votifier] Votifier is generating an RSA key pair...
    2012-10-07 22:22:02 [INFO] [Votifier] Votifier enabled.
    2012-10-07 22:22:02 [INFO] [Essentials] Enabling Essentials v2.9.4
    2012-10-07 22:22:02 [INFO] Creating config from template: C:\Users\Richard\Desktop\Craftbukkit\plugins\Essentials\config.yml
    2012-10-07 22:22:02 [INFO] Creating empty config: C:\Users\Richard\Desktop\Craftbukkit\plugins\Essentials\upgrades-done.yml
    2012-10-07 22:22:02 [INFO] Creating config from template: C:\Users\Richard\Desktop\Craftbukkit\plugins\Essentials\worth.yml
    2012-10-07 22:22:03 [INFO] [Essentials] This plugin collects minimal statistic data and sends it to http://metrics.essentials3.net.
    2012-10-07 22:22:03 [INFO] [Essentials] You can opt out by running /essentials opt-out
    2012-10-07 22:22:03 [INFO] [Essentials] This will start 5 minutes after the first admin/op joins.
    2012-10-07 22:22:03 [INFO] [Vault][Economy] Essentials Economy hooked.
    2012-10-07 22:22:03 [INFO] Essentials: Using bPermissions2 based permissions.
    2012-10-07 22:22:03 [INFO] [Lift] Enabling Lift v27
    2012-10-07 22:22:03 [INFO] Lift v27 is now enabled!
    2012-10-07 22:22:03 [INFO] [floAuction] Enabling floAuction v2.5.0
    2012-10-07 22:22:03 [INFO] [floAuction] has been enabled.
    2012-10-07 22:22:03 [INFO] [SimpleRegionMarket] Enabling SimpleRegionMarket v3.0.1
    2012-10-07 22:22:03 [INFO] [SimpleRegionMarket] TEMPLATES.NORM.NO_TEMPLATES
    2012-10-07 22:22:03 [INFO] [SimpleRegionMarket] Loaded 4 template(s), 0 world(s) and 0 region(s).
    2012-10-07 22:22:03 [INFO] [SimpleRegionMarket] The check took 0ms
    2012-10-07 22:22:03 [INFO] [SimpleRegionMarket] Permissions loaded (bPermissions2)
    2012-10-07 22:22:03 [INFO] [SimpleRegionMarket] SimpleRegionMarket enabled.
    2012-10-07 22:22:03 [INFO] [ShowCaseStandalone] Enabling ShowCaseStandalone v1.26
    2012-10-07 22:22:03 [INFO] [SCS] Starting build 126.0, 2012-08-20 by kellerkindt, contributors: sorklin
    2012-10-07 22:22:03 [INFO] [SCS] Loading configuration.
    2012-10-07 22:22:03 [INFO] [SCS] locale vs. config: 2.42 v 1.0
    2012-10-07 22:22:03 [INFO] [SCS] Locale file has changed.  Overwriting default locale files with new versions.
    2012-10-07 22:22:03 [INFO] [SCS] If you are using a custom locale file, please update with any changes you need.
    2012-10-07 22:22:03 [INFO] [SCS] Initializing ShopHandler and ShopStorage
    2012-10-07 22:22:03 [INFO] [SCS] Using the ffss storage type.
    2012-10-07 22:22:03 [INFO] [SCS] getDatafolder: plugins\ShowCaseStandalone
    2012-10-07 22:22:03 [INFO] [SCS] Loading shops
    2012-10-07 22:22:03 [INFO] [SCS] Loaded Shops: 0
    2012-10-07 22:22:03 [INFO] [SCS] Loaded localization: locale_EN.yml
    2012-10-07 22:22:03 [INFO] [SCS] Searching for other Plugins...
    2012-10-07 22:22:03 [INFO] [SCS] Hooked into Vault Economy
    2012-10-07 22:22:03 [INFO] [SCS] Hooked into Vault Permissions
    2012-10-07 22:22:03 [INFO] [SCS] Hooked into EssentialsEconomy
    2012-10-07 22:22:03 [INFO] [SCS] Register event listeners.
    2012-10-07 22:22:03 [INFO] [BKCommonLib] Showcase Standalone detected: Showcased items will be ignored
    2012-10-07 22:22:03 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.4
    2012-10-07 22:22:03 [INFO] [VanishNoPacket] Enabling VanishNoPacket v3.12.1
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] For awesome colored nametags on vanish, visit
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] and download TagAPI.jar
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] This is your first startup (or you wiped your config).
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] In future startups, VanishNoPacket will check for updates
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] If you dislike it, disable 'checkupdates' in the config file
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] Note that this plugin also utilizes PluginMetrics with usage tracking
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] If you do not want usage tracking (paranoid) disable in that config
    2012-10-07 22:22:04 [INFO] [VanishNoPacket] v3.12.1 loaded.
    2012-10-07 22:22:04 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.4
    2012-10-07 22:22:04 [INFO] [Factions] Enabling Factions v1.6.9.1
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] === ENABLE START ===
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] Creating default: plugins\Factions\conf.json
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] Loading board from disk
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] No board to load from disk. Creating new file.
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] Found and will integrate chat with EssentialsChat v2.9.4
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] Economy integration through Vault plugin successful.
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
    2012-10-07 22:22:04 [INFO] [Factions v1.6.9.1] === ENABLE DONE (Took 492ms) ===
    2012-10-07 22:22:04 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-10-07 22:22:05 [INFO] Done (40.788s)! For help, type "help" or "?"
    2012-10-07 22:22:07 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:07 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:07 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:08 [INFO] [Backup] Plugin is out of date, this: 2.1, latest: 2.0.
    2012-10-07 22:22:11 [INFO] [Metrics] ERR  (SocketException): Unexpected end of file from server
    2012-10-07 22:22:11 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:11 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:11 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:11 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-10-07 22:22:12 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:12 [INFO] [Metrics] Unexpected end of file from server
    2012-10-07 22:22:12 [INFO] [Metrics] Unexpected end of file from server
    


    Does anyone know what is causing this to happen?

    1. What OS are you using?win7x64
    2. What architecture is the OS you are running (x64 or x86)?x64
    3. What version and architecture is your java install?1.7.0_07
     
  2. Offline

    Plague

    WebGUI_Client.jar plugin is corrupted, redownload the latest version
     
  3. Offline

    RZeroX

  4. Offline

    TnT

    The webgui_client.jar is not a plugin, it is a program you run. You put the webgui_plugin.jar in the plugins folder, and use the webgui_client.jar on your desktop to remotely manage your permissions.

    Remove the webgui_client.jar from your plugins folder.
     
    MacMasterMac likes this.
  5. Offline

    BlackChaos1990

    I have the same problem, but i do not even have a plugin called "webgui_client.jar". Someone got an idea?
     
  6. Offline

    Plague

    If you have the *same* problem then trust me you have the plugin ;)

    TnT you should rephrase your post since you contradict yourself with the location ;)
     
  7. Offline

    BlackChaos1990

    But i can not find the plugin :( Can you tell me where it is located?
     
  8. Offline

    RZeroX

    But the thing is that i don't know how to use the plugin because it says username but i'm using my own computer to host this? so i don't know what to enter for username and password and host?
     
  9. Offline

    TnT

    In your plugins folder.
     
  10. Offline

    BlackChaos1990

    No, I don't have this plugin in my plugins folder, i'm really sure. I even never installed it.
     
  11. Offline

    TnT

    You hijacked this thread. I have no idea what your actual problem is since you have provided no server.log, or otherwise relevant data.
     
    MacMasterMac likes this.
Thread Status:
Not open for further replies.

Share This Page