Stream: shorthand
Topic: Error from auto-ig-builder
Torben M. Hagensen (Sep 08 2020 at 14:22):
The webhook "auto-ig-builder" on my GitHub project fails with the following message (snippet from build.log) but works when I run _genonce locally.
Does anyone have an idea what goes wrong? My profiles are fhirVersion: 4.0.1, but it seems to run som r5 code.
...
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)
David Pyke (Sep 08 2020 at 14:24):
This is probably better asked in #IG creation
Torben M. Hagensen (Sep 08 2020 at 14:24):
Thanks - will do
Jens Villadsen (Sep 08 2020 at 14:24):
R5 is used internally by the IG publisher - so that is probably not was is causing your problem.
Jens Villadsen (Sep 08 2020 at 14:25):
unless its the conversion that goes wrong ...
David Pyke (Sep 08 2020 at 14:25):
Grahame reads IG Creation, so he'll likely see it
Last updated: Apr 12 2022 at 19:14 UTC