Stream: shorthand
Topic: Error Generating Guide
diego kaminker (Nov 10 2020 at 14:06):
Hello
I am having a consistent error running any FSH based project, after running SUSHI successfully. Any ideas?
Jekyll has failed. Complete output from running Jekyll:
Liquid Exception: Could not locate the included file 'StructureDefinition-fish-patient-summary-table.xhtml' in any of ["/Users/diego/Dropbox/folder/copy/build/temp/pages/_includes"]. Ensure it exists in one of those directories and, if i (00:24.0551)
Note: Check that Jekyll is installed correctly (00:24.0552)
Publishing Content Failed:
Process exited with an error: 1 (Exit value: 1) (00:24.0553)
(00:24.0553)
Use -? to get command line help (00:24.0553)
(00:24.0553)
Stack Dump (for debugging): (00:24.0553)
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:5459)
at org.hl7.fhir.igtools.publisher.Publisher.runTool(Publisher.java:5363)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:4829)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:837)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:683)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8022)
Jose Costa Teixeira (Nov 10 2020 at 15:41):
Hola @diego kaminker
Just a first guess but from the error you are getting it seems there is something in the summary table. Can you show the whole log? If my guess is right, you should have an error before that last one.
Jose Costa Teixeira (Nov 10 2020 at 15:42):
is this available somewhere? at least the fish-patient sushi file? I'd start looking for some strange characters in the profile definition.
diego kaminker (Nov 10 2020 at 17:30):
It is the FSH example from the FSH School examples. And it worked some days ago. I do not know if this is a change in my environment or in something else.
https://fshschool.org/docs/tutorials/basic/
diego kaminker (Nov 10 2020 at 17:34):
Fixed! Needed to update the publisher!
Last updated: Apr 12 2022 at 19:14 UTC