Dynmap-Mobs

Dynmap-Mobs

58.2k Downloads

Severe errors with 0.15

Nikademus opened this issue ยท 3 comments

commented

Updated to 0.15, and I get the following error when starting the server. Restoring back to 0.14, and everything is fine.

2012-02-08 11:53:56 [INFO] [dynmap] Loading dynmap v0.30.1-801.
2012-02-08 11:53:56 [INFO] [dynmap] Using Bukkit Permissions (superperms) for access control
2012-02-08 11:53:58 [INFO] [dynmap] Loaded 14 shaders.
2012-02-08 11:53:59 [INFO] [dynmap] Loaded 82 perspectives.
2012-02-08 11:53:59 [INFO] [dynmap] Loaded 7 lightings.
2012-02-08 11:54:00 [INFO] [dynmap] version 0.30.1-801 is enabled - core version 0.30.1-34
2012-02-08 11:54:00 [INFO] [dynmap] Loaded 3 maps of world 'world'.
2012-02-08 11:54:00 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
2012-02-08 11:54:00 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
2012-02-08 11:54:00 [SEVERE] [dynmap] Exception during render job: org.dynmap.JsonFileClientUpdateComponent$1@50d7c5
2012-02-08 11:54:00 [SEVERE] java.util.ConcurrentModificationException
2012-02-08 11:54:00 [SEVERE] at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
2012-02-08 11:54:00 [SEVERE] at java.util.AbstractList$Itr.next(Unknown Source)
2012-02-08 11:54:00 [SEVERE] at org.dynmap.JsonFileClientUpdateComponent.writeUpdates(JsonFileClientUpdateComponent.java:145)
2012-02-08 11:54:00 [SEVERE] at org.dynmap.JsonFileClientUpdateComponent$1.run(JsonFileClientUpdateComponent.java:54)
2012-02-08 11:54:00 [SEVERE] at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:193)
2012-02-08 11:54:01 [SEVERE] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
2012-02-08 11:54:01 [SEVERE] at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
2012-02-08 11:54:01 [SEVERE] at java.util.concurrent.FutureTask.run(Unknown Source)
2012-02-08 11:54:01 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
2012-02-08 11:54:01 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
2012-02-08 11:54:01 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
2012-02-08 11:54:01 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
2012-02-08 11:54:01 [INFO] [dynmap-mobs] Loading dynmap-mobs v0.15.
2012-02-08 11:54:01 [INFO] [dynmap-mobs] initializing
2012-02-08 11:54:01 [SEVERE] at java.lang.Thread.run(Unknown Source)
2012-02-08 11:54:01 [INFO] [dynmap-mobs] version 0.15 is activated

commented

Fix is now in dynmap 0.31

commented

Verified. Thanks!

commented

Cool - thanks for the verify!