Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#3846 closed defect (invalid)

Giving error

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone:
Component: general Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Python traceback
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
    dispatch_request(req.path_info, req, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 78, in process_request
    repos = self.env.get_repository(req.authname)
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 162, in get_repository
    repos = SubversionRepository(repos_dir, authz, self.log)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 192, in __init__
    self.repos = repos.svn_repos_open(self.path, self.pool())
SubversionException: ('Berkeley DB error for filesystem /home/webadmin/svnrepos/db while opening environment:\nDB_RUNRECOVERY: Fatal error, run database recovery', 160029)

Attachments (0)

Change History (2)

comment:1 by anonymous, 17 years ago

Hi

I would like to resolve this imediate.

comment:2 by Christian Boos, 17 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

You could have better chance to get "immediate" support by asking on the MailingList or on the IrcChannel, as stated in the big red box you've certainly seen before creating this ticket.

However, in both cases, you won't get much help if you haven't first researched the problem by yourself… You could certainly find references on the web (even searching on this site) for the kind of error that you report above.

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.