You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Michael <ec...@yahoo.com> on 2004/07/18 14:43:16 UTC

svn.collab.net memory problems?

Looks like svn.collab.net is having problems. I didn't see a post on
this yet so here you go:

$ svn ls http://svn.collab.net/repos/
svn: PROPFIND request failed on '/repos'
svn: PROPFIND of '/repos': 405 Method Not Allowed
(http://svn.collab.net)
$ svn ls http://svn.collab.net/repos/svn
svn: PROPFIND request failed on '/repos/svn'
svn: 
Could not open the requested SVN filesystem


ViewCVS at svn.collab.net gives this:

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2752, in main
    request.run_viewcvs()
  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 264, in
run_viewcvs
    self.rootpath, rev)
  File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line
322, in __init__
    self.repos = repos.svn_repos_open(rootpath, self.pool)
SubversionException: ("Berkeley DB error while opening 'nodes' table
for filesystem /usr/www/repositories/svn/db:\nCannot allocate memory",
160029)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn.collab.net memory problems?

Posted by "C. Michael Pilato" <cm...@collab.net>.
Michael <ec...@yahoo.com> writes:

>     self.repos = repos.svn_repos_open(rootpath, self.pool)
> SubversionException: ("Berkeley DB error while opening 'nodes' table
> for filesystem /usr/www/repositories/svn/db:\nCannot allocate memory",
> 160029)

Well, things are back up and running again.  Once again, there was no
indication that ViewCVS was to blame -- just our offsite backup
script processes lingering around like idiots.  I've modified that
script to a) only allow one instance of itself to run at a given time,
and b) report some more errors.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn.collab.net memory problems?

Posted by "C. Michael Pilato" <cm...@collab.net>.
Michael <ec...@yahoo.com> writes:

> Looks like svn.collab.net is having problems. I didn't see a post on
> this yet so here you go:

I'm looking at it now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org