Modify ↓
#5673 closed defect (invalid)
Several links not working- especially anything related to IguanaIR
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | 0.10.3.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch chosen_handler = self._pre_process_request(req, chosen_handler) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 263, in _pre_process_request chosen_handler = f.pre_process_request(req, chosen_handler) File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request self.get_repository(req.authname) # triggers a sync if applicable File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 101, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 260, in get_repository crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log) File "/usr/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 34, in __init__ self.sync() File "/usr/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 88, in sync "VALUES (%s,%s,%s,%s)", (str(current_rev), File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib64/python2.4/site-packages/sqlite/main.py", line 255, in execute self.rs = self.con.db.execute(SQL % parms) OperationalError: database is locked
Attachments (0)
Change History (3)
comment:1 by , 17 years ago
Component: | project → wiki |
---|---|
Owner: | changed from | to
Summary: | Several links not working- especially anything related to IguanaWorks → Several links not working- especially anything related to IguanaIR |
comment:2 by , 17 years ago
Description: | modified (diff) |
---|---|
Milestone: | not applicable |
Priority: | high → normal |
Resolution: | → invalid |
Severity: | critical → normal |
Status: | new → closed |
Version: | → 0.10.3.1 |
Please ask the asmin of the site to upgrade the Trac installation to 0.10.4
comment:3 by , 17 years ago
Component: | wiki → version control |
---|
From the backtrace seen there:
... IntegrityError: columns rev, path, change_type are not unique
This was a duplicate of #4586, which indeed requires an upgrade to 0.10.4 and a resync to repair the repository cache.
Note:
See TracTickets
for help on using tickets.
Sorry- this actually looks like a problem with the wiki for IguanaIR project.
Here's one link that causes the above Python dump: http://iguanaworks.net/projects/IguanaIR/wiki/GettingStarted