- SDDC Manager UI unable to load workload domains and hosts information and more.
0 Solutions.0 Workload Domains.
Failed to load all domains information. Could not reach the server, possible reasons could be network connectivity issue or server going down.Failed to load cluster details. Could not reach the server, possible reasons could be network connectivity issue or server going down.
Failed to load host details. Could not reach the server, possible reasons could be network connectivity issue or server going down.Failed to load host details. Unable to retrieve aggregated Network Pools info.502 Bad Gateway.
XXXX-XX-XXTXX:XX:XX.XXX+0000 WARN [vcf_om,0000000000000000,0000] [o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext,main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [com/vmware/vcf/operationsmanager/JpaConfig.class]: Invocation of init method failed; nested exception is liquibase.exception.CommandExecutionException: liquibase.exception.LockException: Could not acquire change log lock. Currently locked by sddc_manager_fqdn (A.B.C.D) since X/X/XX, X:XX PM
XXXX-XX-XXTXX:XX:XX.XXX+0000 ERROR [common,0000000000000000,0000] [c.v.e.s.t.services.TaskCollector,pool-1-thread-6] collect() failedorg.springframework.web.client.HttpServerErrorException$BadGateway: 502 Bad Gateway: "<html><EOL><EOL><head><title>502 Bad Gateway</title></head><EOL><EOL><body><EOL><EOL><center><h1>502 Bad Gateway</h1></center><EOL><EOL><hr><center>nginx</center><EOL><EOL></body><EOL><EOL></html><EOL><EOL>"
VMware Cloud Foundation 5.1.0.0
This issue is caused by a stale lock in one or more databases.
psql --host=localhost -U postgres --dbname platform\listplatform, domainmanager, operationsmanager, etc.) using \c database_name select * from DATABASECHANGELOGLOCK;id | locked | lockgranted | lockedby----+--------+-------------+---------- 1 | f | | id | locked | lockgranted | lockedby----+--------+------------+---------- 1 | t | xxxxx | xxxxxupdate DATABASECHANGELOGLOCK set locked=false, lockgranted=null, lockedby=null where id=1 ;select * from DATABASECHANGELOGLOCK;\q