Opened 14 years ago

Closed 7 years ago

#643 closed defect (worksforme)

Frequent transient errors on various trac

Reported by: pcav Owned by: strk
Priority: normal Milestone:
Component: SysAdmin/Trac Keywords:
Cc:

Description

Internal Server Error TracError: AttributeError: 'module' object has no attribute 'cbook'

and others.

Change History (4)

comment:1 by pcav, 14 years ago

Also, from qgis stats:

Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/api.py", line 376, in send_error

'text/html')

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/chrome.py", line 733, in render_template

message = req.session.pop('chrome.%s.%d' % (type_, i))

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/api.py", line 195, in getattr

value = self.callbacks[name](self)

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/main.py", line 265, in _get_session

return Session(self.env, req)

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/session.py", line 162, in init

self.get_session(req.authname, authenticated=True)

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/session.py", line 178, in get_session

super(Session, self).get_session(sid, authenticated)

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/web/session.py", line 59, in get_session

(sid, int(authenticated)))

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.egg/trac/db/util.py", line 64, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "/usr/lib/python2.5/site-packages/Trac-0.11.7-py2.5.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

comment:2 by crschmidt, 14 years ago

pcav: Are these errors reproducible on some given URL? I don't know hwat you mean by 'qgis stats', but there's probably a fair chance that any plugins written again 0.10 (old machine) don't work on the newer 0.11.

Same question applies to 'cbook'; I've never seen that error before.

comment:3 by pcav, 14 years ago

The cbook error happens often on https://trac.osgeo.org/qgis/ but it is difficult to reproduce, as it happens only at random intervals. The plugin error comes from: https://trac.osgeo.org/qgis/ticketstats

comment:4 by strk, 7 years ago

Component: Systems AdminTrac
Owner: changed from sac@… to strk
Resolution: worksforme
Status: newclosed

Closing as obsoleted by trac upgrades (and qgis trac isn't in use anymore either).

Note: See TracTickets for help on using tickets.