<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>Hello,</div>
<div><br>
</div>
<div>Below is exactly how Infinispan is configured:</div>
<div><br>
</div>
<div>
<pre style="widows: 1;">&lt;subsystem xmlns=&quot;urn:jboss:domain:infinispan:4.0&quot;&gt;
    &lt;cache-container name=&quot;keycloak&quot; jndi-name=&quot;infinispan/Keycloak&quot;&gt;
    &lt;transport lock-timeout=&quot;60000&quot;/&gt;
    &lt;invalidation-cache name=&quot;realms&quot; mode=&quot;SYNC&quot;/&gt;
    &lt;invalidation-cache name=&quot;users&quot; mode=&quot;SYNC&quot;&gt;
        &lt;eviction max-entries=&quot;10000&quot; strategy=&quot;LRU&quot;/&gt;
    &lt;/invalidation-cache&gt;
    &lt;distributed-cache xmlns=&quot;&quot; name=&quot;sessions&quot; mode=&quot;SYNC&quot;&gt;
        &lt;transaction mode=&quot;NON_DURABLE_XA&quot;/&gt;
    &lt;/distributed-cache&gt;
    &lt;local-cache xmlns=&quot;&quot; name=&quot;offlineSessions&quot;/&gt;
    &lt;local-cache xmlns=&quot;&quot; name=&quot;loginFailures&quot;/&gt;
    &lt;replicated-cache name=&quot;work&quot; mode=&quot;SYNC&quot;/&gt;
    &lt;local-cache name=&quot;realmVersions&quot;&gt;
        &lt;transaction mode=&quot;BATCH&quot; locking=&quot;PESSIMISTIC&quot;/&gt;
    &lt;/local-cache&gt;
&lt;/cache-container&gt;
&lt;cache-container name=&quot;server&quot; aliases=&quot;singleton cluster&quot; default-cache=&quot;default&quot; module=&quot;org.wildfly.clustering.server&quot;&gt;
    &lt;transport lock-timeout=&quot;60000&quot;/&gt;
    &lt;replicated-cache name=&quot;default&quot; mode=&quot;SYNC&quot;&gt;
        &lt;transaction mode=&quot;BATCH&quot;/&gt;
    &lt;/replicated-cache&gt;
&lt;/cache-container&gt;
&lt;cache-container name=&quot;web&quot; default-cache=&quot;dist&quot; module=&quot;org.wildfly.clustering.web.infinispan&quot;&gt;
    &lt;transport lock-timeout=&quot;60000&quot;/&gt;
    &lt;distributed-cache name=&quot;dist&quot; mode=&quot;ASYNC&quot; l1-lifespan=&quot;0&quot; owners=&quot;2&quot;&gt;
        &lt;locking isolation=&quot;REPEATABLE_READ&quot;/&gt;
        &lt;transaction mode=&quot;BATCH&quot;/&gt;
        &lt;file-store/&gt;
    &lt;/distributed-cache&gt;
&lt;/cache-container&gt;
&lt;cache-container name=&quot;ejb&quot; aliases=&quot;sfsb&quot; default-cache=&quot;dist&quot; module=&quot;org.wildfly.clustering.ejb.infinispan&quot;&gt;
    &lt;transport lock-timeout=&quot;60000&quot;/&gt;
    &lt;distributed-cache name=&quot;dist&quot; mode=&quot;ASYNC&quot; l1-lifespan=&quot;0&quot; owners=&quot;2&quot;&gt;
        &lt;locking isolation=&quot;REPEATABLE_READ&quot;/&gt;
        &lt;transaction mode=&quot;BATCH&quot;/&gt;
        &lt;file-store/&gt;
    &lt;/distributed-cache&gt;
