liquibase.exception.LockException: Could not acquire a change log lock. Currently locked.
Error:
liquibase.exception.LockException: Could not acquire a change log lock. Currently locked.
Steps to Reproduce
1.Open the vae database.
2.Edit the databasechangechangelock table and change the value to "True".
Resolution:
Update the Locked column value as "False" in "databasechangechangelock" table in Postgres under vae database.
Query : UPDATE databasechangechangelock SET LOCKED=false where ID=1;
After that restart the tomcat & then log in to AEUI"