Stream: committers
Topic: IG Publisher issue - v1.1.16 to v1.1.17
Mark Scrimshire (Sep 04 2020 at 13:36):
I am using sushi 0.16.0 and FHIR Publisher v1.1.17. The build fails at the onGenerate stage. Publishing Content failed: null. http://build.fhir.org/ig/HL7/davinci-epdx/branches/master/failure/build.log
If I submit the IG input with no changes to v1.1.16 the build works.
Lloyd McKenzie (Sep 04 2020 at 13:51):
Can you provide the full stack trace? Also, is the IG in question available on Git somewhere?
Mark Scrimshire (Sep 04 2020 at 15:00):
IG is here: https://github.com/HL7/davinci-epdx.
Mark Scrimshire (Sep 04 2020 at 15:01):
last 1.1.17 build output: https://build.fhir.org/ig/HL7/davinci-epdx/branches/master/failure/build.log
Grahame Grieve (Sep 04 2020 at 20:26):
this will be fixed next release
Mark Scrimshire (Sep 09 2020 at 00:34):
Tested same same IG content from sushi using -no-sushi and still builds on 1.1.16 and fails on 1.1.19 with same
onGenerate:
Exception in thread "main" java.lang.Error: Wrong node type
at org.hl7.fhir.utilities.xhtml.XhtmlNode.addComment(XhtmlNode.java:210)
at org.hl7.fhir.r5.renderers.DataRenderer.makeExceptionXhtml(DataRenderer.java:1028)
at org.hl7.fhir.r5.renderers.BundleRenderer.render(BundleRenderer.java:298)
at org.hl7.fhir.igtools.publisher.Publisher.getXhtml(Publisher.java:7532)
at org.hl7.fhir.igtools.publisher.Publisher.saveDirectResourceOutputs(Publisher.java:7023)
at org.hl7.fhir.igtools.publisher.Publisher.generateHtmlOutputs(Publisher.java:6485)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:4790)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:848)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:694)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8041)
Grahame Grieve (Sep 09 2020 at 01:58):
fixed next release
Last updated: Apr 12 2022 at 19:14 UTC