&lt;/cache-container&gt;
&lt;cache-container name=&quot;hibernate&quot; default-cache=&quot;local-query&quot; module=&quot;org.hibernate.infinispan&quot;&gt;
    &lt;transport lock-timeout=&quot;60000&quot;/&gt;
    &lt;invalidation-cache name=&quot;entity&quot; mode=&quot;SYNC&quot;&gt;
        &lt;transaction mode=&quot;NON_XA&quot;/&gt;
        &lt;eviction strategy=&quot;LRU&quot; max-entries=&quot;10000&quot;/&gt;
        &lt;expiration max-idle=&quot;100000&quot;/&gt;
    &lt;/invalidation-cache&gt;
    &lt;local-cache name=&quot;local-query&quot;&gt;
        &lt;eviction strategy=&quot;LRU&quot; max-entries=&quot;10000&quot;/&gt;
        &lt;expiration max-idle=&quot;100000&quot;/&gt;
    &lt;/local-cache&gt;
    &lt;replicated-cache name=&quot;timestamps&quot; mode=&quot;ASYNC&quot;/&gt;
&lt;/cache-container&gt;
&lt;/subsystem&gt;
</pre>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>This is the complete exception:</div>
<div><br>
</div>
<div>
<div>03:49:40,241 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (default task-12) ISPN000136: Error executing command PutKeyValueCommand, writing keys [ba74e523-3299-42b3-801e-9f8cb5a0d81d]: org.infinispan.util.concurrent.TimeoutException:
 Replication timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div><br>
</div>
<div>03:49:40,250 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-12) RESTEASY002025: Unknown exception while executing GET /realms/partner-dmz/protocol/openid-connect/auth: org.infinispan.util.concurrent.TimeoutException: Replication timeout for
 kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div><br>
</div>
<div>03:49:40,257 ERROR [io.undertow.request] (default task-12) UT005023: Exception handling request to /auth/realms/partner-dmz/protocol/openid-connect/auth: org.jboss.resteasy.spi.UnhandledException: org.infinispan.util.concurrent.TimeoutException: Replication
 timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:247)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:168)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:471)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:415)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakSessionServletFilter.doFilter(KeycloakSessionServletFilter.java:88)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div>Caused by: org.infinispan.util.concurrent.TimeoutException: Replication timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; ... 3 more</div>
<div><br>
</div>
<div>03:49:41,251 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (default task-3) ISPN000136: Error executing command PrepareCommand, writing keys [02cff8bb-0ab9-4ab9-905f-17ffb3226050]: org.infinispan.util.concurrent.TimeoutException: Replication
 timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div><br>
</div>
<div>03:49:41,258 ERROR [org.infinispan.transaction.impl.TransactionCoordinator] (default task-3) ISPN000097: Error while processing a prepare in a single-phase transaction: org.infinispan.util.concurrent.TimeoutException: Replication timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div><br>
</div>
<div>03:49:45,504 INFO &nbsp;[org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-3,dev,kc1) ISPN000094: Received new cluster view for channel server: [kc1|4] (1) [kc1]</div>
<div>03:49:45,507 INFO &nbsp;[org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-3,dev,kc1) ISPN000094: Received new cluster view for channel keycloak: [kc1|4] (1) [kc1]</div>
<div>03:49:45,534 INFO &nbsp;[org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-3,dev,kc1) ISPN000094: Received new cluster view for channel web: [kc1|4] (1) [kc1]</div>
<div>03:49:45,538 INFO &nbsp;[org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-3,dev,kc1) ISPN000094: Received new cluster view for channel ejb: [kc1|4] (1) [kc1]</div>
<div>03:49:45,548 WARN &nbsp;[com.arjuna.ats.jta] (default task-3) ARJUNA016039: onePhaseCommit on &lt; formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac110003:-7fcaa87f:5779dc60:f01, node_name=1, branch_uid=0:ffffac110003:-7fcaa87f:5779dc60:f02, subordinatenodename=null,
 eis_name=unknown eis name &gt; (TransactionXaAdapter{localTransaction=LocalXaTransaction{xid=&lt; formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac110003:-7fcaa87f:5779dc60:f01, node_name=1, branch_uid=0:ffffac110003:-7fcaa87f:5779dc60:f02, subordinatenodename=null,
 eis_name=unknown eis name &gt;} LocalTransaction{remoteLockedNodes=null, isMarkedForRollback=false, lockedKeys=null, backupKeyLocks=null, topologyId=6, stateTransferFlag=null} org.infinispan.transaction.xa.LocalXaTransaction@3ef}) failed with exception XAException.XA_HEURRB:
 javax.transaction.xa.XAException</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.handleCommitFailure(TransactionCoordinator.java:213)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.commit(TransactionCoordinator.java:159)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.xa.TransactionXaAdapter.commit(TransactionXaAdapter.java:112)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelOnePhaseCommit(XAResourceRecord.java:704)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.onePhaseCommit(BasicAction.java:2366)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1495)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:96)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:162)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1200)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:89)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1722)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.putInternal(CacheImpl.java:1121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1111)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1742)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:248)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:291)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction$CacheTask.execute(InfinispanUserSessionProvider.java:854)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction.commit(InfinispanUserSessionProvider.java:750)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.DefaultKeycloakTransactionManager.commit(DefaultKeycloakTransactionManager.java:104)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakTransactionCommitter.filter(KeycloakTransactionCommitter.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:48)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:466)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:415)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakSessionServletFilter.doFilter(KeycloakSessionServletFilter.java:88)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div>Caused by: org.infinispan.util.concurrent.TimeoutException: Replication timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; ... 3 more</div>
<div><br>
</div>
<div>03:49:45,563 WARN &nbsp;[org.infinispan.cache.impl.CacheImpl] (default task-3) ISPN000160: Could not complete injected transaction.: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:89)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1722)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.putInternal(CacheImpl.java:1121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1111)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1742)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:248)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:291)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction$CacheTask.execute(InfinispanUserSessionProvider.java:854)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction.commit(InfinispanUserSessionProvider.java:750)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.DefaultKeycloakTransactionManager.commit(DefaultKeycloakTransactionManager.java:104)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakTransactionCommitter.filter(KeycloakTransactionCommitter.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:48)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:466)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:415)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakSessionServletFilter.doFilter(KeycloakSessionServletFilter.java:88)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; Suppressed: javax.transaction.xa.XAException</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.handleCommitFailure(TransactionCoordinator.java:213)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.commit(TransactionCoordinator.java:159)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.xa.TransactionXaAdapter.commit(TransactionXaAdapter.java:112)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelOnePhaseCommit(XAResourceRecord.java:704)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.onePhaseCommit(BasicAction.java:2366)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1495)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:96)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:162)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1200)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ... 54 more</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; Caused by: org.infinispan.util.concurrent.TimeoutException: Replication timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ... 3 more</div>
<div><br>
</div>
<div>03:49:45,575 INFO &nbsp;[org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-3,dev,kc1) ISPN000094: Received new cluster view for channel hibernate: [kc1|4] (1) [kc1]</div>
<div>03:49:45,575 ERROR [org.jboss.resteasy.resteasy_jaxrs.i18n] (default task-3) RESTEASY002025: Unknown exception while executing GET /realms/partner-dmz/protocol/openid-connect/auth: org.infinispan.commons.CacheException: Could not commit implicit transaction</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1725)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.putInternal(CacheImpl.java:1121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1111)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1742)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:248)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:291)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction$CacheTask.execute(InfinispanUserSessionProvider.java:854)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction.commit(InfinispanUserSessionProvider.java:750)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.DefaultKeycloakTransactionManager.commit(DefaultKeycloakTransactionManager.java:104)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakTransactionCommitter.filter(KeycloakTransactionCommitter.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:48)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:466)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:415)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakSessionServletFilter.doFilter(KeycloakSessionServletFilter.java:88)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div>Caused by: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:89)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1722)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; ... 51 more</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; Suppressed: javax.transaction.xa.XAException</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.handleCommitFailure(TransactionCoordinator.java:213)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.commit(TransactionCoordinator.java:159)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.xa.TransactionXaAdapter.commit(TransactionXaAdapter.java:112)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelOnePhaseCommit(XAResourceRecord.java:704)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.onePhaseCommit(BasicAction.java:2366)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1495)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:96)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:162)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1200)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ... 54 more</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; Caused by: org.infinispan.util.concurrent.TimeoutException: Replication timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ... 3 more</div>
<div><br>
</div>
<div>03:49:45,596 ERROR [io.undertow.request] (default task-3) UT005023: Exception handling request to /auth/realms/partner-dmz/protocol/openid-connect/auth: org.jboss.resteasy.spi.UnhandledException: org.infinispan.commons.CacheException: Could not commit
 implicit transaction</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:247)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeException(SynchronousDispatcher.java:168)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:471)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:415)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:221)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:56)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:51)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakSessionServletFilter.doFilter(KeycloakSessionServletFilter.java:88)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:284)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at java.lang.Thread.run(Thread.java:745)</div>
