Stream: IG creation
Topic: IG Publisher failing hl7.davinci.template
Yan Heras (Nov 11 2021 at 20:51):
The IG Publisher threw an error that says "'hl7.davinci.template' has no entry on the current build server" for our build, after we removed #current from hl7.davinci.template#current, it then gives an null error for the hl7.davinci.template. @Grahame Grieve @Lloyd McKenzie has the hl7.davinci.template been removed from the Publisher? Could you please help to fix? cc: @Linda @Bryn Rhodes @Rob Reynolds
Stack Dump (for debugging): (00:02.0357)
org.hl7.fhir.exceptions.FHIRException: Error loading template hl7.davinci.template: null
at org.hl7.fhir.igtools.templates.TemplateManager.loadPackage(TemplateManager.java:277)
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:1715)
at org.hl7.fhir.igtools.publisher.Publisher.initialize(Publisher.java:1530)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:749)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:8777)
Caused by: java.lang.NullPointerException
at org.hl7.fhir.utilities.npm.FilesystemPackageCacheManager.loadPackage(FilesystemPackageCacheManager.java:503)
at org.hl7.fhir.igtools.templates.TemplateManager.loadPackage(TemplateManager.java:247)
... 6 more
Grahame Grieve (Nov 11 2021 at 20:54):
nobody has ever asked me to publish it , so there 's no published version, and 'current' is all there is for that template
Yan Heras (Nov 11 2021 at 20:56):
The 'current' is gone as well. Could you help to publish the 'current'?
Bryn Rhodes (Nov 12 2021 at 03:11):
@Yan Heras , try committing a trivial change to the template repository, that should get it to rebuild, might restore the #current entry
Lloyd McKenzie (Nov 12 2021 at 04:02):
It should be published along with all the other templates when we publish. Can you publish it now @Grahame Grieve? There should be an official release of it
Grahame Grieve (Nov 12 2021 at 05:24):
it's published now
Yan Heras (Nov 12 2021 at 16:01):
Thank you Grahame!
Yan Heras (Nov 23 2021 at 19:12):
@Lloyd McKenzie @Grahame Grieve It looks like the DaVinci template is broken again. See @Rob Reynolds thread https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Da.20Vinci.20Template.20Error. CC: @Linda @Eric Haas
Lloyd McKenzie (Nov 23 2021 at 19:17):
@Grahame Grieve Why is this happening? Nothing has been changed with the Da Vinci template in 8 months, but people are reporting issues with the package sometimes not being found. Can you see if there's something wonky in the package registry?
Vassil Peytchev (Nov 23 2021 at 20:30):
https://packages2.fhir.org/ is throwing 502 errors today more often than not.
I put a notice on the #tooling stream.
Grahame Grieve (Nov 23 2021 at 21:47):
so the server is now rate limiting all IPs to 1 request per second.
Last updated: Apr 12 2022 at 19:14 UTC