/
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
How to lock/unlock participant fields?
How to lock/unlock participant fields?
More like this
OpenClinica/REDCap: Multiple events mapping error
OpenClinica/REDCap: Multiple events mapping error
More like this
How to fix the global search results?
How to fix the global search results?
More like this
How to reset label sequences?
How to reset label sequences?
More like this
OC FAQs and Errors
OC FAQs and Errors
More like this
Deployment steps
Deployment steps
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com