Hello all !
I just upgraded my agilo install from sqlite to postgresql, just doing
a plain sqlite dump; and everything works as before.
Except to day I tried creating a new requirement, and I'm stuck with
this stacktrace :
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 378,
in send_error
    'text/html')
  File "/usr/lib/python2.6/dist-packages/trac/web/chrome.py", line
739, in render_template
    data = self.populate_data(req, data)
  File "/usr/lib/python2.6/dist-packages/trac/web/chrome.py", line
639, in populate_data
    d['chrome'].update(req.chrome)
  File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 197,
in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib/python2.6/dist-packages/trac/web/chrome.py", line
494, in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File "build/bdist.linux-x86_64/egg/agilo_pro/web_ui.py", line 176,
in get_navigation_items
  File "build/bdist.linux-x86_64/egg/agilo_pro/web_ui.py", line 167,
in url_to_whiteboard_of_current_sprint
  File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.1-py2.6.egg/
agilo/scrum/sprint/util.py", line 94, in current_sprint
    sprint = self.sprint()
  File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.1-py2.6.egg/
agilo/scrum/sprint/util.py", line 76, in sprint
    sprint = SprintModelManager(self.env).get(name=self.sprint_name())
  File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.1-py2.6.egg/
agilo/core/model.py", line 1128, in get
    m = self.model(self.env, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.1-py2.6.egg/
agilo/scrum/sprint/model.py", line 61, in __init__
    super(Sprint, self).__init__(env, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.1-py2.6.egg/
agilo/core/model.py", line 524, in __init__
    self._load(db=db)
  File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.1-py2.6.egg/
agilo/core/model.py", line 708, in _load
    safe_execute(cursor, self.SQL_S + filter, keys)
  File "/usr/local/lib/python2.6/dist-packages/agilo-0.9.1-py2.6.egg/
agilo/core/model.py", line 118, in safe_execute
    return cursor.execute(sql, args)
  File "/usr/lib/python2.6/dist-packages/trac/db/util.py", line 64, in
execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.6/dist-packages/trac/db/util.py", line 64, in
execute
    return self.cursor.execute(sql_escape_percent(sql), args)
InternalError: current transaction is aborted, commands ignored until
end of transaction block

I'm kinda lost right now; I'm using those plugins :
Trac 0.11.7
TracAccountManager 0.2.1dev-r9290
agilo 0.9.1
binary-agilo 1.3.1-PRO
on Ubuntu 10.10 with postgresql
Thanks for your help !

-- 
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
Please support us by reviewing and voting on: 
http://userstories.com/products/8-agilo-for-scrum 
http://ohloh.net/p/agilo-scrum 
http://freshmeat.net/projects/agiloforscrum

You have received this message because you are subscribed to
the "Agilo for Scrum" Google Group. This group is focused on
supporting Agilo for Scrum users and is moderated by
Agilo Software GmbH <http://www.agiloforscrum.com>.

To post to this group, send email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo

Reply via email to