Solved [URGENT] Pex Crashing problem Help

Discussion in 'Bukkit Help' started by Taz123, Apr 2, 2013.

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

    Taz123

    02.04 15:05:01 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    02.04 15:05:01 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    02.04 15:05:01 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    02.04 15:05:01 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    02.04 15:05:01 [Server] INFO at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(EssentialsPluginListener.java:26)
    02.04 15:05:01 [Server] INFO at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(PermissionsHandler.java:110)
    02.04 15:05:01 [Server] INFO at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsExHandler.java:17)
    02.04 15:05:01 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
    02.04 15:05:01 [Server] INFO Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    02.04 15:05:01 [Server] INFO at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    02.04 15:05:01 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
    02.04 15:05:01 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:149)
    02.04 15:05:01 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.a(MinecraftServer.java:259)
    02.04 15:05:01 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.e(MinecraftServer.java:300)
    02.04 15:05:01 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.j(MinecraftServer.java:321)
    02.04 15:05:01 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.CraftServer.enablePlugins(CraftServer.java:264)
    02.04 15:05:01 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugin(CraftServer.java:282)
    02.04 15:05:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    02.04 15:05:01 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:464)
    02.04 15:05:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    02.04 15:05:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    02.04 15:05:01 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    02.04 15:05:01 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    02.04 15:05:01 [Server] INFO org.bukkit.event.EventException
    02.04 15:05:01 [Server] SEVERE Could not pass event PluginEnableEvent to Essentials v2.10.1

    then i went into game and pex was not working i did change the config on permissionEX but i did it normally and that normally works tbh.

    Someone help me please

    I issued a ticket on Essentials and the person said Its PEX crashing and did not put how i can resolve the crashing.

    So does anyone have an idea how to stop pex crashing

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

    Jeyge

    If you post the PEx error and/or your permissions.yml file, I'm sure someone can tell you what is causing it to break other plugins. Unless you are using /reload which is known to cause PEx problems.
     
  3. Offline

    lycano

    Taz123 Essentials team wont help you. Either you use all of their products or you are screwed. Also i dont think that Essentials and PermissionsEx will work together without any problem anytime soon.

    If you want to use Pex use commandbook instead of essentials otherwise use essentials groupmanager.

    Edit: Tagged Taz123
     
  4. Offline

    Necrodoom

    you are completely wrong.
    the error here is obvious: PEX is crashing due to a YML error.
    hundreds of servers run PEX with essentials, are they using magic?
     
  5. Offline

    lycano

    necrodoom let me quote something for you
    Why couldn't you just help him in the first place? If it is that obvious.
     
  6. Offline

    Necrodoom

    because i dont use PEX, so i dont know its exact syntax.
     
  7. Offline

    lycano

    necrodoom how do you make sure that PermissionsEx loads before Essentials? I dont see any soft-depend on any supported permission plugin.
     
  8. Offline

    Necrodoom

    and why exactly is that needed? all is needed is that PEX has a working permissions.yml.
     
  9. Offline

    lycano

    necrodoom this should be done because PermissionsEx has to beloaded before Essentials as all dependencies should do to prevent such things like "plugin has to enable stuff for itself before you can call the static method, loading delays" or something like that.

    I really dont know how you can see that this is a yaml error. It might be but how do you know for sure?

    Edit: And please stop quoting me .. that is really anoying just (at) tag me i do know what i have said.
     
  10. Offline

    Necrodoom

    lycano because this is a common problem where PEX disables incorrectly when encountering a YML error, causing this. test it yourself.
     
  11. Offline

    Taz123

    here is my permissions YML - http://pastebin.com/RA16y8tS

    and i dont use /reload i just restart the server when i make changes

    so can anyone know how to stop this

    Anyone actually got any idea on how to fix this problem

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

    Jeyge

    On line 145, you are missing a : after rank. It should look like:
    Code:
          rank: '400'
    
    Edit - You should also fix your inheritance. No need to inherit from everything every time when the group above already inherits from the group above it. And your should add quotes to your prefix. They should look like '(&dCo-Owner&f)'.
     
  13. Offline

    Taz123

    Thanks for the help now it is fixed
     
Thread Status:
Not open for further replies.

Share This Page