Edgewall Software
Modify

Ticket #5571 (closed defect: worksforme)

Opened 5 years ago

Last modified 5 years ago

OperationalError: unable to open database file

Reported by: Hoskeu Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:
Release Notes:
API 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

Change History

comment:1 Changed 5 years ago by hoskeu

I see its working again...

Sorry for the noise...

comment:2 Changed 5 years ago by eblot

  • Resolution set to worksforme
  • Status changed from new to closed
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.