-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.8.1.GA
-
- Red Hat Process Automation Manager (RHPAM) 7.8.1
- Red Hat Single Sign On (RHSSO) 7.4.0
- Large number of users (4000 and more) is added to the RHSSO using the following script:
****************************************
for i in {1..4000}
do
echo "Command no. $i"
./kcadm.sh config credentials --server http://localhost:8280/auth --realm <realmName> --user <realmUser> --password <realmUserPassword>
./kcadm.sh create users -r <realmName> -s username=testuser$i -s enabled=true
./kcadm.sh set-password -r <realmName> --username testuser$i --new-password testuser$i
./kcadm.sh add-roles --uusername testuser$i --rolename admin -r <realmName>
./kcadm.sh add-roles --uusername testuser$i --rolename kie-server -r <realmName>
./kcadm.sh add-roles --uusername testuser$i --rolename rest-all -r <realmName>
done****************************************
Red Hat Process Automation Manager (RHPAM) 7.8.1 Red Hat Single Sign On (RHSSO) 7.4.0 Large number of users (4000 and more) is added to the RHSSO using the following script: **************************************** for i in {1..4000} do echo "Command no. $i" ./kcadm.sh config credentials --server http://localhost:8280/auth --realm <realmName> --user <realmUser> --password <realmUserPassword> ./kcadm.sh create users -r <realmName> -s username=testuser$i -s enabled=true ./kcadm.sh set-password -r <realmName> --username testuser$i --new-password testuser$i ./kcadm.sh add-roles --uusername testuser$i --rolename admin -r <realmName> ./kcadm.sh add-roles --uusername testuser$i --rolename kie-server -r <realmName> ./kcadm.sh add-roles --uusername testuser$i --rolename rest-all -r <realmName> done ****************************************
-
False
-
False
-
2022 Week 14-16 (from Apr 4), 2022 Week 17-19 (from Apr 25)
When a large number of users is added to the RHSSO, the attempt to navigate to the Admin -> Users page in the Business Central fails (sometimes) with the pop up error message:
"An error was produced during the user information search query. java.lang.IllegalStateException:Invalid use of BasicClientConnManager: connection still allocated. Make sure to release the connection before allocating another one."
The same error happens when trying to assign the actor for the human task in the process editor.