You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Daniell, Casey B" <Ca...@reyrey.com> on 2006/06/23 21:38:34 UTC

Apache Error when Viewing through Web Browser

All,
 
I am getting the following error, and can't seem to track down the cause
of it.
 
System: Windows 2003 Server
Apache 2.0.50
Subversion 1.2.3 running Filesystem based revisions, not the Berkley DB

Background:
When hitting the URL it, ask for UserID and PW, then throws a server 500
error. The below error is in the Apache error log, any clues as to what
is going wrong? I see the real path Repositories\ScottPlayground\db on
the filesystem, but it seems to be munged when trying to access it. I am
trying to view it in my webbrowser by going to
http://foo.com/ScottPlayground


Apache Error: 
 
[Fri Jun 23 16:14:58 2006] [error] [client 168.207.171.116] (20014)Error
string not specified yet: Berkeley DB error while opening 'nodes' table
for filesystem E:\\Repositories\\ScottPlayground/db:\nNo such file or
directory
[Fri Jun 23 16:14:58 2006] [error] [client 168.207.171.116] Could not
fetch resource information.  [500, #0]
 
 
Apache config:

<Location /ScottPlayground>
   DAV svn
   SVNIndexXSLT "/svnstyle.xsl"
   SVNPath E:\Repositories\ScottPlayground
   Require valid-user
   AuthType SSPI
   SSPIAuth On
   SSPIAuthoritative On
   SSPIDomain ad.reyrey.com
   SSPIOfferBasic On
</Location>

Casey Daniell
Configuration and Release Manager
Reynolds Web Solutions
www.reynoldswebsolutions.com <http://www.reynoldswebsolutions.com/> 



Confidentiality Statement:
This message is confidential and may contain confidential information it
is intended only for the individual[s] named herein. If this message is
being sent from a member of the legal department, it may also be legally
privileged.   If you are not the named addressee[s] you must delete this
email immediately do not disseminate, distribute or copy.

 

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


Re: Apache Error when Viewing through Web Browser

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jun 23, 2006, at 23:38, Daniell, Casey B wrote:

> System: Windows 2003 Server
> Apache 2.0.50
> Subversion 1.2.3 running Filesystem based revisions, not the  
> Berkley DB
>
> Background:
> When hitting the URL it, ask for UserID and PW, then throws a  
> server 500
> error. The below error is in the Apache error log, any clues as to  
> what
> is going wrong? I see the real path Repositories\ScottPlayground\db on
> the filesystem, but it seems to be munged when trying to access it.  
> I am
> trying to view it in my webbrowser by going to
> http://foo.com/ScottPlayground
>
>
> Apache Error:
>
> [Fri Jun 23 16:14:58 2006] [error] [client 168.207.171.116] (20014) 
> Error
> string not specified yet: Berkeley DB error while opening 'nodes'  
> table
> for filesystem E:\\Repositories\\ScottPlayground/db:\nNo such file or
> directory
> [Fri Jun 23 16:14:58 2006] [error] [client 168.207.171.116] Could not
> fetch resource information.  [500, #0]
>
>
> Apache config:
>
> <Location /ScottPlayground>
>    DAV svn
>    SVNIndexXSLT "/svnstyle.xsl"
>    SVNPath E:\Repositories\ScottPlayground
>    Require valid-user
>    AuthType SSPI
>    SSPIAuth On
>    SSPIAuthoritative On
>    SSPIDomain ad.reyrey.com
>    SSPIOfferBasic On
> </Location>

I suspect your mod_dav_svn is much older than 1.2.3 -- 1.0.x at the  
latest -- because the fact that you're getting a BerkeleyDB error in  
the log when your repository doesn't use BerkeleyDB indicates to me  
that your mod_dav_svn doesn't know how to handle anything other than  
BDB repositories. (FSFS support was added in Subversion 1.1.0.)


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