Modify ↓
Opened 17 years ago
Closed 17 years ago
#5571 closed defect (worksforme)
OperationalError: unable to open database file
Reported by: | Hoskeu | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
- Searched in google for "Turbogears wiki"
- First google hit:
IdentityManagement - TurboGears - Trac Wiki Navigation. Start Page · Index by Title · Index by Date · Last Change ... TurboGears provides user- and permission-based identity (authentication and ... trac.turbogears.org/wiki/IdentityManagement - 23k - In cache - Gelijkwaardige pagina's
Than I got this when I clicked that link:
Trac detected an internal error: Traceback (most recent call last): File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/web/main.py", line 387, in dispatch_request File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/web/main.py", line 191, in dispatch File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/web/main.py", line 263, in _pre_process_request File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/versioncontrol/api.py", line 73, in pre_process_request self.get_repository(req.authname) # triggers a sync if applicable File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/versioncontrol/api.py", line 101, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/versioncontrol/svn_fs.py", line 260, in get_repository crepos = CachedRepository(self.env.get_db_cnx(), repos, None, self.log) File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/versioncontrol/cache.py", line 34, in __init__ self.sync() File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/versioncontrol/cache.py", line 67, in sync youngest_stored = self.repos.get_youngest_rev_in_cache(self.db) File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/versioncontrol/svn_fs.py", line 418, in get_youngest_rev_in_cache cursor.execute("SELECT rev FROM revision " File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/db/util.py", line 51, in execute return self.cursor.execute(sql) File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/db/sqlite_backend.py", line 56, in execute args or []) File "/home2/turbogears/lib/python2.4/trac-0.10.3-py2.4.egg/trac/db/sqlite_backend.py", line 48, in _rollback_on_error return function(self, *args, **kwargs) OperationalError: unable to open database file
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I see its working again…
Sorry for the noise…