/
How to solve “liquibase: Waiting for changelog lock….”?
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
How to solve “liquibase: Waiting for changelog lock….”?
This error occurs when the OpenSpecimen process was killed (explicitly) during its bootstrap routine. As a result, OpenSpecimen doesn't get a chance to free the lock that it acquired during the schema update process.
Given below are the steps to solve the problem:
- Ensure OpenSpecimen (Tomcat) process is completely stopped.
Login to the OpenSpecimen database and execute the below DML command to clear the schema lock
delete from databasechangeloglock; commit;
- Start OpenSpecimen (Tomcat).
, multiple selections available,
Related content
Deployment steps
Deployment steps
More like this
Error "Data truncation: Data too long for column"
Error "Data truncation: Data too long for column"
More like this
OC FAQs and Errors
OC FAQs and Errors
More like this
Roles and Privileges
Roles and Privileges
More like this
OpenClinica/REDCap: Multiple events mapping error
OpenClinica/REDCap: Multiple events mapping error
More like this
De-identification of OpenSpecimen data
De-identification of OpenSpecimen data
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com