Stream: IG creation
Topic: hl7.fhir.pubpack error
Sarah Gaunt (Jul 15 2020 at 05:52):
Getting an error that I don't think is a problem with my IG:
org.hl7.fhir.exceptions.FHIRException: Unable to resolve package id hl7.fhir.pubpack#0.0.6
at org.hl7.fhir.utilities.cache.FilesystemPackageCacheManager.fetchTheOldWay(FilesystemPackageCacheManager.java:651)
at org.hl7.fhir.utilities.cache.FilesystemPackageCacheManager.loadFromPackageServer(FilesystemPackageCacheManager.java:220)
at org.hl7.fhir.utilities.cache.FilesystemPackageCacheManager.loadPackage(FilesystemPackageCacheManager.java:473)
at org.hl7.fhir.igtools.publisher.Publisher.loadPubPack(Publisher.java:2257)
at org.hl7.fhir.igtools.publisher.Publisher.initializeFromIg(Publisher.java:1765)
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)
Sarah Gaunt (Jul 15 2020 at 05:58):
And had to add the following because it made me laugh!
2020-07-15 05:52:19.623 [main] INFO o.h.f.u.c.BasePackageCacheManager [BasePackageCacheManager.java:75] Failed to resolve package hl7.fhir.pubpack#0.0.6 from server: http://packages.fhir.org
2020-07-15 05:54:31.340 [main] INFO o.h.f.u.c.BasePackageCacheManager [BasePackageCacheManager.java:75] Failed to resolve package hl7.fhir.pubpack#0.0.6 from server: http://packages2.fhir.org/packages
Saul Kravitz (Jul 15 2020 at 17:50):
Experiencing the same issue with the CarinBB IG.
Natasha Singh (Jul 15 2020 at 19:00):
Experiencing the same issue
Sean McIlvenna (Jul 15 2020 at 19:06):
So am I, with several IGs. Tried version 1.1.0 and 1.1.3
Lloyd McKenzie (Jul 15 2020 at 19:08):
@Grahame Grieve
Silvio Luthi (Jul 15 2020 at 22:27):
Also seeing this issue
Grahame Grieve (Jul 16 2020 at 01:50):
apologies. A problem on the server and I fixed the wrong server. I've added more defense and survelliance of the server into my infrastructure
Grahame Grieve (Jul 16 2020 at 01:51):
.. the right server, that is
Sean McIlvenna (Jul 16 2020 at 15:54):
I can confirm this has been fixed/resolved. Just successfully published one of the IGs that was failing yesterday. Thanks @Grahame Grieve !
Silvio Luthi (Jul 22 2020 at 17:48):
Seeing this error again, is there another issue with the publisher? @Grahame Grieve
Rick Geimer (Jul 22 2020 at 18:16):
I'm seeing it too:
Failed to resolve package hl7.fhir.pubpack#0.0.6 from server: http://packages.fhir.org
Grahame Grieve (Jul 22 2020 at 20:01):
is it resolved now?
Silvio Luthi (Jul 22 2020 at 20:05):
ill attempt a deploy to check
Silvio Luthi (Jul 22 2020 at 20:07):
Still seeing this
John Moehrke (Jul 22 2020 at 20:17):
just got failure
Grahame Grieve (Jul 22 2020 at 20:52):
ok I think I have solved this now
Yan Heras (Jul 22 2020 at 21:22):
Yes, it works now. Thanks.
Silvio Luthi (Jul 22 2020 at 22:25):
Yes, this looks resolved, thank you
Last updated: Apr 12 2022 at 19:14 UTC