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

apr_error: #20014 connecting to local server (httpd2)

From: Chonger <jcheng_at_johncheng.dhs.org>
Date: 2001-12-20 19:50:28 CET

I had a problem a couple days ago compiling svn with Berkeley DB4.0.
Turns out that I was supposed to be using Berkeley DB 3.3.x, I
installed 3.3.11 and problem solved. Thanks.

I grabbed the latest httpd-2.0 from cvs and compiled it. Then I
recompiled svn against my Apache2 installation, restarted the
server and saw

Apache/2.0.30-dev (Unix) DAV/2 SVN/0.7.0 configured -- resuming normal
operations

I assume this means I managed to install Apache2 with svn
correctly. I created $HOME/svninst/repo and did 'svnadmin create
$HOME/svninst/repo' to create a repository there. I put this in
my httpd.conf to make sure I'll be serving the repository.

LoadModule dav_svn_module modules/libmod_dav_svn.so
<IfModule dav_svn_module>
<Location /svn/repo>
  DAV svn
  SVNPath /home/jcheng/svninst/repo
</Location>
</IfModule>

Then I tried checking out the repository using svn

$ svn co http://127.0.0.1:11111/svn/repos -d wc

apr_error: #20014, src_err 0 : <Error string not specified yet>
  The OPTIONS response did not include the requested
activity-collection-set.

Note that I used 11111 because I'm running a test-version alongside my
live one.

I tried compiling svn against the apr that came with the latest
httpd-2_0. I also tried running Apache on port 80. But I'm still
getting the same message. I tried a telnet test and I got
a 501:

$ telnet localhost 11111
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OPTIONS /svn/repost

... ERROR 500 ...

When this happens, an error is not logged in error_log, even though I
have logging set to debug. When I use the svn client, though, I do see
a log entry (OPTIONS) in my access_log. So I'm pretty sure the client
is behaving alright.

127.0.0.1 - - [20/Dec/2001:10:59:57 -0800] "OPTIONS /svn/repos
HTTP/1.1" 200 0

I'm stuck and I don't know what could be the cause of this. There
seems to be no reference to this problem on the mailing list archives
or the net.

Thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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.