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

Chunk Delimiter was invalid on Solaris w/http

From: KM <info4km_at_yahoo.com>
Date: 2006-01-10 16:45:59 CET

Hi Everyone -
  I have seen various email messages in the history/archives about the chunk delimiter errors. It seemed the solution might be a patch to apache, but to be honest after reading them all I was not sure. What i would really like - is for someone to explain the exact solution (if there is one) and how I apply it.
   
  Symptoms: When running svn co http://xxxxx from my repository on solaris - i get a 'chunk delimiter was invalid' error. This happens about the same time everytime, when checking out the whole repository. The co slows down at the same file every time and then goes a little further (about 5 files) before giving the chunk delimiter error. I can check out the two directories individually so I don't feel it is actually the files within these places. Also - the size in the apache logs is very large each time.
  - [ Also - i ran this from the windows 2000 cmd prompt of course using http - same thing happened, at the same place ]
  - [using the file access method file:///xxxxx works fine]
  - [ we also have tortoise front-end for the PC - but i can't reproduce this due to another error which i will send a separate message about, if necessary]
   
  Some info:
    * Operating System info:
------------------------
SunOS 5.8 (Solaris 8)
   
  *svn version info:
------------------
    svn, version 1.2.0 (r14790)
    compiled Jun 12 2005, 00:28:36
      Copyright (C) 2000-2005 CollabNet.
    Subversion is open source software, see http://subversion.tigris.org/
    This product includes software developed by CollabNet (http://www.Collab.Net/).
   The following repository access (RA) modules are available:
    * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
      - handles 'http' scheme
      - handles 'https' scheme
  * ra_svn : Module for accessing a repository using the svn network protocol.
      - handles 'svn' scheme
  * ra_local : Module for accessing a repository on local disk.
      - handles 'file' scheme
   
  *apache version info:
----------------------
Server version: Apache/2.0.52
Architecture: 32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_FCNTL_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/usr/local/apache2"
 -D SUEXEC_BIN="/usr/local/apache2/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"
   
  *apache error log:
------------------
  [Mon Jan 09 15:44:11 2006] [error] [client xx.xx.xx.xx] Provider encountered an error while streaming a REPORT response. [500, #0]
  [Mon Jan 09 15:44:11 2006] [error] [client xx.xx.xx.xx] A failure occurred while driving the update report editor [500, #190004]
   
  *apache access log:
------------------
10.40.56.99 - - [09/Jan/2006:15:44:11-0500] "REPORT /proj/!svn/vcc/default HTTP/1.1" 200 51416163

  *svn errors on screen:
----------------------
  svn: REPORT request failed on '/proj/!svn/vcc/default'
svn: REPORT of '/proj/!svn/vcc/default': Chunk delimiter was invalid (http://<server>)
  
  Any specific help is appreciated. If you'd like more info just let me know.
  KM

                        
---------------------------------
Yahoo! Photos
 Got holiday prints? See all the ways to get quality prints in your hands ASAP.
Received on Tue Jan 10 17:05:38 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.