Modify ↓
Opened 18 years ago
Closed 18 years ago
#4823 closed defect (invalid)
Track does not work as a result of an internal error. Description: Python Traceback
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
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 (0)
Change History (1)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.