Edgewall Software

Ticket #3738 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

Trac internal error

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

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

Changed 2 years ago by mgood

  • status changed from new to closed
  • resolution set to duplicate
  • description modified (diff)

See #1349.

Your best bet is to convert from BDB to FSFS.

Add/Change #3738 (Trac internal error)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.