[BUG-12013] Concurrent Modification Exception on project load

I am getting a ConcurrentModificationException when trying to open a project after installing the nightly build. It seems to pop up when it tries to start the perspective module.

To clarify I’m trying to open the designer.

Can you click full and give us the whole stack trace?

Looks related to the changes made to get the Perspective module to load. I’ll have a fix up shortly, should hopefully get merged in and into the next nightly.

java.util.ConcurrentModificationException
at java.base/java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.base/java.util.ArrayList$Itr.next(Unknown Source)
at com.inductiveautomation.ignition.designer.IgnitionDesigner.loadProject(IgnitionDesigner.java:903)
at com.inductiveautomation.ignition.designer.IgnitionDesigner$StartupProjectDialogHandler$1.run(IgnitionDesigner.java:2027)
at java.base/java.lang.Thread.run(Unknown Source)

Ignition v8.0.0-beta0 (b2019011008)
Java: Azul Systems, Inc. 11.0.1

This issue was fixed in the build that was uploaded on 1/11. Please let us know if you continue to see this behavior after upgrading.