/gist:2a7896a5e193cc66f073 Secret
Created
June 22, 2015 22:49
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[18:26:34] [Craft Scheduler Thread - 37/WARN]: org.apache.commons.lang.UnhandledException: Plugin Stats v3.0.0-SNAPSHOT-353 generated an exception while executing task 31 | |
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) | |
Caused by: java.util.ConcurrentModificationException | |
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966) | |
at java.util.LinkedList$ListItr.next(LinkedList.java:888) | |
at nl.lolmewn.stats.mysql.MySQLStorage.save(MySQLStorage.java:180) | |
at nl.lolmewn.stats.user.StatsUserManager.saveUser(StatsUserManager.java:36) | |
at nl.lolmewn.stats.bukkit.BukkitMain$1.run(BukkitMain.java:227) | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment