Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

ConcurrentModificationException / DynmapTowny incompatibility

ewof opened this issue ยท 7 comments

commented

Issue Description: Dynmap with Dynmap towny produces a ConcurrentModificationException which lags/crashes the server

[Yes] I have looked at all other issues and this is not a duplicate
[Yes] I have been able to replicate this

commented

This is a known issue with dynmap addons that create markers (towny, worldgaurd, factions). What's new about this is it actually crashes the server.

commented

is there any plan to fix?

commented

Calls being made from off server thread aren't supported (and this looks to be an async task call) - never have been, since in general the Spigot/Paper API is not thread-safe from off of the server thread (with specific exceptions).

commented

what can i do? dynmap towny dev says issue isn't with dynmap towny

commented

paraphrased at best

commented

am not trying to be rude i just dont know what to do

commented

I had JsonFileClientUpdateComponent with disable-webserver set to true so i commented it out and works fine now