[keycloak-user] Keycloak client hangs after creating 9 users

Marek Posolda mposolda at redhat.com
Mon Mar 5 23:21:14 EST 2018


Some admin client methods, and especially "create" methods, return 
Response (javax.ws.rs.core.Response) objects from it. I guess you may 
need to close those responses to ensure connection is cleared.

Marek

On 05/03/18 15:04, Maickel Hagemann wrote:
> Hi all,
>
> I'm having some trouble with creating users, using the Keycloak Admin REST API in Java.
>
> I'm trying to create a few dozen users in Keycloak and I want to send each user an email to notify them to update their passwords in a for-loop.
> But everytime, after creating a user and sending an email for 9 users, the Keycloak client hangs indefinitely when it's trying to send an email for the 10th user.
>
> Im running Keycloak in a docker container with PostgreSQL and MailHog.
>
> Do any of you have any ideas?
>
>
> Regards,
> Maickel
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user




More information about the keycloak-user mailing list