Omero server not starting
Posted: Fri Sep 06, 2013 2:35 pm
I'm installing Omero on a Windows 7 box, and after configuring all the software, when I start the server (bin\omero admin start) it comes back with the message "Failed to startup some components after 300 seconds".
So, I then run the diagnostic (bin\omero admin diagnostics) and I get the following:
I've been looking through the logs and in the Blitz-0.log file there's a FATAL message about ome.services.util.DBPatchCheck - "Error connecting to the database table dbpatch. You may need to bootstrap. See http://www.openmicroscopy.org/site/supp ... er/upgrade. Looking at the site I'm not able to find out why this is happening.
Does anyone have any suggestions? I've check around the forum with other issues of the server not starting, but nothing was really close to the issue I'm having.
Thanks!
- Code: Select all
C:\OMERO.server>bin\omero admin start
No descriptor given. Using etc\grid\windefault.xml
Installing OMERO.master Windows service.
Successfully installed OMERO.master Windows service.
Starting OMERO.master Windows service.
Waiting on startup. Use CTRL-C to exit
.............................
Failed to startup some components after 300 seconds
Calling "stop" on remaining components
OMERO.master service deleted.
Waiting on shutdown. Use CTRL-C to exit
......
So, I then run the diagnostic (bin\omero admin diagnostics) and I get the following:
- Code: Select all
c:\OMERO.server>bin\omero admin diagnostics
================================================================================
OMERO Diagnostics 4.4.8p1-ice34-b304
================================================================================
Commands: java -version 1.7.0 (C:\Windows\system32\java.EXE)
Commands: python -V 2.6.6 (C:\Python26\python.EXE)
Commands: icegridnode --version 3.4.2 (C:\Ice-3.4.2\bin\icegridnode.EXE -- 2 others)
Commands: icegridadmin --version 3.4.2 (C:\Ice-3.4.2\bin\icegridadmin.EXE -- 2 others)
Commands: psql --version 9.2.4 (C:\Program Files (x86)\PostgreSQL\9.2\bin\psql.EXE)
Server: icegridnode not started
Cannot list deployed applications.
Log dir: c:\OMERO.server\var\log exists
Log files: Blitz-0.log 156.0 KB errors=21 warnings=0
Log files: DropBox.log 10.0 KB errors=14 warnings=7
Log files: FileServer.log 2.0 KB
Log files: Indexer-0.log 169.0 KB errors=21 warnings=0
Log files: MonitorServer.log 2.0 KB
Log files: OMEROweb.log n/a
Log files: PixelData-0.log 169.0 KB errors=21 warnings=0
Log files: Processor-0.log 104.0 KB errors=28 warnings=56
Log files: Tables-0.log n/a
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.62 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:PATH=C:\Python26;C:\Python26\Lib\site-packages\PyQt4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem
;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Lenovo;C:\Python26;C:\Python26\DLLs;C:\
Python26\Scripts;C:\Python26\gnuplot\bin;C:\Python26\Lib\site-packages\vtk;C:\Program Files (x86)\pythonxy\console;C:\Pr
ogram Files (x86)\pythonxy\SciTE-2.26;C:\Program Files (x86)\pythonxy\mingw\bin;C:\Ice-3.4.2\bin;C:\Python26;C:\Python26
\Lib\site-packages\PyQt4;C:\Windows\System32;C:\Ice-3.4.2\bin\x64;C:\Ice-3.4.2\bin;C:\Program Files (x86)\PostgreSQL\9.2
\bin
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)
OMERO data dir: 'C:\\OMERO' Exists? True Is writable? True
OMERO.web status... [NOT STARTED]
I've been looking through the logs and in the Blitz-0.log file there's a FATAL message about ome.services.util.DBPatchCheck - "Error connecting to the database table dbpatch. You may need to bootstrap. See http://www.openmicroscopy.org/site/supp ... er/upgrade. Looking at the site I'm not able to find out why this is happening.
Does anyone have any suggestions? I've check around the forum with other issues of the server not starting, but nothing was really close to the issue I'm having.
Thanks!