Vault 1.5.0 (Plugin Vault v1.5.0-b28 generated an exception while executing task 3)
xtomyserrax opened this issue ยท 2 comments
I found this warn in the console log when you start the server:
[22:20:08] [pool-3-thread-1/WARN]: org.apache.commons.lang.UnhandledException: Plugin Vault v1.5.0-b28 generated an exception while executing task 3
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()Ljava/util/Collection;
at net.milkbowl.vault.Metrics.postPlugin(Metrics.java:387)
at net.milkbowl.vault.Metrics.access$400(Metrics.java:63)
at net.milkbowl.vault.Metrics$4.run(Metrics.java:275)
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more
I dont know if its a bug or not.
Then in the same log but later, i found the same WARN 3 more times.