| I'm experiencing the same issue with Subversion plugin version 2.10.5 and 2.11.1. During checkout/update of externals the process simply proceeds with the next external item. No "At revision <rev>" message shown. I don't experience a delay between the last checked out file and the next "<-- Got one external: ... " message. Both, Windows and Linux nodes are affected. Also, I don't believe this is a server or connection problem. The build server and the subversion server are on a local network. There have never been any network related problems. Using Jenkins, this is suddenly happening quite regularly. Using the command line client to update the working copy manually works without any problems. And this sort of problem has never occurred to any team member (using either TortoiseSVN client under Windows or SmartSVN or command line client under Linux). The server is a VisualSVN 3.6.3 (Subversion 1.9.5, Apache 2.2.34) on Windows Server 2012. There are no errors in the Jenkins log. But, there are errors in the Subversion Server log:
Log Name: VisualSVNServer
Source: VisualSVN Server 3.6
Date: 8/4/2018 3:31:44 PM
Event ID: 1001
Task Category: Apache
Level: Error
Keywords: Classic
User: >user<
Computer: >server<
Description:
Unknown error [500, #106]
[client xxx.xxx.xxx.xxx]
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="VisualSVN Server 3.6" />
<EventID Qualifiers="0">1001</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-08-04T13:31:44.000000000Z" />
<EventRecordID>55045</EventRecordID>
<Channel>VisualSVNServer</Channel>
<Computer>>server<</Computer>
<Security UserID=">userid<" />
</System>
<EventData>
<Data>Unknown error [500, #106]
</Data>
<Data>xxx.xxx.xxx.xxx</Data>
</EventData>
</Event>
Log Name: VisualSVNServer
Source: VisualSVN Server 3.6
Date: 8/4/2018 3:31:44 PM
Event ID: 1001
Task Category: Apache
Level: Error
Keywords: Classic
User: >user<
Computer: >server<
Description:
A failure occurred while driving the update report editor [500, #106]
[client xxx.xxx.xxx.xxx]
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="VisualSVN Server 3.6" />
<EventID Qualifiers="0">1001</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-08-04T13:31:44.000000000Z" />
<EventRecordID>55044</EventRecordID>
<Channel>VisualSVNServer</Channel>
<Computer>>server<</Computer>
<Security UserID=">userid<" />
</System>
<EventData>
<Data>A failure occurred while driving the update report editor [500, #106]
</Data>
<Data>xxx.xxx.xxx.xxx</Data>
</EventData>
</Event>
Log Name: VisualSVNServer
Source: VisualSVN Server 3.6
Date: 8/4/2018 3:31:44 PM
Event ID: 1001
Task Category: Apache
Level: Error
Keywords: Classic
User: >user<
Computer: >server<
Description:
Provider encountered an error while streaming a REPORT response. [500, #0]
[client xxx.xxx.xxx.xxx]
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="VisualSVN Server 3.6" />
<EventID Qualifiers="0">1001</EventID>
<Level>2</Level>
<Task>2</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-08-04T13:31:44.000000000Z" />
<EventRecordID>55043</EventRecordID>
<Channel>VisualSVNServer</Channel>
<Computer>>server<</Computer>
<Security UserID=">userid<" />
</System>
<EventData>
<Data>Provider encountered an error while streaming a REPORT response. [500, #0]
</Data>
<Data>xxx.xxx.xxx.xxx</Data>
</EventData>
</Event>
I'm not sure whether these errors are related to this issue or not. The errors occur during the check out of the external. But there are many more files checked out until the issue occurs and the next external gets processed (the last checked out file for the external has time stamp 16:07:35). As there are several parallel check outs running at that time the server errors might not be related. A quick web search shows that the errors might be related to client-side timeouts. |