-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fails when downloads.openmicroscopy.org is down #25
Comments
Did you try the latest version? I think the described problem has been addressed in c87bba1. |
I have 0.0.56. I can't install the latest as it is also trying to access downloads.openmicroscopy.org |
I'm sorry for the inconvenience. v0.0.57 does not require internet connection once installed, however, it still needs to access the download server during installation in order to fetch the Bio-Formats java library. I believe the problems with accessing downloads.openmicroscopy.org are temporary, so please try updating the package again later. As the java library is a rather heavy resource which keeps updating relatively frequently, I currently don't consider moving back to the former approach of bundling it inside the package. |
OK. Thanks for the prompt reply. I was caught off guard as I expected that once installed the package wouldn't need anything. It might be worth having the package try to pull the java library from different sources in case one fails, maybe it could be downloaded from the GitHub repo or from an openmicroscopy.org mirror if there's such a thing. |
Thanks! I'm not aware of any mirror, but in case you find one I'm happy to implement the suggested solution. |
HI @aoles @jkh1, we are currently working to restore the binary downloads. However, several aspects are still outside our control and we will update https://forum.image.sc/t/ome-resources-down-due-to-uod-outage/43957 accordingly. Looking briefly at |
Thanks @sbesson I was just looking around for a mirror but wasn't finding one. |
Thanks @sbesson for chiming in! The linked resources seem to have the artifacts arranged in a different way than the original downloads.openmicroscopy.org repo. Using them would require additional logic other than just replacing the URL in order to automatically download the required library version. Therefore I don't really see this as a quick solution, maybe it's best to just wait until the primary download site is up again? |
We are definitely hoping to get the downloads up as soon as possible. In case you are considering switching immediately or in a near-future, the canonical URL for the versioned JAR and the SHA1 should be:
|
I think it would make sense to have at least one other independent source in case this kind of outage happens again. |
Thanks, I will look later tonight into enabling artifactory as a backup. |
It's not clear to me if this and #24 are still an issue. It is possible to disable the RBioformat-jar's update behavior as described here. Looking at the shell scripts in bftools it looks like this flag propagates through to the java call as |
The package shouldn't depend on an active internet connection, at least not without properly informing users, and definitely should not rely on a single server which today failed and renders RBioFormats unusable and by extension any R script using it.
EDIT: I see that the java library used to be bundled so I think reverting that change would be the solution.
The text was updated successfully, but these errors were encountered: