FHIR Chat · HL7 IG Publisher failed · IG creation

Stream: IG creation

Topic: HL7 IG Publisher failed


view this post on Zulip Monique van Berkum (Nov 20 2020 at 17:16):

I am unable to Publish in Trifolia and am getting the “The HL7 IG Publisher failed.” message.

view this post on Zulip Sarah Gaunt (Nov 20 2020 at 21:42):

Which IG? Can you post the error text?

view this post on Zulip Monique van Berkum (Nov 20 2020 at 22:32):

IG is fhir-sdoh-clinicalcare
Not exactly sure how much/which error text you need. Please let me know if you need something more.

Jekyll has failed. Complete output from running Jekyll: [31m Liquid Exception: Invalid syntax for include tag. File contains invalid characters or sequences: about_sdoh-cc_master_list,_temporary_code_system,_and_temporary_codes.md Valid syntax: {% include file.ext param='value' param2='value' %} in about_sdoh (04:27.0434)
Note: Check that Jekyll is installed correctly (04:27.0434)
Publishing Content Failed: Process exited with an error: 1 (Exit value: 1) (04:27.0436)
(04:27.0436)
Use -? to get command line help (04:27.0437)
(04:27.0437)
Stack Dump (for debugging): (04:27.0437)
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:404)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:166)
at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:153)
at org.hl7.fhir.igtools.publisher.Publisher.runJekyll(Publisher.java:5585)
at org.hl7.fhir.igtools.publisher.Publisher.runTool(Publisher.java:5489)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:4935)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:884)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:728)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8373)
IG Publisher finished with code 1
The HL7 IG Publisher failed. The HL7 IG Publisher tool is not developed as part of Trifolia-on-FHIR; it is developed by HL7. If you are still having issues after having reviewed and addressed ToF errors reported in the log above, go to chat.fhir.org to get more information on how to proceed.

view this post on Zulip Lloyd McKenzie (Nov 21 2020 at 17:06):

With the full error, it sounds like you might have an issue in your markdown - there's a %include that's wrong. Do you have any includes in any of your markdown files?

view this post on Zulip Eric Haas (Nov 22 2020 at 02:37):

a missing include will cause jekyll to fail. i have looked for a way but I have never been able to find a way to verify the file exists before doing the include. :-(

view this post on Zulip Lloyd McKenzie (Nov 22 2020 at 03:12):

It would be oh so nice if the error reported which file contained the bad include... :(

view this post on Zulip Grahame Grieve (Nov 23 2020 at 12:34):

it certainly would, but I can't see anyway to influence this jekyll behavior

view this post on Zulip Eric Haas (Nov 23 2020 at 20:06):

would be oh so nice if the error reported which file contained the bad include... :(

it does

view this post on Zulip Lloyd McKenzie (Nov 23 2020 at 20:44):

Ah, right you are @Eric Haas . @Monique van Berkum, you're trying to include a filename that looks like this: about_sdoh-cc_master_list,_temporary_code_system,_and_temporary_codes.md

Commas in filenames are not a good thing...

view this post on Zulip Monique van Berkum (Nov 24 2020 at 21:30):

This issue is resolved. It was due to me accidentally referencing an outdated IG of the same name. Thank you.


Last updated: Apr 12 2022 at 19:14 UTC