Error in Method invocation Timeout happens while waiting for task to terminate
/var/log/vmware/applmgmt/applmgmt.log
YYYY-MM-DDTHH:MM:SS AM UTC [2509283]DEBUG:root:Validated user privileges in localstore or SSO
YYYY-MM-DDTHH:MM:SS AM UTC [2509283]DEBUG:vmware.appliance.update.update_state:In State._get using state file /etc/applmgmt/appliance/software_update_state.conf
YYYY-MM-DDTHH:MM:SS AM UTC [2509283]ERROR:vmware.appliance.update.update_functions:Can't read JSON file /storage/core/software-update/updates/8.0.2.00300/precheck_results [Errno 2] No such file or directory: '/storage/core/software-update/updates/8.0.2.00300/precheck_results'
YYYY-MM-DDTHH:MM:SS AM UTC [2509283]DEBUG:vmware.appliance.update.update_functions:Exception happens while waiting for task to terminate: FileNotFoundError(2, 'No such file or directory')
YYYY-MM-DDTHH:MM:SS AM UTC [2509283]ERROR:vmware.appliance.update.update_functions:Can't read JSON file /storage/core/software-update/updates/8.0.2.00300/precheck_results [Errno 2] No such file or directory: '/storage/core/software-update/updates/8.0.2.00300/precheck_results'
/var/log/vmware/applmgmt/PatchRunner.log
YYYY-MM-DDTHH:MM:SS vmidentity:CollectRequirements INFO extensions Executing patch hook '<module 'vmidentity' from '/storage/core/software-update/updates/8.0.2.00400/scripts/patches/payload/components-script/vmidentity/__init__.py'>:CollectRequirements' with context <patch_specs.PatchContext object at 0x7f5c0b767160>.
YYYY-MM-DDTHH:MM:SS vmidentity:CollectRequirements INFO vmidentity Executing Requirements Hook for VMware Identity STS Service
YYYY-MM-DDTHH:MM:SS vmidentity:CollectRequirements INFO vmidentity.utils Found configured HTTP port 80
YYYY-MM-DDTHH:MM:SS vmidentity:CollectRequirements INFO vmidentity.utils providers command output is - {"value":[]}
Identify the tenant name from the output of the command via VCSA ssh session
root@vcenter [ / ]# /usr/lib/vmware-vmafd/bin/vmafd-cli get-domain-name --server-name localhost
vsphere.local
root@vcenter [ / ]#
sso-config.sh -get_authn_policy -t vsphere.local
Authentication policy on tenant : 'vsphere.local' :
IsPasswordAuthEnabled: true
IsWindowsAuthEnabled: true
IsTLSClientCertAuthnEnabled: false
IsSecurIDAuthnEnabled: false
revocationCheckEnabled: true
useOCSP: false
useCRLAsFailOver: false
Alternative OCSP responders:
useCertCRL: true
CRLUrl: UndefinedConfig
Exception in thread "main" java.lang.NoSuchMethodError: com.vmware.identity.idm.ClientCertPolicy.getEnableHint()Z
at com.vmware.identity.ssoconfig.SsoConfig.displayAuthenticationPolicy(SsoConfig.java:1064)
at com.vmware.identity.ssoconfig.SsoConfig.get_authn_policy(SsoConfig.java:1000)
at com.vmware.identity.ssoconfig.SsoConfig.main(SsoConfig.java:542)
To workaround the issue, perform the below steps
vmware-identity-sts-<version>-<build>.noarch.rpm
" file to the affected vCenter serverSample Command:rpm -Uvh --force vmware-identity-sts-8.0.2.00100-11979815.noarch.rpm
service-control --stop --all && service-control --start --all