Solved PEX Internal Server Error (Used Notepad++)

Discussion in 'Bukkit Help' started by yafos, Aug 13, 2012.

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

    yafos

    When I use the /pex command, I get this error:
    "An internal error occurred while attempting to perform this command"

    Server's console log of my error:
    Code:
    14.08 01:33:58 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    14.08 01:33:58 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:131)
    14.08 01:33:58 [Server] INFO Caused by: java.lang.NullPointerException
    14.08 01:33:58 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:472)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:579)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.ServerConnection.b(SourceFile:35)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.NetworkManager.b(NetworkManager.java:281)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
    14.08 01:33:58 [Server] INFO at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
    14.08 01:33:58 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
    14.08 01:33:58 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    14.08 01:33:58 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    14.08 01:33:58 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'pex' in plugin PermissionsEx v1.19.3
    14.08 01:33:58 [Server] SEVERE null
    When I use another command such as /pex group <name> create, I would get a whole ton of the PEX commands and none of them would work. I've been trying to figure this out for 8+ hours by checking other people's previous posts with similar issues. I'm so dense, I still can't figure it out.
    Please help me out, I will return love and compliments in return. (Or if you don't like that, a Thank you)

    my permission. yml: SOLVED

    my pex config. yml: SOLVED


    & yes i use notepad++ and have integrated the tabs to 4x spaces T.T
     
  2. Offline

    ChancEmerica

    I don't use permex but a common problem is that you used tabs (default in notepad++ when you press enter) bukkit doesn't support tabs you must use spaces.

    I didn't even read the console error because I don't use permex so I may be wrong.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  3. Offline

    yafos

    Yes, like I said... I've used only spaces and took the time to go to my preferences and converted all my language tabs to spaces, so that isn't the problem. :(

    [​IMG]


    It was a backslash not a forward slash in my config file. That was my only problem. Solved it by myself after 8+ Hours. Kill me now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
Thread Status:
Not open for further replies.

Share This Page