Exception at match end, no stats generated
itsmartin opened this issue · 0 comments
sportbukkit-1.5-R0.1-SNAPSHOT
AutoReferee v2.0� (a668ac8de5cec70c91445421635a1390)�
2013-03-19 09:48:49 [INFO] [AutoReferee] [00:04:54] Match ended. Left wins!
2013-03-19 09:48:49 [SEVERE] Exception in thread "pool-1-thread-1"
2013-03-19 09:48:49 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin AutoReferee v2.0 generated an exception while executing task 24163
at org.bukkit.craftbukkit.v1_5_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.IllegalStateException: Not scheduled yet
at org.bukkit.scheduler.BukkitRunnable.getTaskId(BukkitRunnable.java:129)
at org.bukkit.scheduler.BukkitRunnable.cancel(BukkitRunnable.java:18)
at org.mctourney.autoreferee.AutoRefMatch.broadcastSync(AutoRefMatch.java:1286)
at org.mctourney.autoreferee.AutoRefMatch$MatchReportSaver.run(AutoRefMatch.java:2472)
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
... 3 more