Permissions Error when starting server

Discussion in 'Bukkit Help' started by klutch2013, Jul 6, 2011.

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

    klutch2013

    I get a very weird error, which will be stated below, when i start my server up with the Permissions Plugin.
    1 and 2: OS i am using: Windows 7 Ultimate 64-Bit
    3: Java Version:
    [​IMG]
    4: No wrappers
    5: Have run both B953, and B961 both error.
    6: I have 64-Bit Java installed so i didn't have to change program files to program files(x86)
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    7: My plugins: (sorry about showing my double screen, forgot that it was there :p)
    [​IMG]
    8: This is the log: http://pastebin.com/JxTyMzkQ
    The actual error is:
    Code:
    2011-07-06 18:17:26 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-06 18:17:26 [SEVERE]    at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-06 18:17:26 [SEVERE]    at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-06 18:17:26 [SEVERE]    at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-06 18:17:26 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-06 18:17:26 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-06 18:17:26 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-06 18:17:26 [SEVERE]    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-06 18:17:26 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-06 18:17:26 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-06 18:17:26 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-06 18:17:26 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    9: I have deleted the permissions plugin and run the server, the error does not show up. i said above that i did try 2 different builds, still error.

    hope that someone can help me figure out this error.
     
  2. Offline

    PatrickFreed

    You have a permissions version written by The Yeti, maybe try updating? (I use Phoenix myself)
     
  3. Offline

    klutch2013

  4. Offline

    PatrickFreed

    Oh you're right, I was confused by the name of the newer Permissions.
    Yeah, I use the latest version of the second link and have been for months. Throw on an old version of Permissions Plus and you're good to go. (hopefully)
     
  5. Offline

    Jeyge

    @klutch2013
    That error is most likely caused by an old version of Help. Update to the latest .3 version and it should fix things. If it doesn't, there is some information on how to fix it at the top of the Permissions thread as well as the wiki FAQ.
     
  6. Offline

    klutch2013

    @Jeyge thank you updating help worked :)
     
Thread Status:
Not open for further replies.

Share This Page