Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3221 closed defect (worksforme)

trac problems on Ubuntu dapper

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

Description (last modified by Emmanuel Blot)

I update today Ubuntu to dapper: On some of our projects we can successfull update Trac andon others we fail with follow errors

Trac detected an internal error:

('Berkeley DB error for filesystem /path/svn/security/db while opening environment:\nDB_VERSION_MISMATCH: Database environment version mismatch', 160029)

and also

Python traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, 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/Timeline.py", line 139, in process_request
    filters)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 108, in get_timeline_events
    repos = self.env.get_repository()
  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())
  File "/usr/lib/python2.4/site-packages/libsvn/repos.py", line 47, in svn_repos_open
    return apply(_repos.svn_repos_open, args)
SubversionException: ('Berkeley DB error for filesystem /path/svn/security/db while opening environment:\nDB_VERSION_MISMATCH: Database environment version mismatch', 160029)

I allready update the sqlite DB with

sqlite trac2.db .dump | sqlite3 trac.db
  • trac-a': trac-admin /path/trac/projects/security upgrade
  • trac-admin /path/trac/projects/security/ wiki upgrade
  • svnadmin recover /path/svn/security/db

Attachments (0)

Change History (3)

comment:1 by reiner, 18 years ago

Resolution: fixed
Status: newclosed

The problem was that on dapper some projects are not well convert on SVN site

comment:2 by Emmanuel Blot, 18 years ago

Description: modified (diff)
Resolution: fixed
Status: closedreopened

fixin' description syntax

comment:3 by Emmanuel Blot, 18 years ago

Resolution: worksforme
Status: reopenedclosed

(change resolution)

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.