<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>I have tried using standalone-ha.xml with shared database. I thought that would be enough but it seems like it&#8217;s not. The problem is</div>
<div><br>
</div>
<div>I log into kc1 instance, and subsequent requests are authenticated.</div>
<div>Then I try viewing</div>
<div>host:8080/auth/realms/master/account</div>
<div>Which is also authenticated.</div>
<div><br>
</div>
<div>Then I try to view this on kc1 by changing port like:</div>
<div>host:8081/auth/realms/master/account</div>
<div><br>
</div>
<div>At this point I expect to see same page. However I get prompted for login for both kc1 and kc2. I see no logs at this point.</div>
<div><br>
</div>
<div>So now I have switched to using keycloak-ha-postgres because it seemed to me that it comes clustering enabled out of box. So I nearly did exactly what this page:</div>
<div><a href="https://hub.docker.com/r/jboss/keycloak-ha-postgres/builds/benk6w5cgdmrqonrxvu3bfu/">https://hub.docker.com/r/jboss/keycloak-ha-postgres/builds/benk6w5cgdmrqonrxvu3bfu/</a></div>
<div>&nbsp;told me to so. The only difference that I have done is adding ports (with &#8211;p 8080:8080 to one instance and &#8211;p 8081:8080 to the another one) and adding a new user.</div>
<div><br>
</div>
<div>Once I start the I get this log:</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,888 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel keycloak</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,893 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel server</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,902 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel keycloak: [a05014a5dc24|0] (1) [a05014a5dc24]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,907 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel keycloak local address is a05014a5dc24, physical addresses are [127.0.0.1:55200]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,902 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel server: [a05014a5dc24|0] (1) [a05014a5dc24]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,914 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel server local address is a05014a5dc24, physical addresses are [127.0.0.1:55200]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,925 INFO&nbsp; [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-2) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,926 INFO&nbsp; [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,978 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel web</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,982 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel web: [a05014a5dc24|0] (1) [a05014a5dc24]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,984 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel web local address is a05014a5dc24, physical addresses are [127.0.0.1:55200]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,985 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel hibernate</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,986 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel hibernate: [a05014a5dc24|0] (1) [a05014a5dc24]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:49,987 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel hibernate local address is a05014a5dc24, physical addresses are [127.0.0.1:55200]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,028 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel ejb</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,030 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel ejb: [a05014a5dc24|0] (1) [a05014a5dc24]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,031 INFO&nbsp; [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel ejb local address is a05014a5dc24, physical addresses are [127.0.0.1:55200]</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,357 INFO&nbsp; [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0002: Started realmVersions cache from keycloak container</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,391 INFO&nbsp; [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0002: Started offlineSessions cache from keycloak container</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,397 INFO&nbsp; [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0002: Started loginFailures cache from keycloak container</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,396 INFO&nbsp; [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0002: Started sessions cache from keycloak container</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,392 INFO&nbsp; [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started realms cache from keycloak container</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,399 INFO&nbsp; [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0002: Started users cache from keycloak container</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">05:28:50,402 INFO&nbsp; [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 50) WFLYCLINF0002: Started work cache from keycloak container</p>
</div>
<div><br>
</div>
<div><br>
</div>
<div>However I still have the same issue as above (I get logged out). Also I don&#8217;t get any new logs for the entire log-in, log-out processes.</div>
<div><br>
</div>
<div>Am I doing something wrong?</div>
<div>Thanks,</div>
<div>Sarp</div>
</body>
</html>