SDDC Manager Backup Fails with Error:
Directory /etc/alternatives/jre/lib/security does not exist
VMware Cloud Foundation 5.x
1. manifest.json validation failed, please check the format and try again
2. Directory /etc/alternatives/jre/lib/security does not exist
ERROR [vcf_sos] [backuphelper.py::validate_manifest_json] Traceback (most recent call last):
File "backup/backuphelper.py", line 101, in validate_manifest_json
Exception: Directory /etc/alternatives/jre/lib/security does not exist
To resolve the issue, ensure that a valid symbolic link to a supported OpenJDK version is created under /etc/alternatives/jre.
Steps:
ln -s /usr/lib/jvm/openjdk-java17-headless.x86_64 /etc/alternatives/jre
(Note: Adjust the path to match the installed OpenJDK version on your system.)
Initiate the backup operation again via the SDDC Manager UI. The process should now complete successfully.
NA