Stream: IG creation
Topic: Error sorting: find() loop count > 5
Jefferson (Oct 18 2018 at 15:19):
I am getting an sorting find error exception not sure why this error is happening, just wanted to see if anyone have seen this before?
process res: order-template (11.0128sec)
Exception in thread "main" java.lang.Error: Error sorting: find() loop count > 5 - check paths are valid
at org.hl7.fhir.r4.conformance.ProfileUtilities$ElementDefinitionComparer.find(ProfileUtilities.java:2953)
at org.hl7.fhir.r4.conformance.ProfileUtilities$ElementDefinitionComparer.compare(ProfileUtilities.java:2922)
at org.hl7.fhir.r4.conformance.ProfileUtilities$ElementDefinitionComparer.compare(ProfileUtilities.java:2902)
at java.util.TimSort.countRunAndMakeAscending(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.ArrayList.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at org.hl7.fhir.r4.conformance.ProfileUtilities.sortElements(ProfileUtilities.java:3048)
Last updated: Apr 12 2022 at 19:14 UTC