Edgewall Software

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6620 closed defect (worksforme)

bug loading all pages — at Version 2

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 (last modified by Emmanuel Blot)

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 (2)

comment:2 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Resolution: worksforme
Severity: blockernormal
Status: newclosed
Version: 0.10.4

This is an installation issue. Please use the MailingList for installation questions.

Also, please report detailed information when you submit a new ticket. At least, the version of Trac that is in trouble.

Note: See TracTickets for help on using tickets.