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

FW: Cant open Activity DB:Apr doesnt understand this error code

From: Ayman Noureldin <ayman_at_redfootsystems.com>
Date: 2005-04-19 12:26:24 CEST

-----Original Message-----
From: Ayman Noureldin [mailto:ayman@redfootsystems.com]
Sent: Tuesday, April 19, 2005 1:09 PM
To: 'John Szakmeister'
Subject: RE: Cant open Activity DB:Apr doesnt understand this error code

Yes I've built Apache2 myself. I used the guide on this link
http://pyre.third-bit.com/helium/subversion_linux.html

I used the command u mentioned and I have the following lines and other
output as well

Libgdm.so.2 /usr/lib/libgdm.so.2
Libdb-4.3.s0 /home/username/local/lib/libdb-4.3.so
Libaprutil-0.so.0 /home/username/local/lib/libaprutil-0.so.0
Libapr-0.so.0 /home/username/local/lib/libapr-0.so.0

-----Original Message-----
From: John Szakmeister [mailto:john@szakmeister.net]
Sent: Tuesday, April 19, 2005 12:35 PM
To: users@subversion.tigris.org
Subject: Re: Cant open Activity DB:Apr doesnt understand this error code

On Tuesday 19 April 2005 05:19, Ayman Noureldin wrote:
> There's the Apache error log
> [Tue Apr 19 04:12:07 2005] [error] [client <ipaddress>] Could not
> create activity
> /svn/project1/!svn/act/58297a10-39e0-8948-94ae-f52bb2b79dcf. [500, #0]
> [Tue Apr 19 04:12:07 2005] [error] [client <ipaddress>] could not open
> dbm files. [500, #120022]
> [Tue Apr 19 04:12:07 2005] [error] [client <ipaddress>] Can't open
> activity db:APR does not understand this error code [500, #120022]

I assume you built Apache2 yourself, right? Did you build it with dbm
support? I believe Subversion needs it for the Activity database. You
can do an 'ldd /path/to/your/httpd' and check that libdb and/or libgdbm
shows up. I have:
 :: ldd /usr/sbin/httpd2
        linux-gate.so.1 => (0xffffe000)
        libz.so.1 => /lib/libz.so.1 (0x40033000)
        libaprutil-0.so.0 => /usr/lib/libaprutil-0.so.0 (0x40044000)
        libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0x4005b000)
        libdb-4.2.so => /usr/lib/tls/libdb-4.2.so (0x40061000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40136000)
        libapr-0.so.0 => /usr/lib/libapr-0.so.0 (0x40155000)
        librt.so.1 => /lib/tls/librt.so.1 (0x40176000)
        libm.so.6 => /lib/tls/libm.so.6 (0x4017e000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x401a2000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x401d4000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x401ea000)
        libdl.so.2 => /lib/libdl.so.2 (0x401fb000)
        libc.so.6 => /lib/tls/libc.so.6 (0x401ff000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

>
> does this mean anything to you ? what's that path /svn/project1/!svn/
> ..... ? I define the SVNParentPath in the httpd.conf as
> /home/username/local/svn/repos and that's where exactly my project1
> repo resides.

The strange path you see is actually a mod_dav path. It's not
representative of the actual location of your repository on disk.

-John

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 19 12:28:08 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.