RiledUpCrow / Hordes

Bukkit plugin which increases observable amount of monsters without actually spawning more of them.
GNU General Public License v3.0
8 stars 9 forks source link

Console error #4

Closed bloggy closed 8 years ago

bloggy commented 8 years ago

Hi, I just found this in my server logs:

[20:52:15] [Craft Scheduler Thread - 308/WARN]: Exception in thread "Craft Scheduler Thread - 308" [20:52:15] [Craft Scheduler Thread - 308/WARN]: org.apache.commons.lang.UnhandledException: Plugin Hordes v1.2 generated an exception while executing task 24 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859) at java.util.ArrayList$Itr.next(ArrayList.java:831) at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getEntities(CraftWorld.java:626) at pl.betoncraft.hordes.Despawner.run(Despawner.java:57) at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more

RiledUpCrow commented 8 years ago

You can ignore it. It's nothing important, I will "hide" it in the next release.