Stream: committers
Topic: R4B Ingredient
Bryn Rhodes (Mar 02 2021 at 04:04):
Is Ingredient an expected R4B resource? I see it in the build site, but I'm trying to apply a change that references it and getting an NPE in the profile renderer. I can see in the various generated parsers that Ingredient isn't present (even though some of the other new resources are).
Grahame Grieve (Mar 02 2021 at 05:18):
we ignore those kind of errors in the profile rendering - it's version issues in the build that I'm working on. And the generated parsers haven't been created for R4B yet
Bryn Rhodes (Mar 02 2021 at 20:25):
Okay, it must be something different then. I get an NPE that stops the publish with this call stack:
Build: plandefinition 0.001 255sec 1927MB
FHIR build failure @ Tue, Mar 2, 2021 13:18-0700 2.743 258sec 1927MB
Error: null
java.lang.NullPointerException
at org.hl7.fhir.tools.publisher.PageProcessor.produceProfiles(PageProcessor.java:7451)
at org.hl7.fhir.tools.publisher.PageProcessor.processResourceIncludes(PageProcessor.java:6119)
at org.hl7.fhir.tools.publisher.Publisher.produceResource2(Publisher.java:3988)
at org.hl7.fhir.tools.publisher.Publisher.produceSpec(Publisher.java:2370)
at org.hl7.fhir.tools.publisher.Publisher.produceSpecification(Publisher.java:2180)
at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:613)
at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:473)
Bryn Rhodes (Mar 02 2021 at 20:26):
It's obviously something in the plandefinition build process, but I haven't narrowed it down yet.
Bryn Rhodes (Mar 02 2021 at 22:41):
Think I got it.
Last updated: Apr 12 2022 at 19:14 UTC