You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dobíšek Michal <do...@dev.disnet.cz> on 2004/09/24 14:43:15 UTC

Berkeley DB error while opening 'xxx' table for filesystem YYY: Not enough space

Hi,

we use SVN as persistent storage in our software. We use WebDav acces to
read/write to SVN. The SVN (1.1.0rc3) with Apache (2.0.49 ) run on Windows
2000 Profesional. Our 'client' runs on the same machine as the Apache. The
WebDav access works fine untill we run batch task in our system, which
involves many reads (and writes) from SVN - after some time the server
starts returning HTTP error 500 (Internal Server Error). From the apache
logs, it seems, that theese are caused by database error.

"Berkeley DB error while opening 'xxx' table for filesystem YYY: Not enough
space".

The disk has 50GB free, so obviously that's not the disk space problem. I
was trying to find out the reason in SVN and BerkeleyDB mailing lists, but
without success. Running 'svnadmin verify' produces no errors. I am running
out of ideas, so I would appreciate any point/help in solving this problem
or at least helping me to get some more detailed error info from the
Berkeley DB.

Thanks,

Michal Dobisek

The apache access.log fragment: -(shows several good accesses, them some
err500 and again good ones)-----------
127.0.0.1 - admin [24/Sep/2004:15:43:31 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.NamedObject.protoext HTTP/1.1"
404 371
127.0.0.1 - admin [24/Sep/2004:15:43:31 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.New%20Feature.protoext HTTP/1.1"
404 371
127.0.0.1 - admin [24/Sep/2004:15:43:31 +0200] "GET
/svn/trunk/.xray/.svn.dp/.DiscussionObject.protoext HTTP/1.1" 404 358
127.0.0.1 - admin [24/Sep/2004:15:43:31 +0200] "GET
/svn/trunk/.xray/.svn.dp/.New%20Feature.protoext HTTP/1.1" 404 353
127.0.0.1 - admin [24/Sep/2004:15:43:31 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.DiscussionObject.protoext
HTTP/1.1" 500 239
127.0.0.1 - admin [24/Sep/2004:15:43:32 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.New%20Feature.protoext HTTP/1.1"
500 239
127.0.0.1 - admin [24/Sep/2004:15:43:33 +0200] "GET
/svn/trunk/.xray/.svn.dp/.Extendable.protoext HTTP/1.1" 500 239
127.0.0.1 - admin [24/Sep/2004:15:43:33 +0200] "GET
/svn/trunk/.xray/.svn.dp/.New%20Feature.protoext HTTP/1.1" 500 239
127.0.0.1 - admin [24/Sep/2004:15:43:34 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.Extendable.protoext HTTP/1.1"
500 239
127.0.0.1 - admin [24/Sep/2004:15:43:35 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.New%20Feature.protoext HTTP/1.1"
500 239
127.0.0.1 - admin [24/Sep/2004:15:43:35 +0200] "GET
/svn/trunk/.xray/.svn.dp/.Issue.protoext HTTP/1.1" 500 239
127.0.0.1 - admin [24/Sep/2004:15:43:35 +0200] "GET
/svn/trunk/.xray/.svn.dp/.New%20Feature.protoext HTTP/1.1" 500 239
127.0.0.1 - admin [24/Sep/2004:15:43:36 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.Issue.protoext HTTP/1.1" 500 239
127.0.0.1 - admin [24/Sep/2004:15:43:36 +0200] "GET
/svn/trunk/com.intellismith.xray.web/.xray/.New%20Feature.protoext HTTP/1.1"
500 239
127.0.0.1 - admin [24/Sep/2004:15:43:36 +0200] "GET
/svn/trunk/.xray/.svn.dp/SeverityKind/1096019035425.xml HTTP/1.1" 200 185
127.0.0.1 - admin [24/Sep/2004:15:43:36 +0200] "GET
/svn/trunk/.xray/.svn.dp/ResolutionKind/1096019043441.xml HTTP/1.1" 200 189

The corresponding fragment from Apache error.log
fragment: ------------------------------------------
[Fri Sep 24 15:43:32 2004] [error] [client 127.0.0.1] (20014)Error string
not specified yet: Berkeley DB error while opening 'strings' table for
filesystem c:\\Documents and
Settings\\dobisekm\\Dokumenty\\XRAY\\svn-win32-1.0.6\\data/db:\nNot enough
space
[Fri Sep 24 15:43:32 2004] [error] [client 127.0.0.1] Could not fetch
resource information.  [500, #0]
[Fri Sep 24 15:43:32 2004] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem  [500, #160029]
[Fri Sep 24 15:43:32 2004] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem  [500, #160029]
[Fri Sep 24 15:43:32 2004] [error] [client 127.0.0.1] (20014)Error string
not specified yet: Berkeley DB error while opening 'representations' table
for filesystem c:\\Documents and
Settings\\dobisekm\\Dokumenty\\XRAY\\svn-win32-1.0.6\\data/db:\nNot enough
space
[Fri Sep 24 15:43:32 2004] [error] [client 127.0.0.1] Could not fetch
resource information.  [500, #0]
[Fri Sep 24 15:43:32 2004] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem  [500, #160029]
[Fri Sep 24 15:43:33 2004] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem  [500, #160029]
[Fri Sep 24 15:43:33 2004] [error] [client 127.0.0.1] (20014)Error string
not specified yet: Berkeley DB error while opening 'changes' table for
filesystem c:\\Documents and
Settings\\dobisekm\\Dokumenty\\XRAY\\svn-win32-1.0.6\\data/db:\nNot enough
space
[Fri Sep 24 15:43:33 2004] [error] [client 127.0.0.1] Could not fetch
resource information.  [500, #0]
[Fri Sep 24 15:43:33 2004] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem  [500, #160029]
[Fri Sep 24 15:43:33 2004] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem  [500, #160029]


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