on 2023 Jul 04 5:00 PM
Error while System Update - Already existing lock
While trying to do System update from hac, getting the following error:
"System update can not be performed, there is already existing lock : 'System update' on 'master' tenant and cluster id 2"
Request clarification before answering.
Hello charan_nalli,
To resolve the issue, please follow these steps:
1. Shutdown all Hybris application servers.
2. Check the database for any existing locks related to the system update. If any locks are found, remove them manually.
3. Start only one Hybris application server.
4. Perform the System Update on the single running application server.
5. Once the System Update is completed successfully, restart all the remaining Hybris application servers.
By following these steps, you can ensure a controlled and sequential process for the System Update, allowing for proper handling of locks and minimizing any potential conflicts.
--
Regards,
H.V.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi charan_nalli,
Can you please try executing the below query to release the lock:
UPDATE systeminit SET locked = 0;
Dear charan_nalli,
Please login to HAC then go to console --> FlexibleSearch --> SQL query
and run the following query:
UPDATE systeminit SET locked=0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.