Edgewall Software

Ticket #4823 (closed defect: invalid)

Opened 19 months ago

Last modified 19 months ago

Track does not work as a result of an internal error. Description: Python Traceback

Reported by: jeannette.van.beek@… Owned by: jonas
Priority: high Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:

Description (last modified by cboos) (diff)

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname) # triggers a sync if applicable
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/api.py", line 101, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 259, in get_repository
    repos = SubversionRepository(dir, None, self.log)
  File "/usr/lib/python2.3/site-packages/trac/versioncontrol/svn_fs.py", line 292, in __init__
    self.repos = repos.svn_repos_open(self.path, self.pool())
SubversionException: ("Berkeley DB error while opening 'uuids' table for filesystem /var/lib/svn/meavita/db:\nCannot allocate memory", 160029)

Attachments

Change History

Changed 19 months ago by cboos

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

This is an out-of-memory condition on your server, and probably has little to do with Trac itself.

Also, we recommend not using the Berkeley DB backend if you want to use Trac with your repository. Switching to fsfs is quite simple, see TracSubversion#TracandSubversion1.2 for details.

If a similar error persists after you've switched to fsfs and made sure the server had enough memory, please reopen.

Add/Change #4823 (Track does not work as a result of an internal error. Description: Python Traceback)

Author



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