BIMserver
BIMserver copied to clipboard
ConcurrentModificationException every time I call methods with "guid"
When I call any method related to guids (such as indexGuids or getByGuid) on IfcModelInterface I get java.util.ConcurrentModificationException...
java.util.ConcurrentModificationException at com.google.common.collect.HashBiMap$Itr.hasNext at org.bimserver.ifc.IfcModel.indexGuids at org.bimserver.ifc.IfcModel.getByGuid
I assume you are using the Java client. This is probably related to #786. Do you use deep or lazy loading? If you are not using deep loading yet and given that your model is not too large, please try with deep loading to see if the error persists.
I assume you are using the Java client. This is probably related to #786. Do you use deep or lazy loading? If you are not using deep loading yet and given that your model is not too large, please try with deep loading to see if the error persists.
Yes. Error occures only in lazy loading mode.