Edgewall Software
Modify

Ticket #3738 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

Trac internal error

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.9.6
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by mgood) (diff)

Trac detected an internal error: 
('Berkeley DB error for filesystem /home/svn/proj2/db while opening environment:\nPermission denied', 160029)

If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team. 

Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below. 

TracGuide — The Trac User and Administration Guide 
Python traceback
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run
    dispatch_request(req.path_info, req, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/web_ui/browser.py", line 89, in process_request
    repos = self.env.get_repository(req.authname)
  File "/usr/lib/python2.3/site-packages/trac/env.py", line 162, in get_repository
    repos = SubversionRepository(repos_dir, authz, self.log)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 195, in __init__
    self.repos = repos.svn_repos_open(self.path, self.pool())
SubversionException: ('Berkeley DB error for filesystem /home/svn/proj2/db while opening environment:\nPermission denied', 1600

Attachments

Change History

comment:1 Changed 5 years ago by mgood

  • Description modified (diff)
  • Resolution set to duplicate
  • Status changed from new to closed

See #1349.

Your best bet is to convert from BDB to FSFS.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.