Task #9863 (closed)
Opened 7 years ago
Closed 7 years ago
Bug: Plate Annotation
| Reported by: | khgillen | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4.7 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | ux@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-11-20 (2) |
Description
Attempt to to add an Attachment to the plate using .web
in Firefox 16
Traceback (most recent call last):
File "/home/hudson/hudson/workspace/OMERO-merge-4.4/src/dist/lib/python/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/hudson/hudson/workspace/OMERO-merge-4.4/src/dist/lib/python/omeroweb/decorators.py", line 377, in wrapped
retval = f(request, *args, **kwargs)
File "/home/hudson/hudson/workspace/OMERO-merge-4.4/src/dist/lib/python/omeroweb/decorators.py", line 414, in wrapper
context = f(request, *args, **kwargs)
File "/home/hudson/hudson/workspace/OMERO-merge-4.4/src/dist/lib/python/omeroweb/webclient/views.py", line 1142, in annotate_file
batchAnns = manager.loadBatchAnnotations(oids, ann_ids=added_files, addedByMe=(obj_count==1))
File "/home/hudson/hudson/workspace/OMERO-merge-4.4/src/dist/lib/python/omeroweb/webclient/controller/container.py", line 424, in loadBatchAnnotations
for annLink in self.conn.getAnnotationLinks(objType, parent_ids=parent_ids, ann_ids=ann_ids, params=params):
File "/home/hudson/hudson/workspace/OMERO-merge-4.4/src/dist/lib/python/omero/gateway/__init__.py", line 2652, in getAnnotationLinks
raise AttributeError(err_msg)
AttributeError: getAnnotationLinks() does not support type: 'acquisitions'. Must be one of: plate, timestampannotation, commentannotation, image, originalfile, dataset, doubleannotation, plateacquisition, experimenter, termannotation, annotation, fileannotation, experimentergroup, tagannotation, longannotation, well, project, booleanannotation, screen
<WSGIRequest
GET:<QueryDict: {}>,
POST:<QueryDict: {u'files': [u'2109'], u'acquisition': [u'3']}>,
COOKIES:{'sessionid': '1be2a18697976fa7b814979bb964afd2'},
META:{'CONTENT_LENGTH': '287',
'CONTENT_TYPE': 'multipart/form-data; boundary=---------------------------207721105944619334445353735',
'DOCUMENT_ROOT': '/var/www',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_ACCEPT': '*/*',
'HTTP_ACCEPT_ENCODING': 'gzip, deflate',
'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.5',
'HTTP_CACHE_CONTROL': 'no-cache',
'HTTP_CONNECTION': 'keep-alive',
'HTTP_COOKIE': 'sessionid=1be2a18697976fa7b814979bb964afd2',
'HTTP_HOST': 'howe.openmicroscopy.org.uk',
'HTTP_PRAGMA': 'no-cache',
'HTTP_REFERER': 'http://howe.openmicroscopy.org.uk/webclient/userdata/',
'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:16.0) Gecko/20100101 Firefox/16.0',
'HTTP_X_REQUESTED_WITH': 'XMLHttpRequest',
'PATH': '/usr/local/bin:/usr/bin:/bin',
'PATH_INFO': u'/webclient/annotate_file/',
'PATH_TRANSLATED': '/var/www/omero.fcgi/webclient/annotate_file/',
'QUERY_STRING': '',
'REMOTE_ADDR': '10.12.2.45',
'REMOTE_PORT': '51218',
'REQUEST_METHOD': 'POST',
'REQUEST_URI': '/webclient/annotate_file/',
'SCRIPT_FILENAME': '/var/www/omero.fcgi',
'SCRIPT_NAME': u'',
'SERVER_ADDR': '134.36.65.228',
'SERVER_ADMIN': 'webmaster@localhost',
'SERVER_NAME': 'howe.openmicroscopy.org.uk',
'SERVER_PORT': '80',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SIGNATURE': '<address>Apache/2.2.14 (Ubuntu) Server at howe.openmicroscopy.org.uk Port 80</address>\n',
'SERVER_SOFTWARE': 'Apache/2.2.14 (Ubuntu)',
'wsgi.errors': <flup.server.fcgi_base.TeeOutputStream object at 0x48ff250>,
'wsgi.input': <flup.server.fcgi_base.InputStream object at 0x4923d90>,
'wsgi.multiprocess': True,
'wsgi.multithread': False,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}>
Change History (1)
comment:1 Changed 7 years ago by jburel
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
An error occurred while creating the ticket.