Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "Craft Scheduler Thread - 3" #73

Open
josealissonbr opened this issue Jan 16, 2024 · 0 comments
Open

Exception in thread "Craft Scheduler Thread - 3" #73

josealissonbr opened this issue Jan 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@josealissonbr
Copy link

Plugin Version

v3.12.5

Server Version

Spigot 1.8.8

Describe the Bug

I didn't find a reason for the exception, but out of nowhere I get this in the console sometimes.

Relevant Log Output

[04:14:54 WARN]: Exception in thread "Craft Scheduler Thread - 3" 
[04:14:54 WARN]: org.apache.commons.lang.UnhandledException: Plugin SimpleScore v3.12.5 generated an exception while executing task 96
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
        at org.github.paperspigot.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:23)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.ConcurrentModificationException
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
        at java.util.ArrayList$Itr.next(ArrayList.java:861)
        at org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getPlayers(CraftWorld.java:755)
        at com.r4g3baby.simplescore.scoreboard.tasks.ScoreboardTask.run(ScoreboardTask.kt:23)
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 4 more
@josealissonbr josealissonbr added the bug Something isn't working label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant