My omero install has been up and running for a bit, but I am just now starting to load it with image data. I have not noticed any obvious issues, but I am seeing quite a few errors in my Blitz log. Hopefully someone can let me know if I am missing a big problem somewhere. Here is my diagnostics:
- Code: Select all
================================================================================
OMERO Diagnostics 5.0.5-ice35-b47
================================================================================
Commands: java -version 1.7.0 (/usr/bin/java)
Commands: python -V 2.6.6 (/usr/bin/python)
Commands: icegridnode --version 3.5.1 (/usr/bin/icegridnode)
Commands: icegridadmin --version 3.5.1 (/usr/bin/icegridadmin)
Commands: psql --version 9.3.5 (/usr/bin/psql)
Server: icegridnode running
Server: Blitz-0 active (pid = 26131, enabled)
Server: DropBox active (pid = 26149, enabled)
Server: FileServer active (pid = 26168, enabled)
Server: Indexer-0 active (pid = 26150, enabled)
Server: MonitorServer active (pid = 26184, enabled)
Server: OMERO.Glacier2 active (pid = 26151, enabled)
Server: OMERO.IceStorm active (pid = 26185, enabled)
Server: PixelData-0 active (pid = 26154, enabled)
Server: Processor-0 active (pid = 26173, enabled)
Server: Tables-0 active (pid = 26158, enabled)
Server: TestDropBox inactive (enabled)
OMERO: SSL port 4064
OMERO: TCP port 4063
Log dir: /home/omero/OMERO.server-5.0.5-ice35-b47/var/log exists
Log files: Blitz-0.log 140.0 MB errors=601 warnings=3780
Log files: DropBox.log 30.0 KB errors=0 warnings=11
Log files: FileServer.log 3.0 KB
Log files: Indexer-0.log 946.0 KB errors=25 warnings=0
Log files: MonitorServer.log 16.0 KB
Log files: OMEROweb.log 762.0 KB errors=1 warnings=4
Log files: OMEROweb_request.log 0.0 KB errors=0 warnings=4
Log files: PixelData-0.log 482.0 KB errors=22 warnings=0
Log files: Processor-0.log 22.0 KB errors=0 warnings=8
Log files: Tables-0.log 21.0 KB errors=0 warnings=7
Log files: TestDropBox.log n/a
Log files: master.err 5.0 KB errors=0 warnings=4
Log files: master.out 0.0 KB
Log files: Total size 142.45 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:OMERO_TEMPDIR=(unset)
Environment:PATH=/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Environment:PYTHONPATH=(unset)
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)
OMERO data dir: '/OMERO' Exists? True Is writable? True
OMERO temp dir: '/home/omero/omero/tmp' Exists? True Is writable? True (Size: 0)
OMERO.web status... [RUNNING] (PID 26446)
And here are some of the errors I see repeated in Blitz:
- Code: Select all
2014-10-28 16:56:55,545 ERROR [ omero.cmd.SessionI] (2-thread-1) Error destroying servant: a9380702-33a3-4751-af48-8bb1155c4a85omero.api.RawFileStore=ome.services.blitz.impl.RawFileStoreI$OpsDelegate@4a030524
2014-10-28 16:56:55,547 ERROR [o.s.blitz.impl.RawFileStoreI$OpsDelegate] (2-thread-1) Error on close, stage1
I have checked the errors in my other logs and they seem to be from an unrelated, older date when my NFS was unmounted for a bit. Any insight into the Blitz errors would be greatly appreciated.
Thanks!
Blair