Re: Trac detected an internal error
[email protected] Thu, 29 Jul 2010 16:00:36 -0000
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <20100729160036.2188.780446819.divmod.xquotient.8@localhost.localdomain> |
On 03:34 pm, [email protected] wrote: >Hi all > >becoming cautious after submitting a duplicate ticket I tried to dig a >little deeper than before, but searching for instance 'import' leads to >the following traceback: > >Traceback (most recent call last): > File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, >in dispatch_request > dispatcher.dispatch(req) > File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, >in dispatch > resp = chosen_handler.process_request(req) > File "/var/lib/python-support/python2.5/trac/Search.py", line 181, in >process_request > results += list(source.get_search_results(req, terms, filters)) > File "/var/lib/python- >support/python2.5/trac/versioncontrol/web_ui/changeset.py", line 765, >in get_search_results > if not repos.authz.has_permission_for_changeset(rev): > File "/var/lib/python- >support/python2.5/trac/versioncontrol/svn_authz.py", line 96, in >has_permission_for_changeset > changeset = self.repos.get_changeset(rev) > File "/var/lib/python- >support/python2.5/trac/versioncontrol/cache.py", line 45, in >get_changeset > self.authz) > File "/var/lib/python- >support/python2.5/trac/versioncontrol/cache.py", line 247, in __init__ > "WHERE rev=%s", (rev,)) > File "/var/lib/python-support/python2.5/trac/db/util.py", line 50, in >execute > return self.cursor.execute(sql_escape_percent(sql), args) > File "/var/lib/python-support/python2.5/trac/db/sqlite_backend.py", >line 56, in execute > args or []) > File "/var/lib/python-support/python2.5/trac/db/sqlite_backend.py", >line 48, in _rollback_on_error > return function(self, *args, **kwargs) >OperationalError: disk I/O error Sorry. :/ The disk in the host is failing and no one seems to be doing anything about it. Jean-Paul