FHIR Chat · Weird heisenbug with build · committers

Stream: committers

Topic: Weird heisenbug with build


view this post on Zulip Jean Duteau (Jan 03 2017 at 22:02):

Every now and then, I get the following build error:
[java] FHIR build failure @ Tue, Jan 3, 2017 14:58-0700 1.21 21sec 463MB
[java] Error: null
[java] java.lang.NullPointerException
[java] at org.hl7.fhir.dstu3.context.BaseWorkerContext.supportsSystem(BaseWorkerContext.java:115)
[java] at org.hl7.fhir.tools.publisher.BuildWorkerContext.supportsSystem(BuildWorkerContext.java:374)
[java] at org.hl7.fhir.definitions.validation.ValueSetValidator.canValidate(ValueSetValidator.java:357)
[java] at org.hl7.fhir.definitions.validation.ValueSetValidator.validate(ValueSetValidator.java:204)
[java] at org.hl7.fhir.tools.converters.ValueSetImporterV3.buildV3ValueSet(ValueSetImporterV3.java:591)
[java] at org.hl7.fhir.tools.converters.ValueSetImporterV3.execute(ValueSetImporterV3.java:395)
[java] at org.hl7.fhir.tools.publisher.Publisher.loadValueSets1(Publisher.java:1096)
[java] at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:583)
[java] at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:441)

It tends to go away but I'm not sure why it appears or why it goes away. Just in case no one has seen this, thought I'd raise it here.

view this post on Zulip Grahame Grieve (Jan 03 2017 at 22:02):

I just fixed this one

view this post on Zulip Jean Duteau (Jan 03 2017 at 22:05):

really? i have v10658 and it still happens

view this post on Zulip Grahame Grieve (Jan 03 2017 at 22:06):

haven't committed it yet

view this post on Zulip Jean Duteau (Jan 03 2017 at 22:07):

ah. that would explain it. :)


Last updated: Apr 12 2022 at 19:14 UTC