Problem/Bug [/AR CHECK] An Internal Error occured

Discussion in 'Bukkit Help' started by xwerswoodx, Feb 27, 2016.

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

    xwerswoodx

    Hi all, I have a problem with /ar check and /lolmewnstats commands

    Firstly, when I stop server and re-start I get error and all stats reset except move/join and playtime.

    I saw this message all time in log file;
    [15:17:31] [Craft Scheduler Thread - 8/ERROR]: [Stats] Couldn't retrieve connection from pool, erroring

    I guess it was because of not connect to mysql and I tried to connect mysql with cmd with same password and username and I connected;

    [​IMG]

    Also I checked my database and I saw there is a table's, which created by stats plug-in;
    [​IMG]

    And another problem is AUTORANK. When I use /ar check I get, "An internal error occured while attempting to perform this command." error. And the log;
    Code:
    [15:25:50] [Server thread/INFO]: xwerswoodx issued server command: /ar check
    [15:25:50] [Server thread/ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'ar' in plugin Autorank v3.7.2
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60]
        at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60]
        at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
    Caused by: java.lang.NoSuchMethodError: ru.tehkode.permissions.PermissionManager.getUser(Ljava/util/UUID;)Lru/tehkode/permissions/PermissionUser;
        at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getUser(Permission_PermissionsEx.java:243) ~[?:?]
        at net.milkbowl.vault.permission.plugins.Permission_PermissionsEx.getPrimaryGroup(Permission_PermissionsEx.java:264) ~[?:?]
        at net.milkbowl.vault.permission.Permission.getPrimaryGroup(Permission.java:738) ~[?:?]
        at me.armar.plugins.autorank.permissions.handlers.VaultPermissionsHandler.getPlayerGroups(VaultPermissionsHandler.java:94) ~[?:?]
        at me.armar.plugins.autorank.permissions.PermissionsPluginManager.getPrimaryGroup(PermissionsPluginManager.java:88) ~[?:?]
        at me.armar.plugins.autorank.commands.CheckCommand.check(CheckCommand.java:49) ~[?:?]
        at me.armar.plugins.autorank.commands.CheckCommand.onCommand(CheckCommand.java:338) ~[?:?]
        at me.armar.plugins.autorank.commands.manager.CommandsManager.onCommand(CommandsManager.java:144) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Spigot-5f38d38-18fbb24]
        ... 15 more
    Here is the all logs about autorank;
    http://pastebin.com/zR7VRs97

    Here is the log file;
    http://pastebin.com/PaaSPMp3

    Permissions;
    http://pastebin.com/eFz2W6UC

    Plug-ins:
    http://s13.postimg.org/6std6vttj/image.png

    Autorank Settings:
    http://pastebin.com/brdrqVfP

    Stats config:
    http://pastebin.com/d48izFh2

    Thanks for everyone.
     
  2. Offline

    xwerswoodx

    I know this is flooding but I want to give my solution.

    All the problem was PermissionsEx because autorank 3.7.2 doesn't work with PermissionsEx, when I change it to permissionbukkit 2.3, it worked for me.

    Also for stats, there is a problem on Stats 3.0.2 plug-in, but it compatible with stats 3.7.2.

    Edit: Last permissionsEx version supported.
     
    Last edited: Feb 29, 2016
Thread Status:
Not open for further replies.

Share This Page