After upgrading from 1.2.0 to 1.2.1 I receive the message below when
trying to view the backlog.  The whiteboard also stops working. I'm
running Agilo on ubuntu 9.04 and postgresql 8.3.

If I revert back to 1.2.0 everything works fine.  Can someone help me
with this?  I read a similar ticket which suggests the linking is
setup wrong but we are using the default linking.

Error:

File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6-py2.6.egg/
trac/web/main.py", line 450, in _dispatch_request
  dispatcher.dispatch(req)
File "/usr/local/lib/python2.6/dist-packages/Trac-0.11.6-py2.6.egg/
trac/web/main.py", line 206, in dispatch
  resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/api/view.py", line 155, in process_request
  return self._call_filters_and_handler(req, handler)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/api/view.py", line 143, in _call_filters_and_handler
  data = handler(req) or {}
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/new_webui.py", line 160, in do_get
  backlog = self._get_backlog(req)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/new_webui.py", line 63, in _get_backlog
  return BacklogController(self.env).get(name=name, scope=scope)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/controller.py", line 36, in get
  backlog = self.process_command(cmd_get)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/api/controller.py", line 333, in process_command
  return command.execute(self, date_converter, as_key)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/api/controller.py", line 286, in execute
  return self._execute(controller, date_converter, as_key)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/controller.py", line 61, in _execute
  load=self.load)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/model.py", line 1059, in get
  backlog = super(BacklogModelManager, self).get(**kwargs)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/core/model.py", line 1001, in get
  m = self.model(self.env, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/model.py", line 191, in __init__
  self.backlog_config = BacklogConfiguration(self.env, name)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/backlog_config.py", line 68, in __init__
  if self.exists:
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/backlog_config.py", line 265, in exists
  return (self._configuration_row_from_database() is not None)
File "/usr/local/lib/python2.6/dist-packages/binary_agilo-1.2.1_PRO-
py2.6.egg/agilo/scrum/backlog/backlog_config.py", line 121, in
_configuration_row_from_database
  return cursor.fetchone()
File "/usr/lib/python2.6/dist-packages/pyPgSQL/PgSQL.py", line 3159,
in fetchone
  "fetchone() failed - cursor does not contain a result."

-- 
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH 
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en

Reply via email to