Login issue: ENGINE-03005 Execution of 'UPDATE UserEntity[username]' failed

Hello,

I get the following error message when trying to logon to Camunda:

Login Failed : ENGINE-03005 Execution of ‘UPDATE UserEntity[username]’ failed. Entity was updated by another transaction concurrently.

Logon through UI is currently not possible. Has anyone experienced this before? I checked the other ENGINE-03005 issues on the forum, but none of them seem to mach this issue.

Running Camunda 7.9.0 on a postgres DB.

Any suggestion is appreciated, thank you.

Oliver

I am facing exactly the same issue. Camunda version 7.9.0

Exception is thrown when this piece of code is invoked :
engine.getIdentityService().saveUser(user);

Respective user has columns lock_exp_time_ and attempts_ in table act_id_user set.

What are the steps to reproduce the issue? Does it occur for each user?