01-31-2019 11:30 AM
I am getting this error with Copy and Router . Support has not responded yet, thought will ask here and see if someone else had the same issue and if any resolutions
Failed to make copy, detail: null, java.util.ConcurrentModificationException
Resolution:
Please check if all objects in the document hierarchy are serializable. <a href=“Serialization - Wikipedia”>Click here</a> for more information on serialization.
Reason:
Failed to make copy, detail: null, java.util.ConcurrentModificationException
04-16-2019 02:47 AM
Hi Friend,
I am facing the same issue, Do you get any solution/workaround for this issue.
Thanks,
Deepak
06-11-2021 06:12 AM
Same, I’m running into the same problem and getting a deep copy error.
06-13-2021 10:52 PM
@winosky I am not 100% sure about your data set , but is somehow any of the element you copied is an array and you using json split of that array in any of the output of copy snap?
You can try that option - use group by N snap and make size as 0 for both the output view of copy, then use json splitter (data_set array) to get all required data you want after copy snap.
06-14-2021 06:07 AM
Hi @Supratim, it’s a copy of json from a execute snap into a aggregate. I believe the aggregate may be the problem, I’ve read it was resource intensive so I need to find an alternate solution.