Permissions v2.7.4 throwing errors on #820

Discussion in 'Bukkit Help' started by Justinwiz, Jun 4, 2011.

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

    Justinwiz

    Hey, when I try to use /pr -reload all it throws me this:

    Code:
    01:26:44 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin Permissions v2.7.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:430)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:415)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
            at com.nijiko.permissions.Control.load(Control.java:215)
            at com.nijiko.permissions.Control.forceLoadWorld(Control.java:114)
            at com.nijiko.permissions.Control.reload(Control.java:80)
            at com.nijikokun.bukkit.Permissions.Permissions.onCommand(Permissions.java:256)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
    
    And I'm running the following:

    Code:
    01:32:57 [INFO] Plugins: CraftBookMechanisms, iConomyChestShop, iChat, WorldGuard, BOSEconomy, Minequery, MagicCarpet, ZeeSlag, CraftBookCommon, HTTPConsole, EssentialsSpawn, MultiVerse, Essentials, Permissions, SimpleCronClone, CraftBookCircuits, EssentialsGeoIP, LWC, SignOwner, OpWizard, VanishNoPickup, BlockPaint, MultiInv, FakeMessage, PorteCoulissante, dynmap, SphereWorld, CraftBookVehicles, WorldEdit
    
    OS and System details:
    Code:
    uname -a && java -version
    Linux XXXXXXXXX 2.6.18-238.9.1.el5.028stab089.1 #1 SMP Thu Apr 14 14:06:01 MSD 2011 x86_64 x86_64 x86_64 GNU/Linux
    java version "1.6.0_17"
    OpenJDK Runtime Environment (IcedTea6 1.7.10) (rhel-1.21.b17.el5-x86_64)
    OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
    
    Any ideas?

    Thanks! :D
     
  2. Offline

    Jeyge

    You have a user with a name that is all numbers. Put that name in quotes, '12345':, and it should work.
     
    Justinwiz likes this.
  3. Offline

    Justinwiz

    Wow, thank you so much.
    Worked like a charm ;)
     
Thread Status:
Not open for further replies.

Share This Page