ERROR: Failed to get last updated time for HCL
/<VMware Cloud Foundation Download Tool>/log/vdt.log shows a null pointer exception when the tool attempts to establish the HTTP route.YYYY-MM-DDTHH:MM:SS.975+0000 [main] ERROR [com.vmware.evo.sddc.lcm.vsanhcl.download.VsanHclDownloadServiceImpl] Failed to get last updated time for HCL with exception: Failed to process fetched last update time of HCL with exception Cannot invoke "org.apache.hc.client5.http.RouteInfo.getTargetHost()" because the return value of "org.apache.hc.client5.http.protocol.HttpClientContext.getHttpRoute()" is nullYYYY-MM-DDTHH:MM:SS.018+0000 [main] DEBUG [com.vmware.evo.sddc.lcm.tools.bundletransferv2.telemetry.TelemetryFileUtil] Is CEIP enabled: falseYYYY-MM-DDTHH:MM:SS.021+0000 [main] ERROR [com.vmware.evo.sddc.lcm.tools.bundletransferv2.exceptionhandler.ExecutionExceptionHandler] Application failed.com.vmware.evo.sddc.lcm.model.error.LcmException: Failed to get last updated time for HCLCaused by: com.vmware.vcf.vsan.error.HclClientException: Failed to process fetched last update time of HCL with exception Cannot invoke "org.apache.hc.client5.http.RouteInfo.getTargetHost()" because the return value of "org.apache.hc.client5.http.protocol.HttpClientContext.getHttpRoute()" is null at com.vmware.vcf.vsan.hclclient.HclClient.getLastUpdatedTime(HclClient.java:151) at com.vmware.evo.sddc.lcm.vsanhcl.download.VsanHclDownloadServiceImpl.getLastUpdated(VsanHclDownloadServiceImpl.java:78) ... 24 common frames omitted
curl -L -H "x-vmw-esp-clientid:VCF-B1B0D465-4D2D-4AE9-9A34-C335C81218B5-SEP-2024" --retry-all-errors --fail --retry 5 --retry-delay 5 --connect-timeout 30 --continue-at - --max-time 900 -w "%{http_code}" -o "vsan-hcl-all.json" "https://<endpoint_url>/products/v1/bundles/all"VCF 9.x
An endpoint URL configuration prevents the tool from determining the network route to the vSAN Hardware Compatibility List attributes.
Update the endpoint URLs based on the validation to ensure the tool resolves the network route and establishes a valid connection.
Retry vcf download tool to download the binaries.