Hi
I am trying to follow the procedure "Node in multiple hosts" outlined in
http://www.openmicroscopy.org/site/supp ... /grid.html
but when running the command "omero node omero-slave start" on the slave machine I get:
==========
Traceback (most recent call last):
File "C:\OMERO.server-5.1.3-ice34-b52\bin\\omero", line 125, in <module>
rv = omero.cli.argv()
File "C:\OMERO.server-5.1.3-ice34-b52\lib\python\omero\cli.py", line 1431, in
argv
cli.invoke(args[1:])
File "C:\OMERO.server-5.1.3-ice34-b52\lib\python\omero\cli.py", line 945, in i
nvoke
stop = self.onecmd(line, previous_args)
File "C:\OMERO.server-5.1.3-ice34-b52\lib\python\omero\cli.py", line 1022, in
onecmd
self.execute(line, previous_args)
File "C:\OMERO.server-5.1.3-ice34-b52\lib\python\omero\cli.py", line 1104, in
execute
args.func(args)
File "C:\OMERO.server-5.1.3-ice34-b52\lib\python\omero\plugins\node.py", line
55, in __call__
c(args)
File "C:\OMERO.server-5.1.3-ice34-b52\lib\python\omero\plugins\node.py", line
78, in start
command = command + ["--install", "OMERO."+args.node]
AttributeError: 'Namespace' object has no attribute 'node'
==========
My configuration is
==========
================================================================================
OMERO Diagnostics 5.1.3-ice34-b52
================================================================================
Commands: java -version 1.7.0 (C:\Windows\system32\java.E
XE)
Commands: python -V 2.6.6 (C:\Python26\python.EXE)
Commands: icegridnode --version 3.4.2 (C:\Program Files (x86)\Zer
oC\Ice-3.4.2\bin\x64\icegridnode.EXE)
Commands: icegridadmin --version 3.4.2 (C:\Program Files (x86)\Zer
oC\Ice-3.4.2\bin\x64\icegridadmin.EXE)
Commands: psql --version not found
Server: icegridnode not started
==========
Any idea greatly appreciated! Thanks
Thomas