Stream: IG creation
Topic: onLoad Publishing Content Failed: null
David deRoode (Jul 07 2020 at 16:48):
Getting this failure on a local build, any guidance on troubleshooting?
onLoad:
Root directory: C:\Users\David deRoode\Downloads\SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 (3) (00:10.0039)
Core Package hl7.fhir.r3.core#3.0.2
Terminology Cache is at C:\Users\David deRoode\Downloads\SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 (3)\txCache. 0 files in cache (00:19.0609)
Connect to Terminology Server at http://tx.fhir.org (00:19.0612)
Load Package hl7.fhir.pubpack#0.0.6
Load Package hl7.fhir.xver-extensions#0.0.4
Publishing Content Failed: null (00:21.0043)
Lloyd McKenzie (Jul 07 2020 at 16:51):
Is this checked in anywhere we could test it? Given the lack of a stack trace, we'd probably have to run it in debugging mode
David deRoode (Jul 07 2020 at 17:18):
Not checked in on Git; the build package can be exported from ToF: https://trifolia-fhir.lantanagroup.com/lantana_hapi_stu3/sphd-stu3/export
Output directory is empty...could I look at fhir-ig-publishing.log somewhere locally? @Lloyd McKenzie
Grahame Grieve (Jul 07 2020 at 22:11):
your log is incomplete. what's the next line?
David deRoode (Jul 08 2020 at 01:10):
onLoad:
Root directory: C:\Users\David deRoode\Downloads\SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 (3) (00:10.0039)
Core Package hl7.fhir.r3.core#3.0.2
Terminology Cache is at C:\Users\David deRoode\Downloads\SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 (3)\txCache. 0 files in cache (00:19.0609)
Connect to Terminology Server at http://tx.fhir.org (00:19.0612)
Load Package hl7.fhir.pubpack#0.0.6
Load Package hl7.fhir.xver-extensions#0.0.4
Publishing Content Failed: null (00:21.0043)
(00:21.0044)
Use -? to get command line help (00:21.0044)
(00:21.0045)
Stack Dump (for debugging): (00:21.0046)
java.lang.NullPointerException
at org.hl7.fhir.igtools.publisher.Publisher.initializeFromIg(Publisher.java:1843)
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1365)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:702)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:7815)
C:\Users\David deRoode\Downloads\SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 (3)>
Grahame Grieve (Jul 08 2020 at 01:31):
you need a package id
David deRoode (Jul 08 2020 at 02:44):
Hmm, that would help. Thanks for the guidance
Last updated: Apr 12 2022 at 19:14 UTC