I have installed OMERO on Ubuntu 10.04 LTS server following the Ubuntu tutorial in the sticky on this forum.
When I tried to login to OMERO.web as root (the only user created during install) I am getting "Error: Server is not responding, please contact administrator."
I tried to figure out what is going on, looked online, then went to terminal and tried to restart OMERO from console:
- Code: Select all
omero> admin restart
Waiting on shutdown. Use CTRL-C to exit
......No descriptor given. Using etc/grid/default.xml
Waiting on startup. Use CTRL-C to exit
.............................
Failed to startup some components after 5 minutes
Calling "stop" on remaining components
Waiting on shutdown. Use CTRL-C to exit
......omero> admin diagnostics
===================================================================
OMERO Diagnostics 4.4.3-ice34-b5
===================================================================
Commands: java -version 1.6.0 (/usr/bin/java
Commands: python -V 2.6.5 (/usr/bin/pyth
Commands: icegridnode --version 3.4.2 (/usr/bin/iceg
Commands: icegridadmin --version 3.4.2 (/usr/bin/iceg
Commands: psql --version 8.4.13 (/usr/bin/psql
Server: icegridnode not started
Log dir: /home/omero/OMERO.server-4.4.3-ice34-b5/var/log exists
Log files: Blitz-0.log 0.0 KB
Log files: DropBox.log 5.0 KB errors=8
Log files: FileServer.log 0.0 KB
Log files: Indexer-0.log 54.0 KB errors=1
Log files: MonitorServer.log 0.0 KB
Log files: OMEROweb.log 23.0 KB errors=24
Log files: OMEROweb_request.log 0.0 KB
Log files: PixelData-0.log 0.0 KB
Log files: Processor-0.log 63.0 KB errors=18
Log files: Tables-0.log 132.0 KB errors=35
Log files: TestDropBox.log n/a
Log files: master.err 2.0 KB
Log files: master.out 0.0 KB
Log files: Total size 0.29 MB
Environment:OMERO_HOME=(unset)
Environment:OMERO_NODE=(unset)
Environment:OMERO_MASTER=(unset)
Environment:PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:
Environment:ICE_HOME=(unset)
Environment:LD_LIBRARY_PATH=(unset)
Environment:DYLD_LIBRARY_PATH=(unset)
OMERO data dir: '/OMERO' Exists? True Is writable? True
OMERO.web status... [RUNNING] (PID 17782)
omero> quit
omero@urpad:~/OMERO.server-4.4.3-ice34-b5$ mc
As you can see after 5 minutes it gives up and tries (and succeeds) to stop all other OMERO services which means nothing is running (checked using #top). I spent hours trying to make some sense from log files but this being my first day I failed at understanding them
Can someone please have a look and possibly help me out? It would really help me a lot.
Here are excerpts from log files:
Processor-0.log
- Code: Select all
2012-09-12 07:50:12,756 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:50:12,756 INFO [ omero.util.Server] (MainThread) Waiting 10000 ms on startup
2012-09-12 07:50:22,756 INFO [ omero.util.Server] (MainThread) Starting
2012-09-12 07:50:22,759 INFO [ omero.util.Resources] (Thread-2 ) Starting
2012-09-12 07:51:08,859 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2012-09-12 07:51:18,860 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2012-09-12 07:51:28,862 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2012-09-12 07:51:38,863 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2012-09-12 07:51:48,865 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2012-09-12 07:51:58,867 INFO [ omero.utils] (MainThread) Failed to get session on attempt 6
2012-09-12 07:52:08,867 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:52:08,868 ERROR [ omero.util.Server] (MainThread) Failed initialization
Traceback (most recent call last):
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 436, in run
self.impl = self.impl_class(ctx)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/processor.py", line 662, in __init__
omero.util.Servant.__init__(self, ctx, needs_session = needs_session)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 513, in __init__
self.ctx.newSession()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 290, in newSession
self.session = internal_service_factory(self.communicator, stop_event = self.stop_event)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:52:08,950 INFO [ omero.util.Server] (MainThread) Cleanup
2012-09-12 07:52:08,950 INFO [ omero.util.Server] (MainThread) Stopped
2012-09-12 07:52:08,951 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:52:08,951 INFO [ omero.processor.ProcessorI] (MainThread) Cleaning up
2012-09-12 07:52:08,951 INFO [ omero.processor.ProcessorI] (MainThread) Done
2012-09-12 07:52:08,952 WARNI [ stderr] (MainThread) 2012-09-12 07:52:08.952122 Processor-0: error: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/Ice.py", line 984, in main
status = self.doMain(args, initData)
File "/usr/lib/pymodules/python2.6/Ice.py", line 1031, in doMain
return self.run(args)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 440, in run
sys.exit(100)
SystemExit: 100
2012-09-12 07:52:08,952 INFO [ omero.util.Resources] (Thread-2 ) Halted
2012-09-12 07:52:11,652 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:52:11,652 INFO [ omero.util.Server] (MainThread) Waiting 10000 ms on startup
2012-09-12 07:52:21,652 INFO [ omero.util.Server] (MainThread) Starting
2012-09-12 07:52:21,655 INFO [ omero.util.Resources] (Thread-2 ) Starting
2012-09-12 07:52:21,657 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2012-09-12 07:52:31,658 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2012-09-12 07:52:41,660 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2012-09-12 07:52:51,661 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2012-09-12 07:53:01,663 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2012-09-12 07:53:11,664 INFO [ omero.utils] (MainThread) Failed to get session on attempt 6
2012-09-12 07:53:21,665 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:53:21,665 ERROR [ omero.util.Server] (MainThread) Failed initialization
Traceback (most recent call last):
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 436, in run
self.impl = self.impl_class(ctx)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/processor.py", line 662, in __init__
omero.util.Servant.__init__(self, ctx, needs_session = needs_session)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 513, in __init__
self.ctx.newSession()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 290, in newSession
self.session = internal_service_factory(self.communicator, stop_event = self.stop_event)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:53:21,666 INFO [ omero.util.Server] (MainThread) Cleanup
2012-09-12 07:53:21,666 INFO [ omero.util.Server] (MainThread) Stopped
2012-09-12 07:53:21,666 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:53:21,666 INFO [ omero.processor.ProcessorI] (MainThread) Cleaning up
2012-09-12 07:53:21,666 INFO [ omero.processor.ProcessorI] (MainThread) Done
2012-09-12 07:53:21,666 WARNI [ stderr] (MainThread) 2012-09-12 07:53:21.666938 Processor-0: error: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/Ice.py", line 984, in main
status = self.doMain(args, initData)
File "/usr/lib/pymodules/python2.6/Ice.py", line 1031, in doMain
return self.run(args)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 440, in run
sys.exit(100)
SystemExit: 100
2012-09-12 07:53:21,750 INFO [ omero.util.Resources] (Thread-2 ) Halted
2012-09-12 07:53:24,359 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:53:24,359 INFO [ omero.util.Server] (MainThread) Waiting 10000 ms on startup
2012-09-12 07:53:34,359 INFO [ omero.util.Server] (MainThread) Starting
2012-09-12 07:53:34,362 INFO [ omero.util.Resources] (Thread-2 ) Starting
2012-09-12 07:53:34,364 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2012-09-12 07:53:44,365 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2012-09-12 07:53:54,450 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2012-09-12 07:54:04,452 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2012-09-12 07:54:14,453 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2012-09-12 07:54:24,455 INFO [ omero.utils] (MainThread) Failed to get session on attempt 6
2012-09-12 07:54:34,455 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:54:34,456 ERROR [ omero.util.Server] (MainThread) Failed initialization
Traceback (most recent call last):
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 436, in run
self.impl = self.impl_class(ctx)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/processor.py", line 662, in __init__
omero.util.Servant.__init__(self, ctx, needs_session = needs_session)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 513, in __init__
self.ctx.newSession()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 290, in newSession
self.session = internal_service_factory(self.communicator, stop_event = self.stop_event)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:54:34,456 INFO [ omero.util.Server] (MainThread) Cleanup
2012-09-12 07:54:34,457 INFO [ omero.util.Server] (MainThread) Stopped
2012-09-12 07:54:34,457 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:54:34,457 INFO [ omero.processor.ProcessorI] (MainThread) Cleaning up
2012-09-12 07:54:34,457 INFO [ omero.processor.ProcessorI] (MainThread) Done
2012-09-12 07:54:34,458 INFO [ omero.util.Resources] (Thread-2 ) Halted
2012-09-12 07:54:34,458 WARNI [ stderr] (MainThread) 2012-09-12 07:54:34.458696 Processor-0: error: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/Ice.py", line 984, in main
status = self.doMain(args, initData)
File "/usr/lib/pymodules/python2.6/Ice.py", line 1031, in doMain
return self.run(args)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 440, in run
sys.exit(100)
SystemExit: 100
2012-09-12 07:54:37,162 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:54:37,163 INFO [ omero.util.Server] (MainThread) Waiting 10000 ms on startup
2012-09-12 07:54:47,163 INFO [ omero.util.Server] (MainThread) Starting
2012-09-12 07:54:47,166 INFO [ omero.util.Resources] (Thread-2 ) Starting
2012-09-12 07:54:47,251 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2012-09-12 07:54:57,252 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2012-09-12 07:55:07,254 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2012-09-12 07:55:17,255 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2012-09-12 07:55:27,257 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2012-09-12 07:55:37,258 INFO [ omero.utils] (MainThread) Failed to get session on attempt 6
2012-09-12 07:55:47,259 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:55:47,259 ERROR [ omero.util.Server] (MainThread) Failed initialization
Traceback (most recent call last):
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 436, in run
self.impl = self.impl_class(ctx)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/processor.py", line 662, in __init__
omero.util.Servant.__init__(self, ctx, needs_session = needs_session)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 513, in __init__
self.ctx.newSession()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 290, in newSession
self.session = internal_service_factory(self.communicator, stop_event = self.stop_event)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:55:47,259 INFO [ omero.util.Server] (MainThread) Cleanup
2012-09-12 07:55:47,259 INFO [ omero.util.Server] (MainThread) Stopped
2012-09-12 07:55:47,259 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:55:47,260 INFO [ omero.processor.ProcessorI] (MainThread) Cleaning up
2012-09-12 07:55:47,260 INFO [ omero.processor.ProcessorI] (MainThread) Done
2012-09-12 07:55:47,260 WARNI [ stderr] (MainThread) 2012-09-12 07:55:47.260787 Processor-0: error: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/Ice.py", line 984, in main
status = self.doMain(args, initData)
File "/usr/lib/pymodules/python2.6/Ice.py", line 1031, in doMain
return self.run(args)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 440, in run
sys.exit(100)
SystemExit: 100
2012-09-12 07:55:47,350 INFO [ omero.util.Resources] (Thread-2 ) Halted
2012-09-12 07:55:50,052 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:55:50,052 INFO [ omero.util.Server] (MainThread) Waiting 10000 ms on startup
2012-09-12 07:56:00,052 INFO [ omero.util.Server] (MainThread) Starting
2012-09-12 07:56:00,055 INFO [ omero.util.Resources] (Thread-2 ) Starting
2012-09-12 07:56:00,057 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2012-09-12 07:56:10,059 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2012-09-12 07:56:20,060 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2012-09-12 07:56:30,061 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2012-09-12 07:56:40,063 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2012-09-12 07:56:50,064 INFO [ omero.utils] (MainThread) Failed to get session on attempt 6
2012-09-12 07:57:00,064 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:57:00,065 ERROR [ omero.util.Server] (MainThread) Failed initialization
Traceback (most recent call last):
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 436, in run
self.impl = self.impl_class(ctx)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/processor.py", line 662, in __init__
omero.util.Servant.__init__(self, ctx, needs_session = needs_session)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 513, in __init__
self.ctx.newSession()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 290, in newSession
self.session = internal_service_factory(self.communicator, stop_event = self.stop_event)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:57:00,065 INFO [ omero.util.Server] (MainThread) Cleanup
2012-09-12 07:57:00,065 INFO [ omero.util.Server] (MainThread) Stopped
2012-09-12 07:57:00,065 INFO [ omero.util.Server] (MainThread) ********************************************************************************
2012-09-12 07:57:00,065 INFO [ omero.processor.ProcessorI] (MainThread) Cleaning up
2012-09-12 07:57:00,066 INFO [ omero.processor.ProcessorI] (MainThread) Done
2012-09-12 07:57:00,066 WARNI [ stderr] (MainThread) 2012-09-12 07:57:00.066359 Processor-0: error: Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/Ice.py", line 984, in main
status = self.doMain(args, initData)
File "/usr/lib/pymodules/python2.6/Ice.py", line 1031, in doMain
return self.run(args)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 440, in run
sys.exit(100)
SystemExit: 100
2012-09-12 07:57:00,070 INFO [ omero.util.Resources] (Thread-2 ) Halted
master.err
- Code: Select all
-! 09/12/12 07:50:08.733 icegridnode: warning: couldn't reach the IceGrid registry (this is expected if it's down, otherwise please check the value of the Ice.Default.Locator property):
Outgoing.cpp:226: Ice::TimeoutException:
timeout while sending or receiving data
-! 09/12/12 07:51:08.859 OMERO.Glacier2: warning: unable to contact permissions verifier `BlitzVerifier@BlitzAdapters'
Reference.cpp:1566: Ice::NoEndpointException:
no suitable endpoint available for proxy `BlitzVerifier -t @ BlitzAdapters'
-! 09/12/12 07:51:08.860 OMERO.Glacier2: warning: unable to contact session manager `BlitzManager@BlitzAdapters'
Reference.cpp:1566: Ice::NoEndpointException:
no suitable endpoint available for proxy `BlitzManager -t @ BlitzAdapters'
DropBox.log
- Code: Select all
2012-09-12 07:51:08,860 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2012-09-12 07:51:11,861 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2012-09-12 07:51:14,863 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2012-09-12 07:51:17,864 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2012-09-12 07:51:20,951 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2012-09-12 07:51:23,951 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:51:23,951 ERROR [ fsclient.DropBox] (MainThread) Failed to get Session:
Traceback (most recent call last):
File "lib/python/fsDropBox.py", line 85, in run
retries=self.maxRetries, interval=self.retryInterval)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:51:23,952 ERROR [ fsclient.DropBox] (MainThread) Quitting
2012-09-12 07:51:23,953 INFO [ fsclient.DropBox] (MainThread) Exiting with exit code: -1
2012-09-12 07:51:26,360 INFO [ omero.utils] (MainThread) Failed to get session on attempt 1
2012-09-12 07:51:29,361 INFO [ omero.utils] (MainThread) Failed to get session on attempt 2
2012-09-12 07:51:32,363 INFO [ omero.utils] (MainThread) Failed to get session on attempt 3
2012-09-12 07:51:35,364 INFO [ omero.utils] (MainThread) Failed to get session on attempt 4
2012-09-12 07:51:38,365 INFO [ omero.utils] (MainThread) Failed to get session on attempt 5
2012-09-12 07:51:41,366 WARNI [ omero.utils] (MainThread) Reason: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:51:41,366 ERROR [ fsclient.DropBox] (MainThread) Failed to get Session:
Traceback (most recent call last):
File "lib/python/fsDropBox.py", line 85, in run
retries=self.maxRetries, interval=self.retryInterval)
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/util/__init__.py", line 193, in internal_service_factory
raise excpt
NoEndpointException: exception ::Ice::NoEndpointException
{
proxy = BlitzManager -t @ BlitzAdapters
}
2012-09-12 07:51:41,367 ERROR [ fsclient.DropBox] (MainThread) Quitting
2012-09-12 07:51:41,451 INFO [ fsclient.DropBox] (MainThread) Exiting with exit code: -1
OMEROweb.log
- Code: Select all
2012-09-12 04:29:59,364 INFO [ omero.gateway] (proc.17787) connect:1714 Failed to create session.
2012-09-12 04:29:59,366 INFO [ omeroweb.webadmin.webadmin_utils] (proc.17787) getGuestConnection:18 Have connection as Guest
2012-09-12 04:29:59,366 ERROR [ omeroweb.webadmin.webadmin_utils] (proc.17787) _checkVersion:42 Traceback (most recent call last):
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omeroweb/webadmin/webadmin_utils.py", line 30, in _checkVersion
agent = conn.getServerVersion()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omeroweb/webclient/webclient_gateway.py", line 310, in getServerVersion
conf = self.getConfigService()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/gateway/__init__.py", line 2057, in getConfigService
return self._proxies['config']
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/gateway/__init__.py", line 1215, in __getitem__
raise Ice.ConnectionLostException
ConnectionLostException: Ice.ConnectionLostException:
recv() returned zero
2012-09-12 04:29:59,462 INFO [ omero.gateway] (proc.17787) connect:1714 Failed to create session.
2012-09-12 04:29:59,463 INFO [ omeroweb.webadmin.webadmin_utils] (proc.17787) getGuestConnection:18 Have connection as Guest
2012-09-12 04:29:59,463 ERROR [ omeroweb.webadmin.webadmin_utils] (proc.17787) _isServerOn:52 Traceback (most recent call last):
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omeroweb/webadmin/webadmin_utils.py", line 49, in _isServerOn
conn.getServerVersion()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omeroweb/webclient/webclient_gateway.py", line 310, in getServerVersion
conf = self.getConfigService()
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/gateway/__init__.py", line 2057, in getConfigService
return self._proxies['config']
File "/home/omero/OMERO.server-4.4.3-ice34-b5/lib/python/omero/gateway/__init__.py", line 1215, in __getitem__
raise Ice.ConnectionLostException
ConnectionLostException: Ice.ConnectionLostException:
recv() returned zero
Could anyone point me in the right direction as to what am I doing wrong? This is my first time with OMERO and I would really like to get it running so I can start fiddling with it and start understanding it much more. Thanks in advance for any help.