Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#6620 closed defect (worksforme)

bug loading all pages

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

Attachments (0)

Change History (4)

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.

comment:3 by mostafa, 16 years ago

Can you guide me where in Mail list i can find solution to this issue.

in reply to:  3 comment:4 by Emmanuel Blot, 16 years ago

Replying to mostafa:

Can you guide me where in Mail list i can find solution to this issue.

You need to subscribe to the MailingList (follow the link), then post a message with your error message and the description of your environment.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.