From time to time the livemap freezes
Shadoworks opened this issue ยท 0 comments
Hello, my server is running on Paper 1.20.1 and I have the problem that at least once a day I get the error message mentioned below and then the livemap freezes. I can always fix the problem with /squaremap reload
, but it was never like this before the update.
[22:23:23 ERROR]: [squaremap] Error executing task 'xyz.jpenilla.squaremap.common.task.UpdatePlayers@677e3df1'
java.util.ConcurrentModificationException: null
at java.util.ArrayList.forEach(ArrayList.java:1513) ~[?:?]
at xyz.jpenilla.squaremap.common.task.UpdatePlayers.lambda$run$1(UpdatePlayers.java:60) ~[squaremap-paper-mc1.20.1-1.1.15.jar:?]
at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
at xyz.jpenilla.squaremap.common.task.UpdatePlayers.run(UpdatePlayers.java:57) ~[squaremap-paper-mc1.20.1-1.1.15.jar:?]
at xyz.jpenilla.squaremap.common.util.ExceptionLoggingScheduledThreadPoolExecutor$ExceptionLoggingRunnable.run(ExceptionLoggingScheduledThreadPoolExecutor.java:42) ~[squaremap-paper-mc1.20.1-1.1.15.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]