omero admin start fails
Posted: Wed Dec 06, 2017 4:15 pm
Hi,
I have followed the procedure https://docs.openmicroscopy.org/omero/5 ... ebrew.html till "Binary repository" and then followed https://docs.openmicroscopy.org/omero/5 ... yment.html to setup a lightweight server. I am using a pre-build server (OMERO.server-5.4.0-ice36-b74) downloaded from omero site on my Mac OS 10.11.6. When I run "omero admin start" it gives me popup asking for "Python to accept incoming network connections", which I allow but the command fails:
Below is the profile file containing the environment variables:
Any ideas how to fix this problem? Is there any log I could check to help point out the problem? Thanks
I have followed the procedure https://docs.openmicroscopy.org/omero/5 ... ebrew.html till "Binary repository" and then followed https://docs.openmicroscopy.org/omero/5 ... yment.html to setup a lightweight server. I am using a pre-build server (OMERO.server-5.4.0-ice36-b74) downloaded from omero site on my Mac OS 10.11.6. When I run "omero admin start" it gives me popup asking for "Python to accept incoming network connections", which I allow but the command fails:
- Code: Select all
(omero) NCATS-2003754-M:~ sajidmo$ omero admin start
No descriptor given. Using etc/grid/default.xml
Waiting on startup. Use CTRL-C to exit
.N............................
Failed to startup some components after 300 seconds
Calling "stop" on remaining components
Waiting on shutdown. Use CTRL-C to exit
Below is the profile file containing the environment variables:
- Code: Select all
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-9.0.1.jdk/Contents/Home
ANT_HOME=/Users/sajidmo/Downloads/apache-ant-1.10.1
export ANT_HOME
export JAVA_HOME
export PATH=${PATH}:${ANT_HOME}/bin
export LANG=en_US.UTF-8
export LANGUAGE=en_US:en
alias startVmOmero="source ~/Virtual/omero/bin/activate"
# Pre-built server…
export OMERO_SERVER=/Users/sajidmo/downloads/OMERO.server-5.4.0-ice36-b74
export PATH=${PATH}:${OMERO_SERVER}/bin
alias startPg='pg_ctl -D /opt/homebrew/var/postgres -l /opt/homebrew/var/postgres/server.log -w start'
alias stopPg='pg_ctl -D /opt/homebrew/var/postgres -l /opt/homebrew/var/postgres/server.log -w stop'
export PYTHONPATH=$PYTHONPATH:/Users/sajidmo/projects/omero-iviewer/plugin
Any ideas how to fix this problem? Is there any log I could check to help point out the problem? Thanks