Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA73110ACD for ; Fri, 27 Feb 2015 11:43:45 +0000 (UTC) Received: (qmail 6174 invoked by uid 500); 27 Feb 2015 11:43:45 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 6138 invoked by uid 500); 27 Feb 2015 11:43:45 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Delivered-To: moderator for users@subversion.apache.org Received: (qmail 72095 invoked by uid 99); 27 Feb 2015 11:25:18 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.tourevo.com X-Spam-Level: Message-ID: <54F053CE.5050709@tourevo.com> Date: Fri, 27 Feb 2015 12:23:58 +0100 From: Tim Schumacher User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: users@subversion.apache.org Subject: Sporadic 500 Errors when checking out parts of the repository Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Hi folks, we have medium sized repository (~20k commits, 3GB of data, heavy branching) and at night our buildserver checks out parts of our application but sometimes it fails because he gets a 500 error from our web server. The main problem is, that there is no entry in the error_log of the apache and it happens only some of the time, not on all occasions. The following entry is from the access_log: 192.168.120.25 - buildserver [27/Feb/2015:01:58:19 +0100] "OPTIONS /svn/repo/trunk/400_Software/440_Server/448_routing HTTP/1.1" 500 801 "-" "SVN/1.7.5 SVNKit/1.7.5 (http://svnkit.com/) r9306_v20120621_1817" Bit at 01:58:19 is no error_log entry. This is the log of the client: |27.02.2015 01:58:23: Checking out http://vcs.taf.lan/svn/repo/trunk/400_Software/440_Server/448_routing revision: HEAD depth:infinity ignoreExternals: false ERROR: Failed to check out http://vcs.taf.lan/svn/repo/trunk/400_Software/440_Server/448_routing org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS of '/svn/repo/trunk/400_Software/440_Server/448_routing': 500 Internal Server Error (http://vcs.taf.lan) svn: E175002: OPTIONS request failed on '/svn/repo/trunk/400_Software/440_Server/448_routing'| This is the config: DAV svn SVNPath /var/lib/svn/repo SVNPathAuthz off AuthType basic AuthName "Subversion Repository for Project repo" AuthBasicProvider ldap AuthLDAPURL "ldap://sbs.taf.lan:389/OU=Users,OU=MyBusiness,DC=taf,DC=lan?sAMAccountName?sub?(objectClass=*)" AuthLDAPBindDN "ldap@taf.lan" AuthLDAPBindPassword "" require ldap-group CN="repo VCS Users",OU="Security Groups",OU=MyBusiness,DC=taf,DC=lan This server runs debian jessy with apache 2.4.10-9 and libapache2-mod-svn 1.8.10-5. So I have 2 questions: 1. Whats happening here? 2. How do I turn up the logging, so I get more Information about the 500 error? Thanks for your time Tim ps When replying please set me on cc, since I am not subscribed to this mailinglist. -- TOUREVO Softwareentwicklung c/o Intershop Tower Leutragraben 1 07743 Jena Fon: +49 (3641) 50980-0 Fax: +49 (3641) 50980-1 Mail: tim.schumacher@tourevo.com