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

Berkeley DB Error while opening 'nodes' table

From: Jim Sokoloff <jim_at_sokoloff.com>
Date: 2004-02-01 14:08:01 CET

Any ideas?

The original symtpom was: failing repository operations.

The server over httpd reports:
  <?xml version="1.0" encoding="utf-8" ?>
  <D:error xmlns:D="DAV:" xmlns:m="http://apache.org/dav/xmlns"
xmlns:C="svn:">
  <C:error />
  <m:human-readable errcode="160029">Could not open the requested SVN
filesystem</m:human-readable>
  </D:error>

Digging a little further

D:\svn\development36>svn ls file:///d:/svn/development36
svn: Couldn't open a repository
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///d:/svn/development36'
svn: Berkeley DB error
svn: Berkeley DB error while opening 'nodes' table for filesystem
d:/svn/development36/db:
Not enough space

D:\svn\development36>dir
 Volume in drive D is Data Disk
 Volume Serial Number is 7406-A658

 Directory of D:\svn\development36

01/20/2004 03:16a <DIR> .
01/20/2004 03:16a <DIR> ..
01/20/2004 03:16a <DIR> conf
01/20/2004 03:16a <DIR> dav
01/30/2004 09:14p <DIR> db
01/20/2004 03:16a 2 format
01/20/2004 03:16a <DIR> hooks
01/20/2004 03:16a <DIR> locks
01/20/2004 03:16a 385 README.txt
               2 File(s) 387 bytes
               7 Dir(s) 32,086,355,968 bytes free

D:\svn\development36>svnadmin recover .
Please wait; recovering the repository may take some time...

Recovery completed.
The latest repos revision is 2376.

Clients are mostly 0.34; server is current 0.36.0 (-r8278)
It's all on Win32, with access exclusively over http (except
for testing above).

Any help would be greatly appreciated, as I got lots of
developers who are going to want to patch first thing
in the morning. I've got a full backup from not long ago
and I will be trying to restore that to a fresh area to
see if that corrects it, but whether or not it does,
this seems like it could be a bad bug.

I'll also try upgrading to 0.37, since it's important
to give that a shakedown.

Cheers,
---Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 1 14:08:16 2004

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

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