Stream: IG creation
Topic: error
Mounika (Nov 12 2019 at 09:38):
Hi all, I am getting the below error while publishing our Implementation guide using with R4 (http://hl7.org/fhir/R4/) publisher. Can anyone suggest me how to resolve it Capture34.PNG .
Noemi Deppenwiese (Nov 12 2019 at 11:44):
Have you checked your JSON in ig.json is valid JSON? (Googling "JSON Validator" gets you a number of websites where you can just paste your file content and have it validated)
Mounika (Nov 13 2019 at 04:54):
@Noemi Deppenwiese I have checked already. It is a valid json file.
Grahame Grieve (Nov 13 2019 at 05:02):
update to the latest publisher - that will fix this
Mounika (Nov 13 2019 at 05:04):
@Grahame Grieve Getting this error with latest publisher only.
Grahame Grieve (Nov 13 2019 at 05:13):
really? what version?
Mounika (Nov 13 2019 at 05:16):
build.fhir.org publisher
Grahame Grieve (Nov 13 2019 at 05:17):
paste the full log in here
Mounika (Nov 13 2019 at 05:21):
https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar
Grahame Grieve (Nov 13 2019 at 05:23):
.. the full log
Mounika (Nov 13 2019 at 05:25):
what do you mean by full log?
Grahame Grieve (Nov 13 2019 at 05:25):
the log produced by the IG publisher when you run it
Mounika (Nov 13 2019 at 05:46):
That error was resolved finally. Thank you
Nick George (Apr 01 2020 at 05:44):
Darn had this working for a minute there... any idea what it means when IGPublisherLiquidTemplateServices NPEs?
java.lang.NullPointerException at org.hl7.fhir.igtools.publisher.IGPublisherLiquidTemplateServices.load(IGPublisherLiquidTemplateServices.java:47) at org.hl7.fhir.igtools.publisher.Publisher.initializeFromIg(Publisher.java:1326) at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1205) at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:660) at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:6933)
and follow up, where I can find this code to debug myself?
Grahame Grieve (Apr 01 2020 at 05:44):
what version is this?
Nick George (Apr 01 2020 at 05:44):
using fhir.base.template
Nick George (Apr 01 2020 at 05:45):
FHIR IG Publisher Version 1.0.70-SNAPSHOT (Git# 196f41f987ab). Built 2020-03-05T17:43:55.608+11:00 (26 days old)
Grahame Grieve (Apr 01 2020 at 05:45):
right. get the latest version - should fix this
Nick George (Apr 01 2020 at 05:45):
ok, thanks
Last updated: Apr 12 2022 at 19:14 UTC