Edgewall Software

Ticket #5379: traceback

File traceback, 1.2 KB (added by anonymous, 20 months ago)
Line 
1Python Traceback
2
3Traceback (most recent call last):
4  File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
5    dispatcher.dispatch(req)
6  File "/var/lib/python-support/python2.4/trac/web/main.py", line 191, in dispatch
7    chosen_handler = self._pre_process_request(req, chosen_handler)
8  File "/var/lib/python-support/python2.4/trac/web/main.py", line 263, in _pre_process_request
9    chosen_handler = f.pre_process_request(req, chosen_handler)
10  File "/var/lib/python-support/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request
11    self.get_repository(req.authname).sync()
12  File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py", line 185, in sync
13    (str(next_youngest),
14  File "/var/lib/python-support/python2.4/trac/db/util.py", line 50, in execute
15    return self.cursor.execute(sql_escape_percent(sql), args)
16  File "/var/lib/python-support/python2.4/trac/db/sqlite_backend.py", line 56, in execute
17    args or [])
18  File "/var/lib/python-support/python2.4/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
19    return function(self, *args, **kwargs)
20IntegrityError: columns rev, path, change_type are not unique