new server issues
Posted: Mon Aug 22, 2011 2:53 pm
we've been having some issues with the new server, both when accessing it from the webclient and when logging onto it as the omero user.
1. can multiple people be logged on to the webclient using the same username and password? this works on our server here (omepslid), but we've had issues where the list of datasets won't load or functionality we've programmed won't work unless only one person is logged on at a time.
2. when using omero shell from the command line, i'm unable to exit using Ctrl-D; i have to quit the terminal. i tried restarting the server and the web (using omero admin stop/start and omero web stop/start), but am still having the same issue.
3. BK found the following error in the OMERO.web log:
1. can multiple people be logged on to the webclient using the same username and password? this works on our server here (omepslid), but we've had issues where the list of datasets won't load or functionality we've programmed won't work unless only one person is logged on at a time.
2. when using omero shell from the command line, i'm unable to exit using Ctrl-D; i have to quit the terminal. i tried restarting the server and the web (using omero admin stop/start and omero web stop/start), but am still having the same issue.
3. BK found the following error in the OMERO.web log:
- Code: Select all
Mon, 22 Aug 2011 15:16:07 blitz_gateway WARNING Traceback (most recent call
last):
File
"/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/gateway/__init__.py",
line 1011, in _closeSession
self.c.killSession()
File "/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/clients.py",
line 760, in killSession
s.uuid = omero.rtypes.rstring(self.getSessionId())
File "/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/clients.py",
line 346, in getSessionId
return self.getSession().ice_getIdentity().name
File "/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/clients.py",
line 335, in getSession
raise omero.ClientError("No session available")
ClientError: No session available
Mon, 22 Aug 2011 15:16:07 blitz_gateway INFO closed connecion
(uuid=None)
Mon, 22 Aug 2011 15:16:07 blitz_gateway INFO created connection
(uuid=77926572-ed57-4027-acd1-30e9e95280d8)
Mon, 22 Aug 2011 15:16:07 blitz_gateway WARNING Traceback (most recent call
last):
File
"/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/gateway/__init__.py",
line 1011, in _closeSession
self.c.killSession()
File "/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/clients.py",
line 760, in killSession
s.uuid = omero.rtypes.rstring(self.getSessionId())
File "/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/clients.py",
line 346, in getSessionId
return self.getSession().ice_getIdentity().name
File "/home/omero/OMERO.server-Beta-4.2.1/lib/python/omero/clients.py",
line 335, in getSession
raise omero.ClientError("No session available")
ClientError: No session available