Task #6335 (closed)
BUG: web, manage_password - Feedback 3863
| Reported by: | omero-qa | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore, cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-02-28 (9) |
Description
http://qa.openmicroscopy.org.uk/qa/feedback/3863/
Traceback (most recent call last):
File "/home/wjs/Desktop/omero/lib/python/django/core/handlers/base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/wjs/Desktop/omero/lib/python/omeroweb/webadmin/views.py", line 213, in wrapped
return f(request, *args, **kwargs)
File "/home/wjs/Desktop/omero/lib/python/omeroweb/webadmin/views.py", line 537, in manage_password
error = x.message
SystemError: 'finally' pops bad exception
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {u'confirmation': [u'hofmann'], u'password': [u'hofmann'], u'old_password': [u'hoffman']}>,
COOKIES:{'__utma': '99522061.66438603.1308249124.1308249124.1308249124.1',
'__utmz': '99522061.1308249124.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)',
'sessionid': 'cbfc52460b669a47a3673a019d76d652'},
META:{'CONTENT_LENGTH': '58',
'CONTENT_TYPE': 'application/x-www-form-urlencoded',
'DOCUMENT_ROOT': '/srv/www/htdocs',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': '__utma=99522061.66438603.1308249124.1308249124.1308249124.1; __utmz=99522061.1308249124.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); sessionid=cbfc52460b669a47a3673a019d76d652',
'HTTP_HOST': 'cmfwxp1300.med.buffalo.edu',
'HTTP_REFERER': 'http://cmfwxp1300.med.buffalo.edu/webadmin/change_password/258/',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0',
'PATH': '/bin:/sbin:/usr/bin:/usr/sbin',
'PATH_INFO': u'/webadmin/change_password/258/',
'PATH_TRANSLATED': '/home/wjs/Desktop/omero/var/omero.fcgi/webadmin/change_password/258/',
'QUERY_STRING': '',
'REMOTE_ADDR': '128.205.91.252',
'REMOTE_PORT': '1431',
'REQUEST_METHOD': 'POST',
'REQUEST_URI': '/webadmin/change_password/258/',
'SCRIPT_FILENAME': '/home/wjs/Desktop/omero/var/omero.fcgi',
'SCRIPT_NAME': u'',
'SERVER_ADDR': '128.205.94.104',
'SERVER_ADMIN': 'wjs@buffalo.edu',
'SERVER_NAME': 'cmfwxp1300.med.buffalo.edu',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.17 (Linux/SUSE) Server at cmfwxp1300.med.buffalo.edu Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.17 (Linux/SUSE)',
'wsgi.errors': <flup.server.fcgi_base.TeeOutputStream object at 0x939fd0c>,
'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x939cecc>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>
Change History (5)
comment:1 Changed 8 years ago by wmoore
- Cc wmoore added
comment:2 Changed 8 years ago by jmoore
- Component changed from from QA to Web
comment:3 Changed 8 years ago by atarkowska
- Milestone changed from Unscheduled to OMERO-Beta4.4
- Remaining Time set to 0.5
- Sprint set to 2012-02-28 (9)
comment:4 Changed 7 years ago by atarkowska
- Remaining Time changed from 0.5 to 0
- Resolution set to invalid
- Status changed from new to closed
comment:5 Changed 7 years ago by jmoore
- Cc cxallan added
Ola: not that it matters too much, but this is actually saying something different. The problem here is "SystemError?: 'finally' pops bad exception" which happens under weird conditions in Python. In fact, deep down, Ice may be the cause. (cF. #1008) If you see it happening again, we probably should investigate.
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
That functionality was updated in 4.3.x I would recommend to update your OMERO installation to the latest one.