The Fleet lifecycle 'Component import' task with ID #### failed. Internal errors: Unexpected server error has occurred.
YYYY-MM-DDThh:mm:ss.sss+0000 INFO [vcf_dm,####,####] [c.v.v.v.s.fleetlcm.FleetLcmService,dm-exec-xxx] Fleet LCM Task ID: ####-####-####-####-####, Status: FAILEDYYYY-MM-DDThh:mm:ss.sss+0000 ERROR [vcf_dm,####,####] [c.v.v.v.s.fleetlcm.FleetLcmService,dm-exec-xxx] Fleet LCM task ####-####-####-####-#### failed with status: FAILEDYYYY-MM-DDThh:mm:ss.sss+0000 ERROR [vcf_dm,####,####] [c.v.v.v.s.f.FleetLcmTaskExecutor,dm-exec-xxx] Fleet LCM task for Component import failed, task ID: ####-####-####-####-####, status: FAILEDYYYY-MM-DDThh:mm:ss.sss+0000 ERROR [vcf_dm,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,xxxx] [c.v.e.s.o.model.error.ErrorFactory,dm-exec-xxx] [IULIM3] PUBLIC_FLEET_LCM_TASK_FAILED The Fleet lifecycle {0} task with ID ####-####-####-####-#### failed. Internal errors: Unexpected server error has occurred., Unexpected server error has occurred., Unexpected server error has occurred
YYYY-MM-DDThh:mm:ss.sssssssssZ stdout F YYYY-MM-DDThh:mm:ss.sssZ ERROR sddc-build-service 52 [lcm@xxxx scPath="ops" thread="system-task-worker-x" logger="c.b.v.l.s.b.p.common.util.SslUtil" method="getCertificateChain:120"] [####-####-####-####-####, taskId=####-####-####-####-####] - Error occurred while getting certificate chain for 'vcf_operations_node_fqdn:443'.YYYY-MM-DDThh:mm:ss.sssssssssZ stdout F java.net.ConnectException: Connection timed out
VCF 9.1.0.0100
TCP connectivity issue between the VMSP (SDDC Build Service, SBS) pods and the VCF Operations instance.
The VMSP (specifically the SBS pods) requires HTTPS connectivity to the VCF Operations node to fetch certificate chains and validate node readiness.
Open an SSH session to the VMSP control-plane node.
To identify the control-plane node IP address: open the VCF Operations UI > Build > Components > click on the VCF Runtime component > scroll down to the Nodes table and copy the IP of a node with the type control plane.
ssh vmware-system-user@<control-plane-address>
cat /etc/kubernetes/admin.conf
export KUBECONFIG=/etc/kubernetes/admin.conf
kubectl get pods -n vcf-sddc-lcm
kubectl exec -n vcf-sddc-lcm vcf-sddc-build-service-sddcbuild-####-#### -- curl -v -k --connect-timeout 5 https://vcf_operations_node_fqdn 2>&1 | head -20