Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #7253 (closed)

Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

BUG: TypeError: unexpected keyword argument F4039

Reported by: omero-qa Owned by: atarkowska
Priority: minor Milestone: OMERO-4.4
Component: from QA Version: n.a.
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: n.a.
Sprint: n.a.

Description

http://qa.openmicroscopy.org.uk/qa/feedback/4039/

Traceback (most recent call last):

  File "/home/darth/apps/OMERO/OMERO.server/lib/python/django/core/handlers/base.py", line 92, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/home/darth/apps/OMERO/OMERO.server/lib/python/omeroweb/webclient/views.py", line 174, in wrapped
    return f(request, *args, **kwargs)

  File "/home/darth/apps/OMERO/OMERO.server/lib/python/omeroweb/webclient/views.py", line 1312, in manage_annotation_multi
    form_multi = MultiAnnotationForm(initial={'tags':manager.getTagsByObject(), 'files':manager.getFilesByObject(), 'selected':selected, 'images':images,  'datasets':datasets, 'projects':projects, 'screens':screens, 'plates':plates, 'acquisitions':acquisitions, 'wells':wells})

  File "/home/darth/apps/OMERO/OMERO.server/lib/python/omeroweb/webclient/controller/container.py", line 483, in getFilesByObject
    return list(self.conn.listFileAnnotations(params=params))

TypeError: listFileAnnotations() got an unexpected keyword argument 'params'


<WSGIRequest
GET:<QueryDict: {u'image': [u'435', u'436', u'437', u'438', u'439']}>,
POST:<QueryDict: {}>,
COOKIES:{'sessionid': '9b9c47df4b688a0f609527b5052aa47e'},
META:{'COLORTERM': 'gnome-terminal',
 'COMPIZ_CONFIG_PROFILE': 'ubuntu',
 'CONTENT_LENGTH': '',
 'CONTENT_TYPE': 'text/plain',
 'DBUS_SESSION_BUS_ADDRESS': 'unix:abstract=/tmp/dbus-Q9ay0E3JxR,guid=6001a18a7c99c16b311fa8630000003c',
 'DEFAULTS_PATH': '/usr/share/gconf/gnome.default.path',
 'DESKTOP_SESSION': 'gnome',
 'DISPLAY': ':0.0',
 'DJANGO_SETTINGS_MODULE': 'omeroweb.settings',
 'DYLD_LIBRARY_PATH': '/usr/share/Ice-3.3.1:',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'GDMSESSION': 'gnome',
 'GDM_KEYBOARD_LAYOUT': 'us',
 'GDM_LANG': 'en_US.utf8',
 'GNOME_DESKTOP_SESSION_ID': 'this-is-deprecated',
 'GNOME_KEYRING_CONTROL': '/tmp/keyring-E9UPta',
 'GNOME_KEYRING_PID': '1570',
 'GTK_MODULES': 'canberra-gtk-module',
 'HOME': '/home/darth',
 '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': 'sessionid=9b9c47df4b688a0f609527b5052aa47e',
 'HTTP_HOST': 'omero.doesntexist.org:4080',
 'HTTP_REFERER': 'http://omero.doesntexist.org:4080/webclient/userdata/',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0',
 'ICE_HOME': '/usr/share/Ice-3.3.1',
 'JAVA_HOME': '/usr/lib/jvm/java-6-sun',
 'LANG': 'en_US.UTF-8',
 'LANGUAGE': 'en_US:en',
 'LD_LIBRARY_PATH': '/usr/share/java:/usr/lib:',
 'LESSCLOSE': '/usr/bin/lesspipe %s %s',
 'LESSOPEN': '| /usr/bin/lesspipe %s',
 'LOGNAME': 'darth',
 'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:',
 'MANDATORY_PATH': '/usr/share/gconf/gnome.mandatory.path',
 'OLDPWD': '/home/darth/apps/OMERO/OMERO.server-Beta-4.3.3/etc',
 'OMERO_HOME': '/home/darth/apps/OMERO/OMERO.server',
 'ORBIT_SOCKETDIR': '/tmp/orbit-darth',
 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-sun/bin:/usr/share/Ice-3.3.1:/usr/lib/postgresql/8.4/bin:/home/darth/apps/OMERO/OMERO.server/bin',
 'PATH_INFO': u'/webclient/metadata_details/multiaction/annotatemany/',
 'POSTGRES_HOME': '/usr/lib/postgresql/8.4',
 'PWD': '/home/darth',
 'PYTHONPATH': '/usr/lib/pymodules/python2.6:/home/darth/apps/OMERO/OMERO.server/lib/python:/home/darth/apps/OMERO/OMERO.server/var/lib:/home/darth/apps/OMERO/OMERO.server/lib/fallback',
 'QUERY_STRING': 'image=435&image=436&image=437&image=438&image=439',
 'REMOTE_ADDR': '64.234.156.191',
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'GET',
 'SCRIPT_NAME': u'',
 'SERVER_NAME': 'ubuntu',
 'SERVER_PORT': '4080',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.1+',
 'SESSION_MANAGER': 'local/ubuntu:@/tmp/.ICE-unix/1589,unix/ubuntu:/tmp/.ICE-unix/1589',
 'SHELL': '/bin/bash',
 'SHLVL': '1',
 'SSH_AGENT_PID': '1622',
 'SSH_AUTH_SOCK': '/tmp/keyring-E9UPta/ssh',
 'TERM': 'xterm',
 'TZ': 'Europe/London',
 'UBUNTU_MENUPROXY': 'libappmenu.so',
 'USER': 'darth',
 'USERNAME': 'darth',
 'WINDOWID': '31457308',
 'WINDOWPATH': '7',
 'XAUTHORITY': '/var/run/gdm/auth-for-darth-r70CAP/database',
 'XDG_CONFIG_DIRS': '/etc/xdg/xdg-gnome:/etc/xdg',
 'XDG_DATA_DIRS': '/usr/share/gnome:/usr/local/share/:/usr/share/',
 'XDG_SESSION_COOKIE': 'd97405070142b043c5c52a8d00000004-1319473893.64025-752317167',
 '_': '/home/darth/apps/OMERO/OMERO.server/bin/omero',
 'wsgi.errors': <open file '<stderr>', mode 'w' at 0xb778a0d0>,
 'wsgi.file_wrapper': <class 'django.core.servers.basehttp.FileWrapper'>,
 'wsgi.input': <socket._fileobject object at 0x95b106c>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}>

Change History (2)

comment:1 Changed 12 years ago by atarkowska

  • Resolution set to invalid
  • Status changed from new to closed

comment:2 Changed 12 years ago by atarkowska

  • Milestone changed from Unscheduled to OMERO-Beta4.4
Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.68623 sec.)

We're Hiring!