Connectivity issues with the VCF offline depot may result in bundle download failures, such as BundleNotFoundException, or 404 errors when accessing OVA binaries or upgrade images. This article provides steps to verify and correct path configurations in the SDDC Manager Lifecycle Management service that prevent successful bundle synchronization.
BundleNotFoundException: Bundle with ID was not found in Software depot in logs.404 Not Found error when the SDDC Manager attempts to access depot content via the defined root directory.The lcm.depot.adapter.remote.v2.rootDir parameter in the application-prod.properties file is misconfigured or previously modified during deployment. Incorrect formatting (e.g., lcm.depot.adapter.remote.v2.rootDir=/<location>/PROD/) prevents the LCM service from resolving the correct URL path to the depot repository.
cd /opt/vmware/vcf/lcm/lcm-app/conf/
lcm.depot.adapter.remote.v2.rootDir.lcm.depot.adapter.remote.v2.rootDir=/PROD/:" wq" and then press "ENTER" to save.systemctl restart lcm