rdccmemg wrote: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)
[/code]
Are there also hidden files lying about? (.123*lock) ?
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?)?
If your goal is to not require creating the pyramids, then just modifying BlitzTemplate should suffice. If, however, PixelData will be handling files, then its Xmx setting will also need to be increased.