I installed OMERO-beta4.1.1 on a windows XP box (to c:\omero_dist)
and get a problem when trying to create and start the OMERO.master service from a console
- Code: Select all
c:\omero_dist>bin\omero admin start
Results in Messages:
No descriptor given. Using etc\grid\windefault.xml
[SC] CreateService SUCCESS
[SC] StartService FAILED 2:
Das System kann die angegebene Datei nicht finden
("System cannot find the file as defined ..." – my own translation to english ...
Having a look to the windows services console (OMERO.master), I find the
Path to the exe file as following:
- Code: Select all
icegridnode.exe "--Ice.Config=C:\omero_dist\etc\internal.cfg,C:\omero_dist\etc\master.cfg,C:\omero_dist\etc\Windows.cfg" --deploy "C:\omero_dist\etc\grid\windefault.xml" --service OMERO.master
But also, when I try to start the service from the servicesConsole, again it fails with ERROR 2 and a message appears the the file was not found.
Any ideas how to fix this?
Here below my own "research" up to now …
1:
I have done the whole installation including the "omero admin start" from an windows administrator account, hence there should not be any problems with file access privileges … (as to the omero_dist and omero binaries directories)
2a:
Both the PATH and PYTHONPATH env have been set appropriately, and the computer had been restarted subsequently …:
- Code: Select all
echo %Path%
...;C:\Ice-3.3.1\bin
echo %PYTHONPATH%
C:\omero_dist\lib\python;C:\Ice-3.3.1\python
2b:
From a console I can call from a deliberate directory (e.g. the omero_dist):
- Code: Select all
Icegridnode –Ice.Config=c:\omero_dist\etc\internal.cfg
hence the Path env is working properly
However the call results in an error
- Code: Select all
icegridnode: error: property `IceGrid.Node.Data' is not set
and aborts …
3:
The following call from console (working directory is omero_dist) succeeds to start the icegridnode process (of course not as a service …)
- Code: Select all
Icegridnode.exe "--Ice.Config=C:\omero_dist\etc\internal.cfg,C:\omero_dist\etc\master.cfg,C:\omero_dist\etc\Windows.cfg" --deploy "C:\omero_dist\etc\grid\windefault.xml"
Prerequisites installed
- PostgreSQL 8.3
JDK SE 6 (Update 21)
Ice-3.3.1-VC80
ActivePython-2.5.5.7-win32-x86
ADVthanksANCE for your help,
Walter