Autorank

Autorank

380k Downloads

Autorank is disabled. Check your server.log

Elixist opened this issue ยท 14 comments

commented

I have been trying to get Autorank to work and every time i try to do the command "/ar" it always says "Autorank is disabled. Check your server.log" and I looked in the console and it said i executed the command "/ar check" and when i checked the logs, all i could find was "latest.log"

commented

I have finally got it fixed, my configuration wasnt setup correctly :I

On Thu, Aug 28, 2014 at 2:01 PM, Vonjoll [email protected] wrote:

@Staartvin https://github.com/Staartvin

Any Advances?

โ€”
Reply to this email directly or view it on GitHub
#113 (comment).

commented

Closed due to fixes!

commented

Can you show me your startup log?

commented

@Staartvin

Hey Im getting the same thing, whenever someone joins i get this in the console...

[04:08:58] [User Authenticator #167/INFO]: UUID of player lemonguy500 is e9365882-1fb6-3476-b478-a3d0d8aa9e25
[04:08:58] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Autorank v3.2
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot_1529.jar:git-Spigot-1529]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot_1529.jar:git-Spigot-1529]
at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot_1529.jar:git-Spigot-1529]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot_1529.jar:git-Spigot-1529]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.PlayerList.c(PlayerList.java:265) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.PlayerList.a(PlayerList.java:152) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.LoginListener.c(LoginListener.java:105) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.LoginListener.a(LoginListener.java:43) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:187) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:81) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:720) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:583) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:489) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot_1529.jar:git-Spigot-1529]
Caused by: java.lang.NullPointerException
at me.armar.plugins.autorank.listeners.PlayerJoinListener.onPlayerJoin(PlayerJoinListener.java:36) ~[?:?]
at sun.reflect.GeneratedMethodAccessor303.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot_1529.jar:git-Spigot-1529]

commented

Hello,

I will try that as soon as I can and will get back to you

On 21 Aug 2014, at 17:16, Staartvin [email protected] wrote:

Could you try the latest dev build?

โ€”
Reply to this email directly or view it on GitHub.

commented

Could you try the latest dev build?

commented

@Staartvin i am using AutoRank v3.2, the one at the top of the "files" page.

I was looking at it a bit and was thinking is it a UUID issue as it can not log he players joining under the new UUID system, before this update this worked fine so was just giving you a heads up on the status of the UUID's and that it was not broke before hand.

Cheers

commented

Could you try to update to the latest dev build? I want to see what happens.

commented

@Staartvin

Sorry where can i find this? on the files page of AutoRank i don't see it..
image

commented
commented

Ok, Dev build on and server restarted and got given this in the logs,

[17:57:43] [Server thread/INFO]: [Autorank] Enabling Autorank v3.2-Dev-282
[17:57:43] [Server thread/INFO]: [Autorank] Simple config file loaded
[17:57:43] [Server thread/INFO]: [Autorank] Advanced config file loaded
[17:57:43] [Server thread/INFO]: [Autorank] Settings config file loaded
[17:57:43] [Server thread/INFO]: [Autorank] Loaded playerdata.
[17:57:43] [Server thread/ERROR]: Error occurred while enabling Autorank v3.2-Dev-282 (Is it up to date?)
java.lang.NoClassDefFoundError: nl/lolmewn/stats/Main
at me.armar.plugins.autorank.hooks.statsapi.StatsAPIHandler.get(StatsAPIHandler.java:47) ~[?:?]
at me.armar.plugins.autorank.hooks.statsapi.StatsAPIHandler.isInstalled(StatsAPIHandler.java:264) ~[?:?]
at me.armar.plugins.autorank.hooks.statsapi.StatsAPIHandler.setup(StatsAPIHandler.java:274) ~[?:?]
at me.armar.plugins.autorank.hooks.DependencyManager.loadDependencies(DependencyManager.java:120) ~[?:?]
at me.armar.plugins.autorank.Autorank.onEnable(Autorank.java:302) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot_1529.jar:git-Spigot-1529]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot_1529.jar:git-Spigot-1529]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_1529.jar:git-Spigot-1529]
at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:476) [spigot_1529.jar:git-Spigot-1529]
at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:394) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:457) [spigot_1529.jar:git-Spigot-1529]
at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot_1529.jar:git-Spigot-1529]
Caused by: java.lang.ClassNotFoundException: nl.lolmewn.stats.Main
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_51]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[spigot_1529.jar:git-Spigot-1529]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[spigot_1529.jar:git-Spigot-1529]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more

commented

What version of Stats are you using?

commented

@Staartvin

Stats V2.0.0-214

On 23 Aug 2014, at 10:29, Staartvin [email protected] wrote:

What version of Stats are you using?

โ€”
Reply to this email directly or view it on GitHub.

commented

@Staartvin

Any Advances?