We're using Web Deploy v3.6 to deploy the updates of our web application to the server.
Recently, socket error (10054) started to appear in some of the servers runningWindows Server 2012.
The endpoints are reachable, physical connectivity is there, runs on default port 80.
Have ensured that the invoking user is in the Administrators group also.
Have given the response from the command prompt and what is logged in the event viewer below (for security reasons, removed the user name and FQDN of the computer from the event viewer log)
We're totally stuck and could not proceed further.
Requesting the community to provide your feedback to resolve the issue.
Any troubleshooting tip would be highly appreciated.
Response in command prompt:
C:\Program Files\IIS\Microsoft Web Deploy V3>msdeploy.exe -verb:sync -source:runCommand="sc query WMSvc" -dest:auto,computerName=BAVNAPPNMV01
Info: Using ID '28fdf547-6794-42f6-a421-000f4312eba1' for connections to the remote server.
Warning: Retrying the sync because a socket error (10054) occurred.
Retrying operation 'Serialization' on object MSDeploy.runCommand (sourcePath). Attempt 1 of 25.
Info: Using ID '0d907bfd-1789-4be1-8823-51eb866ef79b' for connections to the remote server.
Warning: Retrying the sync because a socket error (10054) occurred.
Retrying operation 'Serialization' on object MSDeploy.runCommand (sourcePath). Attempt 2 of 25.
Info: Using ID 'eff2456b-d25a-4ee9-9169-6afe0435101b' for connections to the remote server.
Warning: Retrying the sync because a socket error (10054) occurred.
Retrying operation 'Serialization' on object MSDeploy.runCommand (sourcePath). Attempt 3 of 25.
Info: Using ID 'a249271f-ca45-48b5-818a-3a4bbc695ffb' for connections to the remote server.
Warning: Retrying the sync because a socket error (10054) occurred.
Retrying operation 'Serialization' on object MSDeploy.runCommand (sourcePath). Attempt 4 of 25.
^C
Aborted the command as the default retry interval is 25 and it failed in almost all the previous retries with the same error.
Error logged in Event Viewer:
Log Name: Microsoft Web Deploy
Source: Web Deploy
Date: 7/19/2017 9:12:16 AM
Event ID: 1
Task Category: None
Level: Error
Keywords: Classic
User: user name removed for posting this query
Computer: BAVNAPPNMV01
Description:
Request ID 9e26fcc4-9ec3-4d7e-b271-94b24223f4fa timed out while waiting for a subsequent request and will be removed from the stream table.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Web Deploy" />
<EventID Qualifiers="0">1</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2017-07-19T03:42:16.000000000Z" />
<EventRecordID>2331</EventRecordID>
<Channel>Microsoft Web Deploy</Channel>
<Computer>BAVNAPPNMV01</Computer>
<Security UserID="S-1-5-21-708577975-3734375098-1905409693-1013" />
</System>
<EventData>
<Data>Request ID 9e26fcc4-9ec3-4d7e-b271-94b24223f4fa timed out while waiting for a subsequent request and will be removed from the stream table.</Data>
</EventData>
</Event>