You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Scott Lamb <sl...@slamb.org> on 2006/03/23 07:32:23 UTC

Bug? '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/editCart.jsp' path not found

I've got a misbehaving fsfs repository which I assume is due to a  
bug. I don't see it in the database.

Using a Subversion 1.2.1 server and client:

     $ svn ls http://svn.visualdistortion.org/repos/hw/2005-2006/db/ 
amazon/jsp/src
     WEB-INF/
     admin/
     editCart.jsp
     images/
     index.jsp
     scripts/
     stylesheets/
     $ svn info http://svn.visualdistortion.org/repos/hw/2005-2006/db/ 
amazon/jsp/src/editCart.jsp
     svn: REPORT request failed on '/repos/!svn/bc/1125/hw/2005-2006/ 
db/amazon/jsp/src/editCart.jsp'
     svn: '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/ 
editCart.jsp' path not found

Commits to that file give this error:

     svn: Commit failed (details follow):
     svn: PROPFIND request failed on '/repos/!svn/bc/1125/hw/ 
2005-2006/db/amazon/jsp/src/editCart.jsp'
     svn: '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/ 
editCart.jsp' path not found

A Subversion 1.2.3 client gives a more generic error message:

     $ svn info http://svn.visualdistortion.org/repos/hw/2005-2006/db/ 
amazon/jsp/src/editCart.jsp
     http://svn.visualdistortion.org/repos/hw/2005-2006/db/amazon/jsp/ 
src/editCart.jsp:  (Not a valid URL)
     $ svn pl http://svn.visualdistortion.org/repos/hw/2005-2006/db/ 
amazon/jsp/src/editCart.jsp
     subversion/libsvn_client/prop_commands.c:756: (apr_err=145000)
     svn: Unknown node kind for 'http://svn.visualdistortion.org/ 
repos/hw/2005-2006/db/amazon/jsp/src/editCart.jsp'

In either case, access_log shows a 404 on the path that Subversion  
1.2.1 mentioned. error_log shows nothing.

The repository seems otherwise healthy. I tried dumping and restoring  
it just because; no change. I would have tried the bdb fs-type, too,  
but that's not easy on this machine. (It's pre-NPTL (RedHat 7.3!), so  
there are complications because it doesn't support the pshared  
mutexes Berkeley DB wants by default.)

-- 
Scott Lamb <http://www.slamb.org/>



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

Re: Bug? '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/editCart.jsp' path not found

Posted by Scott Lamb <sl...@slamb.org>.
On Mar 22, 2006, at 11:38 PM, Justin Erenkrantz wrote:
> On 3/22/06, Scott Lamb <sl...@slamb.org> wrote:
>> I've got a misbehaving fsfs repository which I assume is due to a
>> bug. I don't see it in the database.
>
> It seems like you have Resin installed somehow (as a proxy?) which is
> probably thinking that the JSP is local and is eating the response
> itself.  (Requesting index.jsp does the same thing.)
>
> You should try removing Resin.
>
> HTH.  -- justin

Ooh! You're right, thanks. If I disable Resin, the same request works.

I do need it running on the server, though, for other virtual hosts.  
Looks like I've got some mod_caucho digging to do to figure out why  
it's interfering with this one...

-- 
Scott Lamb <http://www.slamb.org/>



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

Re: Bug? '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/editCart.jsp' path not found

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On 3/22/06, Scott Lamb <sl...@slamb.org> wrote:
> I've got a misbehaving fsfs repository which I assume is due to a
> bug. I don't see it in the database.

It seems like you have Resin installed somehow (as a proxy?) which is
probably thinking that the JSP is local and is eating the response
itself.  (Requesting index.jsp does the same thing.)

You should try removing Resin.

HTH.  -- justin

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