Hi Anatole,
I am having issues opening some images using the omero imagej plugin. It just ends with 'an error occurred while loading the image'. They are rather big plain tiff file saved in fiji (12kx3k for example).
It imported all right in omero, and can be opened fine in insight, the original file can be opened fine in imagej with bioformats and other image in omero can be opened fine in fiji. Additionally omero logs seems fine as well, with the relevant calls seemingly finishing with a successful call to getPlane.
Thank you for uploading the file - I can reproduce the same error. The Blitz-0.log is clear, but master.err should show an IceMemoryLimitException around the time when image is opened in the OMERO ImageJ plugin.
There is just a lot of 'File is a raw codestream not a JP2.' and 'Unknown JPEG 2000 box'.
This isn't a problem in and of itself - it's just a side effect of the file containing a big image.
Any Idea of what is happening or how I could debug? is there a log in the omero imagej plugin side for example?
The master.err server log file should confirm that an IceMemoryLimitException was thrown by getPlane. This appears to be due to the plane being larger than Ice.MessageSizeMax (see
https://www.openmicroscopy.org/site/sup ... agesizemax). Unfortunately, I see the same error even when the "Crop on import" option is selected in the "Bio-Formats Import Options" window. We'll look into how best to fix that as noted here:
https://trello.com/c/2GKksxIS/80-omero- ... big-imagesIn the meantime, increasing the value of Ice.MessageSizeMax may help as a temporary work-around.
Regards,
-Melissa