SVN服务器错误:提供程序在传输REPORT响应时遇到错误.[500,#0]

use*_*927 9 svn

我们运行Linux SVN服务器(Apache/2.2.22(Unix)DAV/2 SVN/1.7.6 mod_ssl/2.2.22和OpenSSL/0.9.8x),我们有时会在错误日志文件中收到以下错误.

客户端使用JAVA应用程序,通过HTTPS同步存储库中的数据.客户端应用程序使用以下组件:

  • svnclientadapter-1.8.0.jar
  • svnjavahl-1.7.4.jar

日志文件显示:

[Thu Apr 24 21:03:39 2014] [error] [client 70.198.65.85] Provider encountered an error while streaming a REPORT response.  [500, #0]
[Thu Apr 24 21:03:39 2014] [error] [client 70.198.65.85] A failure occurred while driving the update report editor  [500, #103]
[Thu Apr 24 21:03:39 2014] [error] [client 70.198.65.85] Error writing base64 data: Software caused connection abort  [500, #103]
[Thu Apr 24 21:28:33 2014] [error] [client 70.198.65.85] Provider encountered an error while streaming a REPORT response.  [500, #0]
[Thu Apr 24 21:28:33 2014] [error] [client 70.198.65.85] A failure occurred while driving the update report editor  [500, #103]
[Thu Apr 24 21:28:33 2014] [error] [client 70.198.65.85] Error writing base64 data: Software caused connection abort  [500, #103]
Run Code Online (Sandbox Code Playgroud)

有人有什么想法吗?先感谢您

小智 1

尝试在 svn 服务器上安装 apache2-mpm-prefork,如果还没有,在 ubuntu 中可以使用以下命令完成

sudo apt-get install apache2-mpm-prefork
Run Code Online (Sandbox Code Playgroud)

我们遇到了类似的问题,在我们的例子中,当我们一次有多个客户时,就会出现这个问题。