Stream: committers
Topic: Insufficient memory for the JRE?
Michelle (Moseman) Miller (Jan 24 2017 at 23:18):
My latest commit failed to build and I see errors like "There is insufficient memory for the Java Runtime Environment to continue" -- any idea how to fix? I'm trying a whitespace commit in the off chance the failure was just a random fluke and I get luckier this time <fingers crossed>.
Michelle (Moseman) Miller (Jan 24 2017 at 23:44):
Well, my whitespace commit built successfully. Strange...
Michelle (Moseman) Miller (Jan 25 2017 at 15:00):
FYI - @Simone Heckmann it looks like your build failed with the same insufficient memory error like mine did yesterday.
Simone Heckmann (Jan 25 2017 at 15:04):
Yes. Beginner's luck, I guess.
I did a whitespace commit. Hopefully that'll work for me, too...
Simone Heckmann (Jan 25 2017 at 15:21):
not really...
Michelle (Moseman) Miller (Jan 25 2017 at 15:26):
@Simone Heckmann , now it looks like a legit error:
[java] ERROR @ ChargeItem (line 0, col0) chargeitem-example:: ChargeItem: Profile http://hl7.org/fhir/StructureDefinition/ChargeItem, Element 'ChargeItem.subject': minimum required = 1, but only found 0 (src = InstanceValidator)
[java] ERROR @ /home/travis/build/hl7-fhir/fhir-svn/publish/chargeitem-example.xml (line 9, col15) chargeitem-example:: /home/travis/build/hl7-fhir/fhir-svn/publish/chargeitem-example.xml: cvc-complex-type.2.3: Element 'identifier' cannot have character [children], because the type's content type is element-only. (src = InstanceValidator)
[java] ERROR @ /home/travis/build/hl7-fhir/fhir-svn/publish/chargeitem-example.xml (line 17, col14) chargeitem-example:: /home/travis/build/hl7-fhir/fhir-svn/publish/chargeitem-example.xml: cvc-complex-type.2.4.b: The content of element 'ChargeItem' is not complete. One of '{"http://hl7.org/fhir":subject}' is expected. (src = InstanceValidator)
[java] ERROR @ ChargeItem chargeitem-example:: ChargeItem: Profile http://hl7.org/fhir/StructureDefinition/ChargeItem, Element 'ChargeItem.subject': minimum required = 1, but only found 0 (src = InstanceValidator)
Simone Heckmann (Jan 25 2017 at 15:28):
Ha. Thanks for the hint! I guess it doesn't help that I've been tinkering with the example in the meantime ;-)
Simone Heckmann (Jan 25 2017 at 16:15):
phew :)
Last updated: Apr 12 2022 at 19:14 UTC