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

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

From: Klaus Fehlker <lythie_at_web.de>
Date: 2004-09-28 15:02:32 CEST

Hi Michal,

 

I am facing the same problem, but experienced also while accessing the repository with an ordinary internet browser (so no write at all except logging). My server-configuration is a dual CPU HP system with HP-UX 11.

 

My next step is to upgrade Apache to 2.0.52 and Subversion to 1.0.6 and see, whether the error persists. Apache has fixed bugs regarding its WebDAV-module so it might help.

 

Moreover, I found threads in the Newsgroup where people point to a problem with double CPUs or RAID systems. Do you use any of this?

 

Kind Regards,

Klaus

 

 

> -----Original Message-----

> From: Dobísek Michal [mailto:dobisekm@dev.disnet.cz]

> Sent: Freitag, 24. September 2004 16:43

> To: users@subversion.tigris.org

> Subject: 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

 
Received on Tue Sep 28 17:18:30 2004

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.