I just finished the majority of an installation on my production VM -- discussed previously here. I am running CentOS 6.5 with OMERO 5.0.3. I believe that I have everything started; however, I am not able to access the webpage. When I have the nginx default.conf in the conf.d directory, I get a nice default nginx page; however, I get nothing when I moved default.conf elsewhere and replaced it with an omeronginx.conf file generated with:
- Code: Select all
$ bin/omero web config nginx --system > omeronginx.conf
I'm not quite sure where to begin hunting for problems, so I was hoping to get some insight from the forum. Here is my diagnostics output:
- Code: Select all
===============================================================================
OMERO Diagnostics 5.0.3-ice34-b41
================================================================================
Commands: java -version 1.7.0 (/usr/bin/java)
Commands: python -V 2.6.6 (/usr/bin/python)
Commands: icegridnode --version 3.4.2 (/usr/bin/icegridnode)
Commands: icegridadmin --version 3.4.2 (/usr/bin/icegridadmin)
Commands: psql --version 8.4.20 (/usr/bin/psql)
Server: icegridnode running
Server: Blitz-0 active (pid = 23922, enabled)
Server: DropBox active (pid = 23940, enabled)
Server: FileServer active (pid = 23941, enabled)
Server: Indexer-0 active (pid = 23943, enabled)
Server: MonitorServer active (pid = 23944, enabled)
Server: OMERO.Glacier2 active (pid = 23947, enabled)
Server: OMERO.IceStorm active (pid = 23956, enabled)
Server: PixelData-0 active (pid = 23957, enabled)
Server: Processor-0 active (pid = 23980, enabled)
Server: Tables-0 active (pid = 23981, enabled)
Server: TestDropBox inactive (enabled)
OMERO: SSL port 4064
OMERO: TCP port 4063
Log dir: /home/tech/omero/OMERO.server-5.0.3-ice34-b41/var/log exists
Log files: Blitz-0.log 419.0 KB errors=4 warnings=0
Log files: DropBox.log 9.0 KB errors=0 warnings=3
Log files: FileServer.log 1.0 KB
Log files: Indexer-0.log 82.0 KB errors=4 warnings=0
Log files: MonitorServer.log 5.0 KB
Log files: OMEROweb.log 0.0 KB
Log files: OMEROweb_request.log 0.0 KB
Log files: PixelData-0.log 84.0 KB errors=4 warnings=0
Log files: Processor-0.log 6.0 KB errors=0 warnings=2
Log files: Tables-0.log 6.0 KB errors=0 warnings=3
Log files: TestDropBox.log n/a
Log files: master.err 0.0 KB
Log files: master.out 0.0 KB
Log files: Total size 0.61 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:OMERO_TEMPDIR=/home/tech/omero/OMERO.server/tmp
Environment:PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/tech/omero/OMERO.server/bin:/home/tech/bin:/home/tech/omero/OMERO.server/bin:/home/tech/omero/OMERO.server/bin:/root/omero/OMERO.server/bin:/home/tech/omero/OMERO.server/bin
Environment:PYTHONPATH=/usr/lib/python2.6:/usr/lib/python2.6:/usr/lib/python2.6:/usr/lib/python2.6:/usr/lib/python2.6:
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=/usr/share/java:/usr/lib:/usr/share/java:/usr/lib:
Environment:DYLD_LIBRARY_PATH=(unset)
OMERO data dir: '/OMERO' Exists? True Is writable? True
OMERO temp dir: '/home/tech/omero/OMERO.server/tmp/omero/tmp' Exists? True Is writable? True (Size: 0)
OMERO.web status... [RUNNING] (PID 24442)
A quick word about the documentation: I found the OMERO.web deployment page to be a bit on the confusing side -- not because of the terminology, but because of the brevity in some sections. I realize that it is beyond the scope of the documentation to provide detailed instructions for software like nginx, but I would certainly benefit from additional development of some sections.
Thanks!
Blair