[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn: Can't close activity db: Error string not specified yet

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-04 18:11:36 CEST

On Jul 4, 2005, at 9:35 AM, Fletcher Cocquyt wrote:

>
> [Mon Jul 04 07:23:44 2005] [error] [client 127.0.0.1] Can't close
> activity
> db: Error string not specified yet [500, #20014]

Regardless of whether you're using a BerkeleyDB or FSFS repository,
the mod_dav_svn server module keeps a private DBM database of
"activity" objects in the repos/conf/dav/ directory. It uses
whatever DBM that the APR library happens to link to on your system,
and makes generic db calls through APR's abstracted API.

> 5227: open("/export/svn/repos/conf/dav/activities.dir", O_RDWR|
> O_CREAT,
> 0666) = 14
> 5227: open("/export/svn/repos/conf/dav/activities.pag", O_RDWR|
> O_CREAT,
> 0666) = 15

I don't know what the problem is, other than to guess that somehow
the apr_dbm_open() function is failing to open the activities.db file
over NFS. It could be an NFS bug, or it could be some strange
interoperablity bug between your particular NFS implementation and
whatever DBM is being invoked by APR.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 4 18:16:58 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.