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

ConcurrentModificationException #22

Open
Xitee1 opened this issue Oct 15, 2022 · 0 comments
Open

ConcurrentModificationException #22

Xitee1 opened this issue Oct 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Xitee1
Copy link
Owner

Xitee1 commented Oct 15, 2022

Reported by @Nytedemon12 on Discord

It looks like there are still sometimes Concurrent Modification Exceptions.

The error:

[Server] Craft Scheduler Thread - 1122/[WARN] [PowerBoard] Plugin PowerBoard v3.5.15 generated an exception while executing task 2818341
02.10 18:24:48 [Server] [INFO] java.util.ConcurrentModificationException: null
02.10 18:24:48 [Server] [INFO] at java.util.HashMap.computeIfAbsent(HashMap.java:1134) ~[?:?]
02.10 18:24:48 [Server] [INFO] at net.minecraft.scoreboard.Scoreboard.func_96529_a(SourceFile:82) ~[?:?]
02.10 18:24:48 [Server] [INFO] at org.bukkit.craftbukkit.v1_16_R3.scoreboard.CraftScore.setScore(CraftScore.java:58) ~[forge:?]
02.10 18:24:48 [Server] [INFO] at de.xite.scoreboard.modules.board.ScoreTitleUtils.setScore(ScoreTitleUtils.java:90) ~[?:?]
02.10 18:24:48 [Server] [INFO] at de.xite.scoreboard.modules.board.ScoreboardManager$2.run(ScoreboardManager.java:207) ~[?:?]
02.10 18:24:48 [Server] [INFO] at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:82) ~[forge:?]
02.10 18:24:48 [Server] [INFO] at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [forge:?]
02.10 18:24:48 [Server] [INFO] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
02.10 18:24:48 [Server] [INFO] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
02.10 18:24:48 [Server] [INFO] at java.lang.Thread.run(Thread.java:829) [?:?]
02.10 18:24:48 [Server] Craft Scheduler Thread - 1167/[WARN] [PowerBoard] Plugin PowerBoard v3.5.15 generated an exception while executing task 2818349
02.10 18:24:48 [Server] [INFO] java.util.ConcurrentModificationException: null
02.10 18:24:48 [Server] [INFO] at java.util.HashMap.computeIfAbsent(HashMap.java:1134) ~[?:?]
02.10 18:24:48 [Server] [INFO] at net.minecraft.scoreboard.Scoreboard.func_96529_a(SourceFile:82) ~[?:?]
02.10 18:24:48 [Server] [INFO] at org.bukkit.craftbukkit.v1_16_R3.scoreboard.CraftScore.setScore(CraftScore.java:58) ~[forge:?]
02.10 18:24:48 [Server] [INFO] at de.xite.scoreboard.modules.board.ScoreTitleUtils.setScore(ScoreTitleUtils.java:90) ~[?:?]
02.10 18:24:48 [Server] [INFO] at de.xite.scoreboard.modules.board.ScoreboardManager$2.run(ScoreboardManager.java:207) ~[?:?]
02.10 18:24:48 [Server] [INFO] at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:82) ~[forge:?]
02.10 18:24:48 [Server] [INFO] at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [forge:?]
02.10 18:24:48 [Server] [INFO] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
02.10 18:24:48 [Server] [INFO] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
02.10 18:24:52 [Server] [INFO] at java.lang.Thread.run(Thread.java:829) [?:?]

@Xitee1 Xitee1 added the bug Something isn't working label Oct 15, 2022
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