<div>Caused by: org.infinispan.commons.CacheException: Could not commit implicit transaction</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1725)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.putInternal(CacheImpl.java:1121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1111)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1742)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:248)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:291)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction$CacheTask.execute(InfinispanUserSessionProvider.java:854)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.models.sessions.infinispan.InfinispanUserSessionProvider$InfinispanKeycloakTransaction.commit(InfinispanUserSessionProvider.java:750)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.DefaultKeycloakTransactionManager.commit(DefaultKeycloakTransactionManager.java:104)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.keycloak.services.filters.KeycloakTransactionCommitter.filter(KeycloakTransactionCommitter.java:43)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.executeFilters(ServerResponseWriter.java:121)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.ServerResponseWriter.writeNomapResponse(ServerResponseWriter.java:48)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.writeResponse(SynchronousDispatcher.java:466)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; ... 38 more</div>
<div>Caused by: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:89)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1722)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; ... 51 more</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; Suppressed: javax.transaction.xa.XAException</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.handleCommitFailure(TransactionCoordinator.java:213)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.impl.TransactionCoordinator.commit(TransactionCoordinator.java:159)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.transaction.xa.TransactionXaAdapter.commit(TransactionXaAdapter.java:112)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelOnePhaseCommit(XAResourceRecord.java:704)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.onePhaseCommit(BasicAction.java:2366)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1495)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:96)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:162)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1200)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ... 54 more</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; Caused by: org.infinispan.util.concurrent.TimeoutException: Replication timeout for kc2</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:765)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$73(JGroupsTransport.java:612)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:266)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ... 3 more</div>
<div><br>
</div>
<div><br>
</div>
</div>
<div><br>
</div>
<div>Here kc2 is the removed instance.</div>
<div><br>
</div>
<div>Kind Regards,</div>
<div>Sarp Kaya</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com">sthorger@redhat.com</a>&gt;<br>
<span style="font-weight:bold">Reply-To: </span>&quot;<a href="mailto:stian@redhat.com">stian@redhat.com</a>&quot; &lt;<a href="mailto:stian@redhat.com">stian@redhat.com</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Friday, July 1, 2016 at 7:17 PM<br>
<span style="font-weight:bold">To: </span>Abdullah Sarp Kaya &lt;<a href="mailto:akaya@expedia.com">akaya@expedia.com</a>&gt;<br>
<span style="font-weight:bold">Cc: </span>&quot;<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>&quot; &lt;<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>Re: [keycloak-user] Lost session when removing an instance off cluster<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Can you please include more details from the log if there is any, at least a full stack trace and not just the bit you've included. We also need to know details around how you've configured the caches and Infinispan.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 1 July 2016 at 10:16, Sarp Kaya <span dir="ltr">&lt;<a href="mailto:akaya@expedia.com" target="_blank">akaya@expedia.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;color:rgb(0,0,0);font-family:Calibri,sans-serif;font-size:14px">
<div>Hello,</div>
<div><br>
</div>
<div>I have tried various ways of configuring infinispan but it just seems like if I deploy a new instance to the cluster and remove one, then some sessions are lost and an exception is thrown saying that it was not handled. This is the Infinispan exception:</div>
<div><br>
</div>
<div><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">Exception</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">handling</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">request</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">to</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span><span><span>/<span>auth</span></span>/<span>realms</span></span>/<span>realmname</span></span></span>/<span>protocol</span></span>/<span>openid</span></span>-<span>connect</span></span>/<span>auth</span></span>:</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>spi</span></span>.<span>UnhandledException</span></span>:</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>infinispan</span></span>.<span>util</span></span>.<span>concurrent</span></span>.<span>TimeoutException</span></span>:</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">Replication</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">timeout</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">for</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">79a0757ecab3</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>core</span></span>.<span>ExceptionHandler</span></span>.<span>handleException</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ExceptionHandler</span>.<span>java</span></span>:<span>247</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>core</span></span>.<span>SynchronousDispatcher</span></span>.<span>writeException</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SynchronousDispatcher</span>.<span>java</span></span>:<span>168</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>core</span></span>.<span>SynchronousDispatcher</span></span>.<span>writeResponse</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SynchronousDispatcher</span>.<span>java</span></span>:<span>471</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>core</span></span>.<span>SynchronousDispatcher</span></span>.<span>invoke</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SynchronousDispatcher</span>.<span>java</span></span>:<span>415</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>core</span></span>.<span>SynchronousDispatcher</span></span>.<span>invoke</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SynchronousDispatcher</span>.<span>java</span></span>:<span>202</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>plugins</span></span>.<span>server</span></span>.<span>servlet</span></span>.<span>ServletContainerDispatcher</span></span>.<span>service</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletContainerDispatcher</span>.<span>java</span></span>:<span>221</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>plugins</span></span>.<span>server</span></span>.<span>servlet</span></span>.<span>HttpServletDispatcher</span></span>.<span>service</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>HttpServletDispatcher</span>.<span>java</span></span>:<span>56</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span><span>org</span>.<span>jboss</span></span>.<span>resteasy</span></span>.<span>plugins</span></span>.<span>server</span></span>.<span>servlet</span></span>.<span>HttpServletDispatcher</span></span>.<span>service</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>HttpServletDispatcher</span>.<span>java</span></span>:<span>51</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span>javax</span>.<span>servlet</span></span>.<span>http</span></span>.<span>HttpServlet</span></span>.<span>service</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>HttpServlet</span>.<span>java</span></span>:<span>790</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>ServletHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletHandler</span>.<span>java</span></span>:<span>85</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>FilterHandler</span></span>$<span>FilterChainImpl</span></span>.<span>doFilter</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>FilterHandler</span>.<span>java</span></span>:<span>129</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>keycloak</span></span>.<span>services</span></span>.<span>filters</span></span>.<span>KeycloakSessionServletFilter</span></span>.<span>doFilter</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>KeycloakSessionServletFilter</span>.<span>java</span></span>:<span>88</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>core</span></span>.<span>ManagedFilter</span></span>.<span>doFilter</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ManagedFilter</span>.<span>java</span></span>:<span>60</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>FilterHandler</span></span>$<span>FilterChainImpl</span></span>.<span>doFilter</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>FilterHandler</span>.<span>java</span></span>:<span>131</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>FilterHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>FilterHandler</span>.<span>java</span></span>:<span>84</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>security</span></span>.<span>ServletSecurityRoleHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletSecurityRoleHandler</span>.<span>java</span></span>:<span>62</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>ServletDispatchingHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletDispatchingHandler</span>.<span>java</span></span>:<span>36</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>org</span>.<span>wildfly</span></span>.<span>extension</span></span>.<span>undertow</span></span>.<span>security</span></span>.<span>SecurityContextAssociationHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SecurityContextAssociationHandler</span>.<span>java</span></span>:<span>78</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>server</span></span>.<span>handlers</span></span>.<span>PredicateHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>PredicateHandler</span>.<span>java</span></span>:<span>43</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>security</span></span>.<span>SSLInformationAssociationHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SSLInformationAssociationHandler</span>.<span>java</span></span>:<span>131</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>security</span></span>.<span>ServletAuthenticationCallHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletAuthenticationCallHandler</span>.<span>java</span></span>:<span>57</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>server</span></span>.<span>handlers</span></span>.<span>PredicateHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>PredicateHandler</span>.<span>java</span></span>:<span>43</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>security</span></span>.<span>handlers</span></span>.<span>AbstractConfidentialityHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>AbstractConfidentialityHandler</span>.<span>java</span></span>:<span>46</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>security</span></span>.<span>ServletConfidentialityConstraintHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletConfidentialityConstraintHandler</span>.<span>java</span></span>:<span>64</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>security</span></span>.<span>handlers</span></span>.<span>AuthenticationMechanismsHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>AuthenticationMechanismsHandler</span>.<span>java</span></span>:<span>60</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>security</span></span>.<span>CachedAuthenticatedSessionHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>CachedAuthenticatedSessionHandler</span>.<span>java</span></span>:<span>77</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>security</span></span>.<span>handlers</span></span>.<span>NotificationReceiverHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>NotificationReceiverHandler</span>.<span>java</span></span>:<span>50</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>security</span></span>.<span>handlers</span></span>.<span>AbstractSecurityContextAssociationHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>AbstractSecurityContextAssociationHandler</span>.<span>java</span></span>:<span>43</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>server</span></span>.<span>handlers</span></span>.<span>PredicateHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>PredicateHandler</span>.<span>java</span></span>:<span>43</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span><span>org</span>.<span>wildfly</span></span>.<span>extension</span></span>.<span>undertow</span></span>.<span>security</span></span>.<span>jacc</span></span>.<span>JACCContextIdHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>JACCContextIdHandler</span>.<span>java</span></span>:<span>61</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>server</span></span>.<span>handlers</span></span>.<span>PredicateHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>PredicateHandler</span>.<span>java</span></span>:<span>43</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>server</span></span>.<span>handlers</span></span>.<span>PredicateHandler</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>PredicateHandler</span>.<span>java</span></span>:<span>43</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>ServletInitialHandler</span></span>.<span>handleFirstRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletInitialHandler</span>.<span>java</span></span>:<span>284</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>ServletInitialHandler</span></span>.<span>dispatchRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletInitialHandler</span>.<span>java</span></span>:<span>263</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>ServletInitialHandler</span></span>.<span>access</span></span>$<span>000</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletInitialHandler</span>.<span>java</span></span>:<span>81</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>servlet</span></span>.<span>handlers</span></span>.<span>ServletInitialHandler</span></span>$<span>1</span></span>.<span>handleRequest</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ServletInitialHandler</span>.<span>java</span></span>:<span>174</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span>io</span>.<span>undertow</span></span>.<span>server</span></span>.<span>Connectors</span></span>.<span>executeRootHandler</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>Connectors</span>.<span>java</span></span>:<span>202</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>io</span>.<span>undertow</span></span>.<span>server</span></span>.<span>HttpServerExchange</span></span>$<span>1</span></span>.<span>run</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>HttpServerExchange</span>.<span>java</span></span>:<span>793</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>ThreadPoolExecutor</span></span>.<span>runWorker</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ThreadPoolExecutor</span>.<span>java</span></span>:<span>1142</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>ThreadPoolExecutor</span></span>$<span>Worker</span></span>.<span>run</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ThreadPoolExecutor</span>.<span>java</span></span>:<span>617</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span>java</span>.<span>lang</span></span>.<span>Thread</span></span>.<span>run</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>Thread</span>.<span>java</span></span>:<span>745</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">Caused</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span>by</span>:</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>org</span>.<span>infinispan</span></span>.<span>util</span></span>.<span>concurrent</span></span>.<span>TimeoutException</span></span>:</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">Replication</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">timeout</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">for</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">79a0757ecab3</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>org</span>.<span>infinispan</span></span>.<span>remoting</span></span>.<span>transport</span></span>.<span>jgroups</span></span>.<span>JGroupsTransport</span></span>.<span>checkRsp</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>JGroupsTransport</span>.<span>java</span></span>:<span>765</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span><span><span>org</span>.<span>infinispan</span></span>.<span>remoting</span></span>.<span>transport</span></span>.<span>jgroups</span></span>.<span>JGroupsTransport</span></span>.<span>lambda</span></span>$<span>invokeRemotelyAsync</span></span>$<span>72</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>JGroupsTransport</span>.<span>java</span></span>:<span>599</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>CompletableFuture</span></span>.<span>uniApply</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>CompletableFuture</span>.<span>java</span></span>:<span>602</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>CompletableFuture</span></span>$<span>UniApply</span></span>.<span>tryFire</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>CompletableFuture</span>.<span>java</span></span>:<span>577</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>CompletableFuture</span></span>.<span>postComplete</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>CompletableFuture</span>.<span>java</span></span>:<span>474</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>CompletableFuture</span></span>.<span>complete</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>CompletableFuture</span>.<span>java</span></span>:<span>1962</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>org</span>.<span>infinispan</span></span>.<span>remoting</span></span>.<span>transport</span></span>.<span>jgroups</span></span>.<span>SingleResponseFuture</span></span>.<span>call</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SingleResponseFuture</span>.<span>java</span></span>:<span>46</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>org</span>.<span>infinispan</span></span>.<span>remoting</span></span>.<span>transport</span></span>.<span>jgroups</span></span>.<span>SingleResponseFuture</span></span>.<span>call</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>SingleResponseFuture</span>.<span>java</span></span>:<span>17</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>FutureTask</span></span>.<span>run</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>FutureTask</span>.<span>java</span></span>:<span>266</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)
</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">at</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span><span><span><span><span>java</span>.<span>util</span></span>.<span>concurrent</span></span>.<span>ScheduledThreadPoolExecutor</span></span>$<span>ScheduledFutureTask</span></span>.<span>access</span></span>$<span>201</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">(</span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><span><span>ScheduledThreadPoolExecutor</span>.<span>java</span></span>:<span>180</span></span><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);">)</span></div>
<div><span style="color: rgb(51, 51, 51); font-family: 'Droid Sans Mono', Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 16px; white-space: pre-wrap; background-color: rgba(63, 170, 255, 0.117647);"><br>
</span></div>
<div>This causes browsers to see Internal Server Error. Shouldn&#8217;t that be handled in Keycloak as lost session, therefore KC should try to handle it rather than showing that it&#8217;s an Internal Server Error?</div>
<div><br>
</div>
<div>My current infinispan configuration looks like this:</div>
<div><br>
</div>
<div>
<pre style="background-color:#2b2b2b;color:#a9b7c6;font-family:'Menlo';font-size:9.0pt"><span style="color:#e8bf6a">&lt;distributed-cache </span><span style="color:#bababa">name</span><span style="color:#6a8759">=&quot;sessions&quot; </span><span style="color:#bababa">mode</span><span style="color:#6a8759">=&quot;SYNC&quot;</span><span style="color:#e8bf6a">&gt;<br></span><span style="color:#e8bf6a">    &lt;transaction </span><span style="color:#bababa">mode</span><span style="color:#6a8759">=&quot;NON_DURABLE_XA&quot;</span><span style="color:#e8bf6a">/&gt;<br></span><span style="color:#e8bf6a">&lt;/distributed-cache&gt;</span></pre>
</div>
<div><br>
</div>
<div>I use Keycloak version 1.9.5. My question is am I doing something wrong with my configuration? I tried both replicated-cache and distributed-cache and tried all transaction mode on both of them. None of them seems to solve the error that I&#8217;ve had above.</div>
<div><br>
</div>
<div>Kind Regards,</div>
<div>Sarp Kaya</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>