Problems with setting up inifispan server #27022
Unanswered
markusmoormann
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I might have found part of the answer. Somehow keycloak didn't reload the configuration und was stuck in UDP Mode. I've created all the needed caches but don't know how to set up the
the error message
as far as I can see the store configuration ist the only difference:
but which configuration is which? and how do i configure this correctly? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently trying to find how to set up our Keycloak Servers.
Some numbers:
Our first thought was setting up an active/active deployment in AWS ECS which works fine including infinispan clustering via JDBC_PING.
The next thought was to have a blue/green deployment for updates. As far as I have read i need a central inifispan cluster so the users don't need reauthenticate after the update. Somehow i cannot complete this setup and I don't know why.
i start inifispan using this command
and keycloak with this inifispan config and this commandline (Version 23.0.6)
In Infinispan i can see a lot of logs like
Both services are started with Java 17
I can't find any caches in the infispan UI.
Any idea what I did wrong?
Are there any best practices how to set up keycloak in the given environment? I've seen the guide regarding kubernetes, but we are currently not firm with kubernetes.
How do other people set up their keycloak deployment?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions