Hi,
We are running Trac 0.11.7 with Agilo 1.2.1-pro and we are
experiencing problems viewing product backlogs. I am cross posting
this to both the Trac and Agilo mailing lists, as I am unsure where
the fault lies.
Initially we had only a single backlog and milestone, and so we had
set the product backlogs to have global scope. This setup worked
correctly.
More recently we changed product backlogs to have only milestone
scope, and we added a 2nd milestone.
If we now view the product backlog for the original milestone we
correctly see a list of tickets. If we view the product backlog for
the 2nd (newly created) milestone we get an error:
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\api.py",
line 376, in send_error
'text/html')
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\chrome.py",
line 733, in render_template
message = req.session.pop('chrome.%s.%d' % (type_, i))
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\api.py",
line 195, in __getattr__
value = self.callbacks[name](self)
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\main.py",
line 265, in _get_session
return Session(self.env, req)
File
"C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\session.py",
line 151, in __init__
if req.authname == 'anonymous':
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\api.py",
line 195, in __getattr__
value = self.callbacks[name](self)
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\main.py",
line 134, in authenticate
authname = authenticator.authenticate(req)
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 389, in wrap
return func(self, *args, **kwds)
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 400, in authenticate
return auth.LoginModule.authenticate(self, req)
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\auth.py",
line 70, in authenticate
authname = self._get_name_for_cookie(req, req.incookie['trac_auth'])
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 432, in
_get_name_for_cookie
name = auth.LoginModule._get_name_for_cookie(self, req, cookie)
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\web\auth.py",
line 192, in _get_name_for_cookie
(cookie.value,))
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\trac\db\util.py",
line 64, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "C:\Python26\lib\site-packages\trac-0.11.7-py2.6.egg\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 do not know if this is a fault with Trac or Agilo. We have tried
deleting and recreating the 2nd milestone using both the web admin
interface and the command line trac-admin tool. Restarting Trac has
also not helped.
Can anyone help?
--
Paul Richards
@pauldoo
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
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/trac-users?hl=en.