Bulk removing the 0kb files does not work. It works for the 1st and all other fail with the same 0kb result.
In blitz log I found this which seems odd:
- Code: Select all
2013-08-23 12:26:02,825 INFO [ ome.io.nio.PixelsService] (.Server-15) Using Pyramid BfPixelBuffer: /home/ict/apps/OMERO/OMERO.data/Pixels/Dir-024/24371_pyramid
2013-08-23 12:26:02,835 INFO [ loci.formats.in.MinimalTiffReader] (l.Server-3) Populating metadata
2013-08-23 12:26:02,836 ERROR [ ome.io.nio.PixelsService] (.Server-15) Error instantiating pixel buffer: /home/ict/apps/OMERO/OMERO.data/Pixels/Dir-024/24371_pyramid
java.lang.RuntimeException: java.io.IOException: Permission denied
at ome.io.bioformats.BfPyramidPixelBuffer.isLockedByOthers(BfPyramidPixelBuffer.java:377)
at ome.io.bioformats.BfPyramidPixelBuffer.initializeReader(BfPyramidPixelBuffer.java:185)
at ome.io.bioformats.BfPyramidPixelBuffer.<init>(BfPyramidPixelBuffer.java:171)
at ome.io.bioformats.BfPyramidPixelBuffer.<init>(BfPyramidPixelBuffer.java:141)
at ome.io.nio.PixelsService.createPyramidPixelBuffer(PixelsService.java:636)
at ome.io.nio.PixelsService.getPixelBuffer(PixelsService.java:410)
at ome.logic.RenderingSettingsImpl.resetDefaults(RenderingSettingsImpl.java:500)
at ome.logic.RenderingSettingsImpl.resetDefaults(RenderingSettingsImpl.java:1324)
at ome.services.ThumbnailBean._resetDefaults(ThumbnailBean.java:1266)
No idea where this permission denied comes from...
What I changed as well was
"omero.pixeldata.threads=4
omero.pixeldata.max_plane_height=5000
omero.pixeldata.max_plane_width=5000"
Currently I only increased memory for the BlitzTemplate, should I also increase memory on other server-templates (PixelDataTemplate for instance?)?
appreciate your help!
Best,
Raf