Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

#4645 closed defect (bug) (fixed)

SubversionException: ("Can't open file '/home/svn/repos/buddypress/db/revs/3300': Too many open files", 24)

Reported by: nexia's profile nexia Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

in the last 3 or 4 days i was unable to download the trunk, for that reason below... i suppose i'm not the only one!

How to Reproduce

While doing a GET operation on /changeset/6483/trunk, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'format': u'zip', 'new': u'6483', 'new_path': u'/trunk', 'old_path': u'/'}

User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2

System Information

System information not available

Enabled Plugins

Plugin information not available

Python Traceback

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 522, in _dispatch_request
    dispatcher.dispatch(req)
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 243, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py", line 349, in process_request
    self._render_zip(req, filename, repos, data)
  File "build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py", line 782, in _render_zip
    content = new_node.get_content().read()
  File "build/bdist.linux-x86_64/egg/trac/versioncontrol/svn_fs.py", line 720, in get_content
    self.pool()))
  File "/var/lib/python-support/python2.5/libsvn/fs.py", line 588, in svn_fs_file_contents
    return apply(_fs.svn_fs_file_contents, args)
SubversionException: ("Can't open file '/home/svn/repos/buddypress/db/revs/3300': Too many open files", 24)

Change History (1)

#1 @johnjamesjacoby
12 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to fixed
  • Status changed from new to closed

Fixed now.

Note: See TracTickets for help on using tickets.