- solved -OMERO 4.1.1 on Ubuntu Linux 9.10
Posted: Sun Feb 21, 2010 12:00 pm
Hi everyone,
first sorry for my bad english ...
i have problems with omero and Ubuntu Linux 9.10.
I have installed the following packages:
- Ubuntu 9.10 Server i386 minimal installation with openssh-server
- ICE -> zeroc-ice, python-zero-ice, ice33-services
- JAVA -> sun-java6-bin, sun-java6-jre
- Python 2.6.4 from the baseinstallation
- Postgresql 8.4
- Matplot python-matplotlib
I setup the Postgresql and "omero config set ..." without errors.
i cant start the omero Server
master.err
This is from the Processor-0.log
At this Point i nead help ...
I change the Topic to "- solved -"
first sorry for my bad english ...
i have problems with omero and Ubuntu Linux 9.10.
I have installed the following packages:
- Ubuntu 9.10 Server i386 minimal installation with openssh-server
- ICE -> zeroc-ice, python-zero-ice, ice33-services
- JAVA -> sun-java6-bin, sun-java6-jre
- Python 2.6.4 from the baseinstallation
- Postgresql 8.4
- Matplot python-matplotlib
I setup the Postgresql and "omero config set ..." without errors.
i cant start the omero Server
- Code: Select all
omero@omero-server:~/omero_dist$ bin/omero admin start
No descriptor given. Using etc/grid/default.xml
Waiting on startup. Use CTRL-C to exit
.............................Failed to startup after 5 minutes
master.err
- Code: Select all
Traceback (most recent call last):
File "lib/python/runTables.py", line 13, in <module>
__import__("tables")
ImportError: No module named tables
21.02.2010 12:40:07 java.util.prefs.FileSystemPreferences$7 run
WARNUNG: Prefs file removed in background /etc/.java/.systemPrefs/prefs.xml
21.02.2010 12:40:08 java.util.prefs.FileSystemPreferences$7 run
WARNUNG: Prefs file removed in background /etc/.java/.systemPrefs/prefs.xml
02/21/10 12:40:23.109 OMERO.Glacier2: warning: unable to contact permissions verifier `BlitzVerifier@BlitzAdapters'
Reference.cpp:1546: Ice::NoEndpointException:
no suitable endpoint available for proxy `BlitzVerifier -t @ BlitzAdapters'
02/21/10 12:40:23.112 OMERO.Glacier2: warning: unable to contact session manager `BlitzManager@BlitzAdapters'
Reference.cpp:1546: Ice::NoEndpointException:
no suitable endpoint available for proxy `BlitzManager -t @ BlitzAdapters'
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
This is from the Processor-0.log
- Code: Select all
2010-02-21 12:54:51,390 INFO [ omero.util.Server] (MainThread) Starting
2010-02-21 12:54:51,394 INFO [ omero.util.Resources] (Thread-2 ) Starting
2010-02-21 12:54:51,400 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2010-02-21 12:55:01,411 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2010-02-21 12:55:11,426 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2010-02-21 12:55:21,438 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2010-02-21 12:55:31,449 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2010-02-21 12:55:41,461 INFO [ omero.utils] (MainThread) Failed to get session on attempt 6
2010-02-21 12:55:51,468 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2010-02-21 12:55:51,470 ERROR [ omero.util.Server] (MainThread) Failed initialization
Traceback (most recent call last):
File "/opt/omero/omero_dist/lib/python/omero/util/__init__.py", line 350, in run
self.impl = self.impl_class(ctx)
File "/opt/omero/omero_dist/lib/python/omero/processor.py", line 546, in __init__
omero.util.Servant.__init__(self, ctx, needs_session = True)
File "/opt/omero/omero_dist/lib/python/omero/util/__init__.py", line 417, in __init__
self.ctx.newSession()
File "/opt/omero/omero_dist/lib/python/omero/util/__init__.py", line 231, in newSession
self.session = internal_service_factory(self.communicator, stop_event = self.stop_event)
File "/opt/omero/omero_dist/lib/python/omero/util/__init__.py", line 150, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2010-02-21 12:55:51,477 INFO [ omero.util.Server] (MainThread) Cleanup
2010-02-21 12:55:51,479 INFO [ omero.util.Server] (MainThread) Stopped
2010-02-21 12:55:51,492 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2010-02-21 12:55:51,494 INFO [ omero.processor.ProcessorI] (MainThread) Cleaning up
2010-02-21 12:55:51,496 INFO [ omero.util.Resources] (MainThread) Cleanup done
2010-02-21 12:55:51,497 INFO [ omero.processor.ProcessorI] (MainThread) Done
2010-02-21 12:55:51,499 WARNI [ stderr] (MainThread) Traceback (most recent call last):
2010-02-21 12:55:51,501 WARNI [ stderr] (MainThread) File "/usr/lib/pymodules/python2.6/Ice.py", line 766, in main
2010-02-21 12:55:51,517 WARNI [ stderr] (MainThread) status = self.run(args)
2010-02-21 12:55:51,519 WARNI [ stderr] (MainThread) File "/opt/omero/omero_dist/lib/python/omero/util/__init__.py", line 354, in run
2010-02-21 12:55:51,521 WARNI [ stderr] (MainThread) sys.exit(100)
2010-02-21 12:55:51,523 WARNI [ stderr] (MainThread) SystemExit: 100
2010-02-21 12:55:51,539 INFO [ omero.util.Resources] (Thread-2 ) Halted
2010-02-21 12:55:53,439 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2010-02-21 12:55:53,440 INFO [ omero.util.Server] (MainThread) Starting
2010-02-21 12:55:53,444 INFO [ omero.util.Resources] (Thread-2 ) Starting
At this Point i nead help ...
I change the Topic to "- solved -"