-
Notifications
You must be signed in to change notification settings - Fork 10
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
blosc problem on import of ome.zarr into OMERO #76
Comments
The corresponding error from the Blitz-0.log is
|
I was able to fix the problem on a RHEL 9 server by
Then the import started to work. Nevertheless, if I install blosc into the docker image as delivered by ome/omero-server-docker#87
|
On 2 of our servers, we got an error on trying to import ome.zarr into OMERO.
server version 5.6.8 and 5.6.10 tested, same result
M1 aarch64 docker image
BioFormats 6.11.1 revision: 383bac974cd52e83908b54e4769ebb1e0d0673ee date: 1 December 2022
Edit: This problem got fixed by installing blosc into the docker. Tested two docker images, one built locally and one built by @khaledk2 and pushed to Dockerhub,
khaledk2/omero-server:arm
.Both of those tests had the same outcome:
Unable to find library blosc
was fixed, but, instead, we have anIndexOOBounds
error which is described in Index Out Of Bounds when importing to OMERO docker #77Full error in
merge-ci
server 5.6.10
CentOS 7 docker
BioFormats 6.11.1 revision: 383bac974cd52e83908b54e4769ebb1e0d0673ee date: 1 December 2022
024-01-23 13:55:50,055 5609 [l.Client-0] ERROR ome.formats.importer.cli.ErrorHandler - INTERNAL_EXCEPTION: /Users/pwalczysko/Work/18188.zarr/0/0/0 java.lang.RuntimeException: Failure response on import! Category: ::omero::grid::ImportRequest Name: import-request-failure Parameters: {stacktrace=java.lang.NoClassDefFoundError: Could not initialize class org.blosc.IBloscDll at com.bc.zarr.CompressorFactory$BloscCompressor.cbufferSizes(CompressorFactory.java:371)
Edit: This problem got fixed by installation of
blosc
inside the docker which runs the merge-ci server. After that, the import of ome.zarr is working on this server.full stacktrace in
The text was updated successfully, but these errors were encountered: