Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IG Publisher fails at the very last step cause a file does not exist #894

Closed
jkiddo opened this issue May 6, 2024 · 2 comments
Closed

Comments

@jkiddo
Copy link
Contributor

jkiddo commented May 6, 2024

Especially when the publication-request.json contains "first": true, ... then the following bug is kinda annoying:

Exception in thread "main" java.lang.Error: Error: Attempt to copy /Users/jkiddo/work/thp-ig-website/package-feed.xml but it doesn't exist
	at org.hl7.fhir.igtools.web.WebSourceProvider.needFile(WebSourceProvider.java:95)
	at org.hl7.fhir.igtools.web.PublicationProcess.updateFeed(PublicationProcess.java:667)
	at org.hl7.fhir.igtools.web.PublicationProcess.doPublish(PublicationProcess.java:559)
	at org.hl7.fhir.igtools.web.PublicationProcess.publishInner2(PublicationProcess.java:393)
	at org.hl7.fhir.igtools.web.PublicationProcess.publishInner(PublicationProcess.java:231)
	at org.hl7.fhir.igtools.web.PublicationProcess.publish(PublicationProcess.java:123)
	at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:12297)
Sending usage stats failed: test.fhir.org:80 failed to respond
  • it could just as well have created that file, correct?
@grahamegrieve
Copy link
Contributor

no it can't create that file, the file has data in it that doesn't come from anywhere else in the system

@jkiddo
Copy link
Contributor Author

jkiddo commented May 6, 2024

Bummer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants