Edgewall Software

Opened 16 years ago

Last modified 16 years ago

#6620 closed defect

bug loading all pages — at Initial Version

Reported by: mostafa@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I have error when I try to load any page of Trac system.

Here below is the trace of the error:

Traceback (most recent call last):

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch

chosen_handler = self._pre_process_request(req, chosen_handler)

File "/usr/local/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/local/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request

self.get_repository(req.authname).sync()

File "/usr/local/lib/python2.4/site-packages/trac/versioncontrol/cache.py", line 70, in sync

cursor.execute("SELECT name, value FROM system WHERE name IN (%s)" %

File "/usr/local/lib/python2.4/site-packages/trac/db/util.py", line 51, in execute

return self.cursor.execute(sql)

File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute

args or [])

File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error

return function(self, *args, kwargs)

OperationalError: unable to open database file

Hope you fix this ASAP.

Regards

Change History (0)

Note: See TracTickets for help on using tickets.