OVF Deployment is failing with error Read timed out" while deploying VM in vSphere Web Client
search cancel

OVF Deployment is failing with error Read timed out" while deploying VM in vSphere Web Client

book

Article ID: 320010

calendar_today

Updated On: 05-13-2025

Products

VMware vCenter Server VMware vSphere ESXi

Issue/Introduction

Symptoms:

When deploying the OVF from VC the deployment fails with error: 
Encountered error "java.net.SocketTimeoutException: Read timed out"

Environment

VMware vCenter Server 6.x
VMware vSphere ESXi 6.x

Cause

  • SDRS has a limitation that only one task can run at a time on a given datastore cluster. One of the task took more than 30 minutes to complete and because of this, the subsequent tasks keep on waiting for the previous tasks to complete.
  • The OVF deployment task was initiated when the SDRS load balance task was in progress, and it will continue to wait until the current running task is completed. But the content-library code is responsible for the ovf deployment. It is likely to have a shorter timeout value than it takes for SDRS to give a recommendation. Hence the task fails.
  • In /var/log/vmware/vpxd/vpxd.log, you can observe that the SDRS recommendation is being executed repeatedly. For this instance, it was being executed every 30 minutes.
YYYY-MM-DDTHH:MM:SS.082Z info vpxd[7FB7F54D5700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-bd] [VpxLRO] -- BEGIN task-internal-92447430 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.087Z info vpxd[7FB7F5CEA700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-5c] [VpxLRO] -- BEGIN task-internal-92514947 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.590Z info vpxd[7FB7F47BB700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-3e] [VpxLRO] -- BEGIN task-internal-92481194 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.599Z info vpxd[7FB7D77EF700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-64] [VpxLRO] -- BEGIN task-internal-92548712 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.132Z info vpxd[7FB7D72E5700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-27] [VpxLRO] -- BEGIN task-internal-92582415 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.618Z info vpxd[7FB7D756A700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-c9] [VpxLRO] -- BEGIN task-internal-92616175 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.130Z info vpxd[7FB7F4EC9700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-94] [VpxLRO] -- BEGIN task-internal-92649675 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.635Z info vpxd[7FB7F48BD700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-fd] [VpxLRO] -- BEGIN task-internal-92683441 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.146Z info vpxd[7FB7D6FDF700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-6f] [VpxLRO] -- BEGIN task-internal-92717149 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.652Z info vpxd[7FB7F4536700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-d0] [VpxLRO] -- BEGIN task-internal-92750921 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.193Z info vpxd[7FB7D7A74700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-60] [VpxLRO] -- BEGIN task-internal-92784788 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.225Z info vpxd[7FB7F59DF700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-e3] [VpxLRO] -- BEGIN task-internal-92852203 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.726Z info vpxd[7FB7F58DD700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-8d] [VpxLRO] -- BEGIN task-internal-92885936 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.215Z info vpxd[7FB7F4FCB700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-8c] [VpxLRO] -- BEGIN task-internal-92919683 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.764Z info vpxd[7FB7F6A83700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-d3] [VpxLRO] -- BEGIN task-internal-92953406 -- group-p4154 -- AskRefreshSdrsRecLro --
YYYY-MM-DDTHH:MM:SS.277Z info vpxd[7FB7F5A60700] [Originator@6876 sub=vpxLro opID=task-internal-2-409434ca-83] [VpxLRO] -- BEGIN task-internal-92987159 -- group-p4154 -- AskRefreshSdrsRecLro --

Resolution

Increase the SDRS recommendation to a minimum of 2 hours or more.