Edgewall Software

Ticket #5571 (closed defect: worksforme)

Opened 17 months ago

Last modified 17 months ago

OperationalError: unable to open database file

Reported by: Hoskeu Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:

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

Change History

Changed 17 months ago by hoskeu

I see its working again...

Sorry for the noise...

Changed 17 months ago by eblot

  • status changed from new to closed
  • resolution set to worksforme

Add/Change #5571 (OperationalError: unable to open database file)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.