Stream: australia
Topic: HL7 AU IG fails to build with IG publisher v1.1.102
Rob Eastwood (Feb 15 2022 at 05:48):
The HL7 Australia au-fhir-base IG is failing to build using the IG publisher v1.1.102, with this error message (on my desktop with verbose logging):
Publishing Content Failed: Cannot invoke "org.hl7.fhir.r5.renderers.DataRenderer.display(org.hl7.fhir.r5.model.DataType)" because "this.dr" is null (06:02.0421)
(06:02.0422)
Use -? to get command line help (06:02.0423)
(06:02.0423)
Stack Dump (for debugging): (06:02.0423)
java.lang.NullPointerException: Cannot invoke "org.hl7.fhir.r5.renderers.DataRenderer.display(org.hl7.fhir.r5.model.DataType)" because "this.dr" is null
at org.hl7.fhir.igtools.publisher.Publisher.populateResourceEntry(Publisher.java:6909)
at org.hl7.fhir.igtools.publisher.Publisher.generateSummaryOutputs(Publisher.java:6828)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:5862)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:1018)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:856)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:10007)
The auto-builder also fails and spits out this failure build.log.
Recent failure of this IG to build was due to the old legacy json template approach (zulip discussion here and fixed by Grahame Grieve here).
Question: Is this new failure to build another symptom of using the legacy template format that are in conflict with latest changes in the publisher? (I suspect so, as IGs using an external template build successfully). Or something else? Any ideas?
Rob Eastwood (Feb 15 2022 at 05:51):
FYI @Brett Esler @Brian Postlethwaite
Grahame Grieve (Feb 15 2022 at 06:15):
I thought I fixed that before the release. I'll fix that too. Evidently need to get a new release out ASAP
Brian Postlethwaite (Feb 15 2022 at 07:29):
VhDir is breaking just as bad at the mo too.
Rob Eastwood (Feb 15 2022 at 22:26):
Grahame Grieve said:
I thought I fixed that before the release. I'll fix that too. Evidently need to get a new release out ASAP
Confirmed HL7 AU IG now builds with IG Publisher v1.1.103
Brilliant - thanks again @Grahame Grieve
Last updated: Apr 12 2022 at 19:14 UTC