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

Re: Bad status line

From: Tim Moloney <moloney_at_mrsl.com>
Date: 2002-03-07 16:20:09 CET

Philip Martin wrote:

> Tim Moloney <moloney@mrsl.com> writes:
>
>
>>I just checked out and built Apache 2.0.33 and Subversion revision 1437.
>>This is what happens.
>>
>> bash> svn checkout http://localhost/svn/example/trunk -d example
>>
>> svn_error: #21086 : <RA layer request failed>
>> OPTIONS request failed on /svn/example/trunk
>>
>> svn_error: #21086 : <RA layer request failed>
>> OPTIONS of /svn/example/trunk: Could not parse response status
>> line.
>>
>>I modified neon to display the status line and it is showing
>>
>> status line: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>>
>>Clearly something is wrong but I don't know if this is an Apache problem
>>or a Subversion problem. This also happens when I build and run the
>>latest Apache from CVS.
>>
>> [...]
>
> I am using CVS Apache built yesterday.
>
> There are lots of things that could be wrong, but I don't which would
> produce exactly error you are getting. The "obvious" mistakes, such as
> not setting up the repository, cause different errors. Are you sure
> you are running rev 1437?
>
> To help us determine what is wrong please modify session.c to enable
> neon debugging (perhaps we should add this to the HACKING file?) as
> follows
>
> [...]

After enabling neon debuggin, here the output.

   bash> svn checkout http://localhost/svn/example/trunk -d example
   HTTP session to http://localhost:80 begins.
   HTTP session to http://localhost:80 begins.
   Creating request...
   Running request create hooks.
   Request created.
   Doing DNS lookup on localhost...
   Running pre_send hooks
   Sending request headers:
   OPTIONS /svn/example/trunk HTTP/1.1
   User-Agent: SVN/0.9.0 neon/0.19.3
   Keep-Alive:
   Connection: TE, Keep-Alive
   TE: trailers
   Content-Length: 104
   Content-Type: text/xml
   Host: localhost

   Sending headers (#0)
   Request sent
   Sending body...
   Body block (104 bytes):
   [<?xml version="1.0" encoding="utf-8"?><D:options
     xmlns:D="DAV:"><D:activity-collection-set/></D:options>]
   Body sent.
   [Status Line] < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   Running destroy hooks.
   Request ends.

   svn_error: #21086 : <RA layer request failed>
     OPTIONS request failed on /svn/example/trunk

   svn_error: #21086 : <RA layer request failed>
     OPTIONS of /svn/example/trunk: Could not parse response status
     line.
   ne_session_destroy called.
   ne_session_destroy called.
   bash>

Greg Stein believes that believes that the problem is with Apache and
suggests that I drop back to Monday's files. I will post the results
as soon as I get them.

-- 
Tim Moloney
ManTech Real-time Systems Laboratory
2015 Cattlemen Road                             \     /
Sarasota, FL  34232                     .________\(O)/________.
(941) 377-6775 x208                        '  '  O(.)O  '  '
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 7 16:22:09 2002

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.