Solved Group Manager Error: Null

Discussion in 'Bukkit Help' started by McStormify, Apr 13, 2012.

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

    McStormify

    Hi,

    I'm having a serious issue with Essentials Group Manager. We had it working fine for weeks until we decided to add an extra group and it blew up on us. We reinstalled the plugin twice, re-worked all the permissions, but no luck. I've checked the error log, and I have a feeling that it has something to do with Vault or Falsebook (which we installed just before the error occurred). Here's the log:

    Code:
    2012-04-13 17:14:17 [INFO] Starting minecraft server version 1.2.5
    2012-04-13 17:14:17 [WARNING] **** NOT ENOUGH RAM!
    2012-04-13 17:14:17 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2012-04-13 17:14:17 [INFO] Loading properties
    2012-04-13 17:14:17 [INFO] Starting Minecraft server on 108.174.48.194:30065
    2012-04-13 17:14:17 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.0-b2149jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.0)
    2012-04-13 17:14:18 [INFO] [GroupManager] Loading GroupManager v1.9 (2.9.1) (Phoenix)
    2012-04-13 17:14:18 [INFO] [WorldEdit] Loading WorldEdit v1135-c580d6e
    2012-04-13 17:14:18 [INFO] [BukkitCompat] Loading BukkitCompat vr16B
    2012-04-13 17:14:18 [INFO] [Permissions] Loading Permissions v3.1.6
    2012-04-13 17:14:18 [INFO] [War] Loading War v1.7.1 (Doolittle)
    2012-04-13 17:14:18 [INFO] [Vault] Loading Vault v1.2.14-b164
    2012-04-13 17:14:18 [INFO] [NoCheat] Loading NoCheat v3.5.0
    2012-04-13 17:14:18 [INFO] [FalseBookCore] Loading FalseBookCore v0.93.1alpha
    2012-04-13 17:14:18 [INFO] [Guardian] Loading Guardian v62
    2012-04-13 17:14:18 [INFO] [MobDisguise] Loading MobDisguise v1.81
    2012-04-13 17:14:18 [INFO] [Essentials] Loading Essentials v2.8.4
    2012-04-13 17:14:18 [INFO] [EssentialsXMPP] Loading EssentialsXMPP v2.8.4
    2012-04-13 17:14:18 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.8.4
    2012-04-13 17:14:18 [INFO] MLog clients using java 1.4+ standard logging.
    2012-04-13 17:14:18 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.8.4
    2012-04-13 17:14:18 [INFO] [FalseBookBlock] Loading FalseBookBlock v0.93.1alpha
    2012-04-13 17:14:18 [INFO] [EssentialsGeoIP] Loading EssentialsGeoIP v2.8.4
    2012-04-13 17:14:18 [INFO] [ChestShop] Loading ChestShop v3.39
    2012-04-13 17:14:18 [INFO] [EssentialsChat] Loading EssentialsChat v2.8.4
    2012-04-13 17:14:18 [INFO] [Factions] Loading Factions v1.6.7
    2012-04-13 17:14:18 [INFO] [Vault] Enabling Vault v1.2.14-b164
    2012-04-13 17:14:18 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2012-04-13 17:14:18 [INFO] [Vault][Permission] GroupManager found: Waiting
    2012-04-13 17:14:18 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-04-13 17:14:18 [INFO] [Vault][Chat] GroupManager found: Waiting
    2012-04-13 17:14:18 [INFO] [Vault] Enabled Version 1.2.14-b164
    2012-04-13 17:14:18 [INFO] Preparing level "Minecraft"
    2012-04-13 17:14:18 [INFO] Default game type: 0
    2012-04-13 17:14:19 [INFO] Preparing start region for level 0 (Seed: -1595926131)
    2012-04-13 17:14:19 [INFO] Preparing start region for level 1 (Seed: -1595926131)
    2012-04-13 17:14:20 [INFO] Preparing spawn area: 52%
    2012-04-13 17:14:20 [INFO] Preparing start region for level 2 (Seed: -1595926131)
    2012-04-13 17:14:20 [INFO] [GroupManager] Enabling GroupManager v1.9 (2.9.1) (Phoenix)
    2012-04-13 17:14:20 [SEVERE] Error occurred while enabling GroupManager v1.9 (2.9.1) (Phoenix) (Is it up to date?)
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\globalgroups.yml
    at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:107)
    at org.anjocaido.groupmanager.GlobalGroups.<init>(GlobalGroups.java:45)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:130)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
    found character'\t' that cannot start any token
     in "<string>", line 16, column 1:
        - essentials.balance
        ^
     
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109)
    at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:105)
    ... 12 more
    Caused by: while scanning for the next token
    found character'\t' that cannot start any token
     in "<string>", line 16, column 1:
        - essentials.balance
        ^
     
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:535)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    ... 15 more
    2012-04-13 17:14:20 [INFO] [Vault][Permission] GroupManager hooked.
    2012-04-13 17:14:20 [INFO] [Vault][Chat] GroupManager - Chat hooked.
    2012-04-13 17:14:20 [INFO] [WorldEdit] Enabling WorldEdit v1135-c580d6e
    2012-04-13 17:14:20 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-04-13 17:14:20 [INFO] [BukkitCompat] Enabling BukkitCompat vr16B
    2012-04-13 17:14:20 [SEVERE] Error occurred while enabling BukkitCompat vr16B (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/Event$Type
    at com.mcmyadmin.bukkitcompat.BukkitCompat.onEnable(BukkitCompat.java:20)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Event$Type
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
    2012-04-13 17:14:20 [INFO] [Permissions] Enabling Permissions v3.1.6
    2012-04-13 17:14:20 [INFO] Fake Permissions version 3.1.6 is enabled!
    2012-04-13 17:14:20 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-04-13 17:14:20 [INFO] [War] Enabling War v1.7.1 (Doolittle)
    2012-04-13 17:14:20 [INFO] [War] War> War v1.7.1 (Doolittle) is on.
    2012-04-13 17:14:20 [INFO] [NoCheat] Enabling NoCheat v3.5.0
    2012-04-13 17:14:21 [INFO] [NoCheat] version [3.5.0] is enabled.
    2012-04-13 17:14:21 [INFO] [FalseBookCore] Enabling FalseBookCore v0.93.1alpha
    2012-04-13 17:14:21 [INFO] [ FalseBook Core ] using Vault for Permissions!
    2012-04-13 17:14:21 [INFO] [ FalseBook Core ] FalseBookCore v0.93.1alpha by GeMo enabled!
    2012-04-13 17:14:21 [INFO] [Guardian] Enabling Guardian v62
    2012-04-13 17:14:23 [SEVERE] [Guardian] Communications link failure
     
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    2012-04-13 17:14:23 [SEVERE] [Guardian] Fatal error detected! version 62 disabled
    2012-04-13 17:14:23 [INFO] [Guardian] Disabling Guardian v62
    2012-04-13 17:14:23 [INFO] [MobDisguise] Enabling MobDisguise v1.81
    2012-04-13 17:14:23 [INFO] [MobDisguise] by desmin88 version 1.81 enabled.
    2012-04-13 17:14:23 [INFO] [Essentials] Enabling Essentials v2.8.4
    2012-04-13 17:14:23 [INFO] Bukkit version format changed. Version not checked.
    2012-04-13 17:14:23 [INFO] git-Bukkit-1.2.5-R1.0-b2149jnks (MC: 1.2.5)
    2012-04-13 17:14:23 [INFO] 1.2.5-R1.0
    2012-04-13 17:14:23 [INFO] [Vault][Economy] Essentials Economy hooked.
    2012-04-13 17:14:23 [INFO] Essentials: Using GroupManager based permissions.
    2012-04-13 17:14:23 [INFO] [EssentialsXMPP] Enabling EssentialsXMPP v2.8.4
    2012-04-13 17:14:23 [WARNING] config broken for xmpp
    2012-04-13 17:14:23 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.4
    2012-04-13 17:14:24 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-04-13 17:14:24 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.4
    2012-04-13 17:14:24 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.93.1alpha
    2012-04-13 17:14:24 [INFO] [ FalseBook Block ] 0 Areas loaded.
    2012-04-13 17:14:24 [INFO] [ FalseBook Block ] No Cauldrons loaded!
    2012-04-13 17:14:24 [INFO] [ FalseBook Block ] No Books loaded!
    2012-04-13 17:14:24 [INFO] [ FalseBook Block ] FalseBookBlock v0.93.1alpha by GeMo enabled
    2012-04-13 17:14:24 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.8.4
    2012-04-13 17:14:24 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2012-04-13 17:14:24 [INFO] [ChestShop] Enabling ChestShop v3.39
    2012-04-13 17:14:24 [INFO] [ChestShop] Vault loaded using economy plugin Essentials Economy
    2012-04-13 17:14:24 [SEVERE] [ChestShop] WARNING! Your spawn-radius in bukkit.yml isn't set to 0! You won't be able to sell to shops built near spawn!
    2012-04-13 17:14:24 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.4
    2012-04-13 17:14:25 [INFO] [Factions] Enabling Factions v1.6.7
    2012-04-13 17:14:25 [INFO] [Factions v1.6.7] === ENABLE START ===
    2012-04-13 17:14:25 [INFO] [Factions v1.6.7] Loading board from disk
    2012-04-13 17:14:25 [INFO] [Factions v1.6.7] Found and will integrate chat with EssentialsChat v2.8.4
    2012-04-13 17:14:25 [INFO] [Factions v1.6.7] Economy integration through Vault plugin successful.
    2012-04-13 17:14:25 [INFO] [Factions v1.6.7] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
    2012-04-13 17:14:25 [INFO] [Factions v1.6.7] === ENABLE DONE (Took 272ms) ===
    2012-04-13 17:14:25 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-04-13 17:14:25 [INFO] Done (6.598s)! For help, type "help" or "?"
    2012-04-13 17:14:25 [INFO] [War] War> Loading zone War...
    2012-04-13 17:14:25 [INFO] [War] War> Loading zone flag...
    2012-04-13 17:14:25 [INFO] [War] War> Loading zone bomb...
    2012-04-13 17:14:25 [INFO] [War] War> Warzones ready.
    2012-04-13 17:14:26 [INFO] [War] War> Warhub ready.
    2012-04-13 17:14:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:35 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:38 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:40 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:43 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:45 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:48 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:50 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:52 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:55 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:55 [INFO] CrypticShadow [/97.102.93.255:52707] logged in with entity id 2786 at ([Minecraft] 3161.6265586897903, 63.0, 1928.9858038279083)
    2012-04-13 17:14:55 [SEVERE] Could not pass event PlayerJoinEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.earth2me.essentials.perm.GroupManagerHandler.getPrefix(GroupManagerHandler.java:78)
    at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:81)
    at com.earth2me.essentials.User.getNick(User.java:283)
    at com.earth2me.essentials.User.setDisplayNick(User.java:306)
    at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:137)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 9 more
    2012-04-13 17:14:55 [SEVERE] Could not pass event PlayerJoinEvent to EssentialsXMPP
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.earth2me.essentials.perm.GroupManagerHandler.getPrefix(GroupManagerHandler.java:78)
    at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:81)
    at com.earth2me.essentials.User.getNick(User.java:283)
    at com.earth2me.essentials.User.setDisplayNick(User.java:306)
    at com.earth2me.essentials.User.getDisplayName(User.java:331)
    at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener.onPlayerJoin(EssentialsXMPPPlayerListener.java:27)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 9 more
    2012-04-13 17:14:55 [INFO] Unknown command. Type "help" for help.
    2012-04-13 17:14:55 [INFO] Unknown command. Type "help" for help.
    2012-04-13 17:14:58 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:14:58 [INFO] [PLAYER_COMMAND] CrypticShadow: /help  
    2012-04-13 17:15:00 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:03 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:06 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:08 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:13 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:13 [INFO] CrypticShadow lost connection: disconnect.quitting
    2012-04-13 17:15:13 [INFO] Connection reset
    2012-04-13 17:15:13 [SEVERE] Could not pass event PlayerQuitEvent to EssentialsXMPP
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:698)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.earth2me.essentials.perm.GroupManagerHandler.getPrefix(GroupManagerHandler.java:78)
    at com.earth2me.essentials.perm.PermissionsHandler.getPrefix(PermissionsHandler.java:81)
    at com.earth2me.essentials.User.getNick(User.java:283)
    at com.earth2me.essentials.User.setDisplayNick(User.java:306)
    at com.earth2me.essentials.User.getDisplayName(User.java:331)
    at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener.onPlayerQuit(EssentialsXMPPPlayerListener.java:41)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
    ... 10 more
    2012-04-13 17:15:16 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:23 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:25 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:27 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:30 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:32 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:35 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:37 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:40 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:42 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:45 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:47 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:49 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:52 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:54 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:57 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-04-13 17:15:59 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    
    Thanks in advance.
     
  2. Offline

    andrewpo

    Open GroupManager\globalgroups.yml file

    Copy it to your clipboard

    Paste it in the box on the left at http://yaml-online-parser.appspot.com/ (delete anything already in it)

    Does the box on the right show parse errors?
     
  3. Offline

    McStormify

    Code:
    while scanning for the next token
    found character '\t' that cannot start any token
    in "<unicode string>", line 17, column 1:
    - essentials.balancetop
    ^
    Thanks for your rapid response.
     
  4. Offline

    andrewpo

    Please upload your permissions yml file to pastebin.com and post the link here.
     
  5. Offline

    McStormify

  6. Offline

    andrewpo

  7. Offline

    McStormify

    They are spaced fine in my editor. For some reason, they're all over the place in PasteBin.

    http://d.pr/PUPp
     
  8. Offline

    andrewpo

    Do you have tabs before any of your nodes? There should be no tabs in the entire file, you should put 4 space characters where you would expect a tab to be.
     
  9. Offline

    McStormify

    Thanks! Fixed the problem. Very helpful. :)
     
  10. Offline

    andrewpo

    Awesome! :) Considering it's swiftly approaching 2.30am for me, I think I might go to bed....
    _____
    Since your issue in the Bukkit Help forum is resolved, please change the prefix of your topic title to Solved by going to Thread Tools then 'Edit Thread'
    [​IMG]
     
    McStormify likes this.
Thread Status:
Not open for further replies.

Share This Page