Task #10937 (closed)
Opened 6 years ago
Closed 3 years ago
Bug: missing icegridadmin on ubuntu
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | Deployment | Version: | OMERO-5.2.0 |
| Keywords: | n.a. | Cc: | bpindelski, mtbcarroll, sbesson |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
If ice34-services is not installed on ubuntu, the following is shown during bin/omero admin restart:
jamoore@blue:/opt/ome1/dist$ bin/omero admin restart
Traceback (most recent call last):
File "bin/omero", line 125, in <module>
rv = omero.cli.argv()
File "/opt/ome1/dist/lib/python/omero/cli.py", line 1195, in argv
cli.invoke(args[1:])
File "/opt/ome1/dist/lib/python/omero/cli.py", line 745, in invoke
stop = self.onecmd(line, previous_args)
File "/opt/ome1/dist/lib/python/omero/cli.py", line 814, in onecmd
self.execute(line, previous_args)
File "/opt/ome1/dist/lib/python/omero/cli.py", line 894, in execute
args.func(args)
File "/opt/ome1/dist/lib/python/omero/plugins/prefs.py", line 68, in open_and_close_config
return func(*args, **kwargs)
File "/opt/ome1/dist/lib/python/omero/plugins/admin.py", line 514, in restart
if not self.stop(args, config):
File "/opt/ome1/dist/lib/python/omero/plugins/prefs.py", line 68, in open_and_close_config
return func(*args, **kwargs)
File "/opt/ome1/dist/lib/python/omero/plugins/admin.py", line 614, in stop
if not self.stopasync(args, config):
File "/opt/ome1/dist/lib/python/omero/plugins/prefs.py", line 68, in open_and_close_config
return func(*args, **kwargs)
File "/opt/ome1/dist/lib/python/omero/plugins/admin.py", line 587, in stopasync
if 0 != self.status(args, node_only=True):
File "/opt/ome1/dist/lib/python/omero/plugins/admin.py", line 475, in status
self.ctx.rv = self.ctx.popen(command).wait() # popen
File "/opt/ome1/dist/lib/python/omero/cli.py", line 981, in popen
return subprocess.Popen(args, env = env, cwd = self._cwd(cwd), stdout = stdout, stderr = stderr)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
jamoore@blue:/opt/ome1/dist$
Change History (1)
comment:1 Changed 3 years ago by sbesson
- Resolution set to fixed
- Status changed from new to closed
- Version set to OMERO-5.2.0
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Ubuntu package dependencies should be listed in https://github.com/ome/omero-install/blob/develop/linux/step01_ubuntu1404_deps.sh (including ice-services).