Facing issue to Upload the Bundle ""status":409,"code":"Conflict","message":"BUNDLE_ELEMENTS_DUPLICATION; One or more elements are already uploaded."}root@SDDC_FQDN [ /home/vcf ]# timed out waiting for input: auto-logout."
search cancel

Facing issue to Upload the Bundle ""status":409,"code":"Conflict","message":"BUNDLE_ELEMENTS_DUPLICATION; One or more elements are already uploaded."}root@SDDC_FQDN [ /home/vcf ]# timed out waiting for input: auto-logout."

book

Article ID: 403912

calendar_today

Updated On:

Products

VMware Cloud Foundation

Issue/Introduction

/var/log/vmware/vcf/lcm/lcmdebug.log :


YYYY-MM-DD: [mainl DEBUC [com. vmware. evo. sddc. lcm. bundle. download. depot. utils. Bundleutilsl
Tist of not supported products : PKS, HORTZON, NSX MANAGER
YYYY-MM-DD: [main] DEBUG [com. vmware.evo.sddc.lem.bundle.download.depol.DepolBundleDownloadServiceImpl]
Creating local manitest directory: /root/PROD2/cvo/vmw/tmp/manitests
YYYY-MM-DD: [main] DEBUG [com. vmware. evo.sddc. lcm.bundle. download. depot. Depot.BundleDownloadServiceTmpl]
Creating local bundle directory: /root/PROD2/evo/vmw/tmp/bundles
YYYY-MM-DDT |main | DEBUG | com. vmware. evo. sddc. lcm. tools. asyncpatch. AsyncPatchContigProperties |
Added ESX HOST to supportBundleSoftwareType
YYYY-MM-DD: [main] DEBUG [com. vmware. evo. sddc. lcm. tools. asyncpatch.AsyncpatchConfigProperties]
Added NSX T MANAGER to supportBundleSottwareType
YYYY-MM-DD : [main] DEBUG
[com. vmware. evo. sddc. lcm. tools. asyncpatch. AsyncPatchConfigProperties]
Added VCENTER to supportBundlesoftwareType
YYYY-MM-DDT [main] DEBUG
Adding VXRAIL to supportBundleSoftwareType
YYYY-MM-DD: [main] DEBUG
Loaded warning message map tile: WarningMessageMap. json
[com. vmware. evo. sddc . lcm. tools. common. WarningsDisplayutil]

YYYY-MM-DDT [main] DEBUG [com. vmware. evo. sddc. lcm. tools. common. WarningsDisplayUtil]
Include warnings: []
YYYY-MM-DD:  [main] DEBUG [com. vmware. evo. sddc. lcm. tools . common. Consoleutil]
trial 1/3
YYYY-MM-DD: [main] DEBUG [com. vmware. evo.sdde.lem. Lools. common. WarningsDisplayULil]

Bundle Transfer utility Tool failed with error : cannot read the array length because "sddcManagerDownloadedFiles" is null

Environment

VMware Cloud Foundation 5.2.1

Cause

This issue occurs when the same bundle ID is present in the SDDC Manager database in a failed state.

Resolution

 Note :Create a snapshot of the SDDC Manager VM.

>>Browse to bundle management section in the SDDC-Manager UI
>>Refine search to "Downloaded" only
>>Open the older bundle that is to be deleted to get the bundle id.
>>SSH to the SDDC Manager VM and change to the root user:

su

Run the below command for clean up with bundle id :

python /opt/vmware/vcf/lcm/lcm-app/bin/bundle_cleanup.py <bundle id>

>>Try to upload again, It should work.