Hi, All,
I've got a folder with 144 OME Tiff files. Each of about 158MB. If I try to upload all of these through the Inisght uploader, or through a script I have written, the upload (usually?) eventually freezes and fails to make any further progress. My database is on an NFS mounted drive. My data was either local to the server or on that same mounted drive, with similar results.
The server appears to be running out of some resource, though (assuming that is the case) I haven't determined which resource. I have raised the ulimit -n into the hundreds of thousands. Do you have any advice for which steps I should take to further investigate the root cause of this problems.
Thanks,
Michael
My configuration:
omero.data.dir=/media/gsn/omero_data/
omero.db.name=<redacted>
omero.db.pass=<redacted>
omero.db.user=<redacted>
omero.fs.repo.path=%group%/%user%_%userId%//%year%-%month%/%day%/%time%
omero.jvmcfg.heap_dump=tmp
omero.jvmcfg.heap_size=1g
omero.launcher.jython=/home/omero/jython/bin/jython
omero.scripts.timeout=172800000
omero.web.application_server=wsgi-tcp
omero.web.apps=["omero_fpbioimage", "omero_iviewer"]
omero.web.open_with=[["Image viewer", "webgateway", {"supported_objects": ["image"], "script_url": "webclient/javascript/ome.openwith_viewer.js"}], ["omero_fpbioimage", "fpbioimage_index", {"supported_objects": ["image"], "script_url": "fpbioimage/openwith.js", "label": "FPBioimage"}], ["omero_iviewer", "omero_iviewer_index", {"supported_objects": ["images", "dataset", "well"], "script_url": "omero_iviewer/openwith.js", "label": "OMERO.iviewer"}]]
omero.web.viewer.view=omero_iviewer.views.index
My Diagnostics:
================================================================================
OMERO Diagnostics (admin) 5.4.9-ice36-b101
================================================================================
Commands: java -version 1.8.0 (/usr/bin/java)
Commands: python -V 2.7.12 (/home/omero/omerowebvenv/bin/python -- 2 others)
Commands: icegridnode --version 3.6.4 (/usr/bin/icegridnode)
Commands: icegridadmin --version 3.6.4 (/usr/bin/icegridadmin)
Commands: psql --version 9.6.10 (/usr/bin/psql)
Server: icegridnode running
Server: Blitz-0 active (pid = 7019, enabled)
Server: DropBox active (pid = 7054, enabled)
Server: FileServer active (pid = 7063, enabled)
Server: Indexer-0 active (pid = 7066, enabled)
Server: MonitorServer active (pid = 7068, enabled)
Server: OMERO.Glacier2 active (pid = 7140, enabled)
Server: OMERO.IceStorm active (pid = 7142, enabled)
Server: PixelData-0 active (pid = 7167, enabled)
Server: Processor-0 active (pid = 7184, enabled)
Server: Tables-0 active (pid = 7222, enabled)
Server: TestDropBox inactive (enabled)
Log dir: /home/omero/OMERO.server-5.4.9-ice36-b101/var/log exists
Log files: Blitz-0.log 21.0 MB errors=0 warnings=6
Log files: DropBox.log 3.0 KB errors=0 warnings=1
Log files: FileServer.log 0.0 KB
Log files: Indexer-0.log 17.0 KB
Log files: MonitorServer.log 2.0 KB
Log files: OMEROweb.lock 0.0 KB
Log files: OMEROweb.log 297.0 KB errors=0 warnings=3
Log files: PixelData-0.log 6.0 KB
Log files: Processor-0.log 332.0 KB
Log files: Tables-0.log 2.0 KB
Log files: TestDropBox.log n/a
Log files: master.err 3.0 KB errors=1 warnings=2
Log files: master.out 0.0 KB
Log files: Total size 22.43 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:OMERO_USERDIR=(unset)
Environment:OMERO_TMPDIR=(unset)
Environment:PATH=/home/omero/omerowebvenv/bin:/home/omero/bin:/home/omero/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin
Environment:PYTHONPATH=(unset)
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)
OMERO SSL port:4064
OMERO TCP port:4063
OMERO data dir:'/media/gsn/omero_data/' Exists? True Is writable? True
OMERO temp dir:'/home/omero/omero/tmp' Exists? True Is writable? True (Size: 1700749)
JVM settings: Blitz-${index} -Xmx1g -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions -XX:HeapDumpPath=/tmp
JVM settings: Indexer-${index} -Xmx1g -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions -XX:HeapDumpPath=/tmp
JVM settings: PixelData-${index} -Xmx1g -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions -XX:HeapDumpPath=/tmp
JVM settings: Repository-${index} -Xmx1g -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=1g -XX:+IgnoreUnrecognizedVMOptions -XX:HeapDumpPath=/tmp
~