Skip to content

ConcurrentModificationException on logout #8

Description

@Eelviny

No idea what's causing it, so I'll just place the error here.

[22:27:55 INFO]: MCMashedPotato left the game.
[22:27:55 WARN]: Exception in thread "Craft Scheduler Thread - 1005" 
[22:27:55 WARN]: org.apache.commons.lang.UnhandledException: Plugin OpenAnalytics v1.0.03 generated an exception while executing task 28
        at org.bukkit.craftbukkit.v1_7_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:744)
Caused by: java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:926)
        at java.util.HashMap$ValueIterator.next(HashMap.java:954)
        at net.nyvaria.openanalytics.OpenAnalyticsTracker$ScheduledAsynchronousTask.run(OpenAnalyticsTracker.java:138)
        at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:67)
        at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 3 more

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions