Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5561 closed defect (wontfix)

svn db for the acts_as_solr project appears to be corrupted

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

Description (last modified by Christian Boos)

svn db for the acts_as_solr project appears to be corrupted… here is a traceback (see the final line).

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.5/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/local/lib/python2.5/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.5/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/local/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 104, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/local/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 234, in get_repository
    repos = SubversionRepository(dir, None, self.log)
  File "/usr/local/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 267, in __init__
    self.repos = repos.svn_repos_open(self.path, self.pool())
SubversionException: ('Berkeley DB error while opening environment for filesystem /usr/local/repositories/projects/acts_as_solr/db:\nDB_RUNRECOVERY: Fatal error, run database recovery', 160029)

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 17 years ago

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

Nothing we can do about this, here… You need to contact the administrators of that site.

And btw, tell them to migrate away from the BDB backend if they want to use Trac in a robust way (see TracSubversion#TracandSubversion1.2).

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.