Page 1 of 1

Install failure on osX 10.6.8 - omero admin start error

PostPosted: Fri Sep 02, 2011 3:50 pm
by altomelto
Hello

I'm trying to install omero server on osX 10.6.8 with Xcode 3.2.6. I can succesfully go through all the steps of the installation (with the minor issue of having to place ICE in the /opt/Ice-3.3 directory otherwise it does not get recognized).

Nonetheless when I execute bin/omero admin start I get the following prompt. Any clue about what can cause it?

Thanks in advance

Code: Select all
Traceback (most recent call last):
  File "bin/omero", line 123, in <module>
    rv = omero.cli.argv()
  File "/Users/altomelto/Desktop/omero/lib/python/omero/cli.py", line 1172, in argv
    cli.invoke(args[1:])
  File "/Users/altomelto/Desktop/omero/lib/python/omero/cli.py", line 722, in invoke
    stop = self.onecmd(line, previous_args)
  File "/Users/altomelto/Desktop/omero/lib/python/omero/cli.py", line 791, in onecmd
    self.execute(line, previous_args)
  File "/Users/altomelto/Desktop/omero/lib/python/omero/cli.py", line 871, in execute
    args.func(args)
  File "/Users/altomelto/Desktop/omero/lib/python/omero/plugins/prefs.py", line 67, in open_and_close_config
    return func(*args, **kwargs)
  File "/Users/altomelto/Desktop/omero/lib/python/omero/plugins/admin.py", line 416, in start
    self.startasync(args, config)
  File "/Users/altomelto/Desktop/omero/lib/python/omero/plugins/prefs.py", line 67, in open_and_close_config
    return func(*args, **kwargs)
  File "/Users/altomelto/Desktop/omero/lib/python/omero/plugins/admin.py", line 359, in startasync
    self.check_ice()
  File "/Users/altomelto/Desktop/omero/lib/python/omero/plugins/admin.py", line 860, in check_ice
    popen = self.ctx.popen(["icegridnode", "--version"])
  File "/Users/altomelto/Desktop/omero/lib/python/omero/cli.py", line 958, in popen
    return subprocess.Popen(args, env = env, cwd = self._cwd(cwd), stdout = stdout, stderr = stderr)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Re: Install failure on osX 10.6.8 - omero admin start error

PostPosted: Fri Sep 02, 2011 4:39 pm
by altomelto
Solved by adding the ICE directory to PATH, but I think the installation procedure is unclear in that regard, as it is not mentioned.

Re: Install failure on osX 10.6.8 - omero admin start error

PostPosted: Thu Sep 08, 2011 7:06 am
by jmoore
Thanks for the feedback. We'll correct this for the upcoming 4.3.2 release.

Cheers,
~Josh.