FHIR Chat · IG build error: hl7.fhir.template' has no entry ... · IG creation

Stream: IG creation

Topic: IG build error: hl7.fhir.template' has no entry ...


view this post on Zulip Kevin Power (Dec 14 2021 at 21:17):

Anyone have ideas why this happens on occasion when I am doing a cloud build?

org.hl7.fhir.exceptions.FHIRException: Error loading template hl7.fhir.template#current: The package 'hl7.fhir.template' has no entry on the current build server
at org.hl7.fhir.igtools.templates.TemplateManager.loadPackage(TemplateManager.java:278)
at org.hl7.fhir.igtools.templates.TemplateManager.installTemplate(TemplateManager.java:93)
at org.hl7.fhir.igtools.templates.TemplateManager.loadTemplate(TemplateManager.java:79)
at org.hl7.fhir.igtools.publisher.Publisher.initializeFromIg(Publisher.java:1823)
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1637)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:788)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8942)
Caused by: org.hl7.fhir.exceptions.FHIRException: The package 'hl7.fhir.template' has no entry on the current build server
at org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.loadFromCIBuild(FilesystemPackageCacheManager.java:543)
at org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.loadPackage(FilesystemPackageCacheManager.java:505)
at org.hl7.fhir.igtools.templates.TemplateManager.loadPackage(TemplateManager.java:251)
... 6 more

view this post on Zulip Lloyd McKenzie (Dec 14 2021 at 21:37):

Don't think the 'current' template has changed in a few months, so it must be something wonky w/ the package server. @Grahame Grieve?

view this post on Zulip Grahame Grieve (Dec 14 2021 at 21:47):

I'm currently investigating that error


Last updated: Apr 12 2022 at 19:14 UTC