When using a user for REST API calls or automation purposes ( automation script ), you may notice that it started getting HTTP 401 or 404 errors. The user gets locked.
You will see the following log messages in the .../jsw/logs/soi-ui_wrapper.log file :
INFO | jvm 1 | 2024/02/13 13:06:07 | WARNING: An attempt was made to authenticate the locked user [username]
INFO | jvm 1 | 2024/02/13 13:06:07 | Feb 13, 2024 1:06:07 PM org.apache.catalina.realm.LockOutRealm filterLockedAccounts
INFO | jvm 1 | 2024/02/13 13:06:07 | WARNING: An attempt was made to authenticate the locked user [username]
INFO | jvm 1 | 2024/02/13 13:06:11 | Feb 13, 2024 1:06:11 PM org.apache.catalina.realm.LockOutRealm filterLockedAccounts
CA SOI 4.2.x
If there are too many failed authentication attempts in a given period, the user can be locked by the tomcat mechanism called LockOutRealm.