Appending additional Java properties to JAVA_OPTS: -Djgroups.dns.query=keycloak-headless.auth-system.svc.cluster.local Changes detected in configuration. Updating the server image. Updating the configuration and installing your custom providers, if any. Please wait. 2026-04-08 01:27:32,928 INFO [io.quarkus.deployment.QuarkusAugmentor] (main) Quarkus augmentation completed in 5157ms Server configuration updated and persisted. Run the following command to review the configuration: kc.sh show-config Next time you run the server, just run: kc.sh start --optimized --http-enabled=true --http-port=8080 --hostname-strict=false --spi-events-listener-jboss-logging-success-level=info --spi-events-listener-jboss-logging-error-level=warn WARNING: The '--auto-build' option for 'start' command is DEPRECATED and no longer needed. When executing the 'start' command, a new server image is automatically built based on the configuration. If you want to disable this behavior and achieve an optimal startup time, use the '--optimized' option instead. 2026-04-08 01:27:34,414 INFO [org.keycloak.quarkus.runtime.hostname.DefaultHostnameProvider] (main) Hostname settings: Base URL: , Hostname: , Strict HTTPS: false, Path: , Strict BackChannel: false, Admin URL: , Admin: , Port: -1, Proxied: true 2026-04-08 01:27:36,662 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal 2026-04-08 01:27:36,764 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2026-04-08 01:27:37,001 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2026-04-08 01:27:37,116 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN` 2026-04-08 01:27:37,118 INFO [org.jgroups.JChannel] (keycloak-cache-init) local_addr: 1d50f403-6ed4-4b80-8a78-4f3c3a2e3d2d, name: keycloak-0-23968 2026-04-08 01:27:37,124 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 20MB, but the OS only allocated 4.19MB 2026-04-08 01:27:37,124 WARN [org.jgroups.protocols.UDP] (keycloak-cache-init) JGRP000015: the receive buffer of socket MulticastSocket was set to 25MB, but the OS only allocated 4.19MB 2026-04-08 01:27:37,134 INFO [org.jgroups.protocols.FD_SOCK2] (keycloak-cache-init) server listening on *.18481 2026-04-08 01:27:37,417 WARN [io.quarkus.vertx.http.runtime.VertxHttpRecorder] (main) The X-Forwarded-* and Forwarded headers will be considered when determining the proxy address. This configuration can cause a security issue as clients can forge requests and send a forwarded header that is not overwritten by the proxy. Please consider use one of these headers just to forward the proxy address in requests. 2026-04-08 01:27:38,263 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, modifyDataType will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-04-08 01:27:38,264 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, setNullable will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-04-08 01:27:38,420 INFO [org.keycloak.quarkus.runtime.storage.legacy.liquibase.QuarkusJpaUpdaterProvider] (main) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml 2026-04-08 01:27:38,621 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, modifyDataType will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-04-08 01:27:38,622 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, setNullable will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-04-08 01:27:38,735 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, modifyDataType will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-04-08 01:27:38,736 WARN [liquibase.changelog.DatabaseChangeLog] (main) Due to mysql SQL limitations, setNullable will lose primary key/autoincrement/not null/comment settings explicitly redefined in the change. Use or to re-specify all configuration if this is the case 2026-04-08 01:27:39,145 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) keycloak-0-23968: no members discovered after 2003 ms: creating cluster as coordinator 2026-04-08 01:27:39,156 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [keycloak-0-23968|0] (1) [keycloak-0-23968] 2026-04-08 01:27:39,170 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `keycloak-0-23968`, physical addresses are `[10.0.0.113:34017]` 2026-04-08 01:28:12,892 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: keycloak-0-23968, Site name: null 2026-04-08 01:28:13,102 INFO [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2026-04-08 01:28:13,121 INFO [org.keycloak.services] (main) KC-SERVICES0050: Initializing master realm 2026-04-08 01:28:15,483 INFO [io.quarkus] (main) Keycloak 22.0.1 on JVM (powered by Quarkus 3.2.0.Final) started in 42.339s. Listening on: http://0.0.0.0:8080 2026-04-08 01:28:15,484 INFO [io.quarkus] (main) Profile prod activated. 2026-04-08 01:28:15,484 INFO [io.quarkus] (main) Installed features: [agroal, cdi, hibernate-orm, jdbc-h2, jdbc-mariadb, jdbc-mssql, jdbc-mysql, jdbc-oracle, jdbc-postgresql, keycloak, logging-gelf, micrometer, narayana-jta, reactive-routes, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-health, vertx] 2026-04-08 01:28:15,635 INFO [org.keycloak.services] (main) KC-SERVICES0009: Added user 'admin' to realm 'master' 2026-04-08 01:28:42,758 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=c95e9089-f06a-4efa-88eb-c8a5c35d74e9, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=07cec944-853d-4ff7-9c79-8a849bbcb485, client_auth_method=client-secret, username=admin, authSessionParentId=fb15da89-defd-4078-8161-07dd4162b104, authSessionTabId=O5Vsf814d3Y 2026-04-08 01:28:44,504 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=REALM, resourcePath=atmosphere 2026-04-08 01:28:45,372 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=867c70fd-84be-4d8b-a173-db3c0ab94a2f, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=1a3b99ee-c7d4-4950-ae52-31467dea34df, client_auth_method=client-secret, username=admin, authSessionParentId=57dd3a3d-2077-4fdd-ad50-39b6e2a0210c, authSessionTabId=6jZzoOnHTLA 2026-04-08 01:28:45,472 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/2159ce57-65ac-4579-850a-ee7b2e0d7afd 2026-04-08 01:28:45,558 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/2159ce57-65ac-4579-850a-ee7b2e0d7afd/protocol-mappers/models/31061eb0-d02f-48c6-9821-c6820f29162b 2026-04-08 01:29:07,249 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=8d3658d9-87e5-4078-bea3-99807ded18a4, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=07cc5d44-520e-44d0-bb48-41e3ea2dbad7, client_auth_method=client-secret, username=admin, authSessionParentId=69cf7d79-eb25-4932-81da-7ff1130f122f, authSessionTabId=314PrHjOAZw 2026-04-08 01:29:07,353 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT, resourcePath=clients/3b620c79-e252-4771-ae12-1d97f0c3d43d 2026-04-08 01:29:07,707 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=e39c51d1-8fd2-4ee7-9697-cbd2e7e0ebdc, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=beffedf3-f5fd-4756-ab4c-ed2ed1f2b807, client_auth_method=client-secret, username=admin, authSessionParentId=45fa2b65-eb2c-4027-bf61-8ccda18509ff, authSessionTabId=B04phpl-aAs 2026-04-08 01:29:07,779 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT, resourcePath=clients/a5fdd50b-e991-4cfe-bd14-9a3a9b8f47d0 2026-04-08 01:29:08,145 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=2462bfc0-7105-4823-baf4-ce433a24ef74, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=f2abfe07-c3b6-4852-8c9b-2c07f86c9d10, client_auth_method=client-secret, username=admin, authSessionParentId=0fcfac74-3abd-49f8-ac13-cc2a68c3b4ac, authSessionTabId=atD3AwaaCTo 2026-04-08 01:29:08,223 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT, resourcePath=clients/25d3fea9-6631-432a-acb2-d6352b407ac1 2026-04-08 01:29:08,846 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=c4167871-4457-4551-89cb-c32a586b028f, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=694f0def-17a2-438d-9844-6878df88e633, client_auth_method=client-secret, username=admin, authSessionParentId=f261782d-1714-4651-8885-1ffc2657867c, authSessionTabId=UNccxO0jERk 2026-04-08 01:29:08,957 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT_ROLE, resourcePath=clients/3b620c79-e252-4771-ae12-1d97f0c3d43d/roles/member 2026-04-08 01:29:09,342 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=3702f72a-dcf7-46ad-882b-a5949258764b, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=7c635793-b3ba-4150-b387-3f9608926c80, client_auth_method=client-secret, username=admin, authSessionParentId=e566b6bc-71c6-4729-80c0-3043edd44956, authSessionTabId=QKrKFNDKSZM 2026-04-08 01:29:09,433 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT_ROLE, resourcePath=clients/a5fdd50b-e991-4cfe-bd14-9a3a9b8f47d0/roles/admin 2026-04-08 01:29:09,808 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=f41eacf3-0170-4eaa-a9cc-956fa4b502d2, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=abc7103f-80e5-4f39-ae8c-0ede243c16bc, client_auth_method=client-secret, username=admin, authSessionParentId=7cdf2129-ccff-4c12-b97e-8f23ec972d05, authSessionTabId=tsIE-nEr7VU 2026-04-08 01:29:09,889 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT_ROLE, resourcePath=clients/a5fdd50b-e991-4cfe-bd14-9a3a9b8f47d0/roles/editor 2026-04-08 01:29:10,263 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=a2627bb8-e4b5-4f0a-b3d6-88975f003b10, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=563ef53d-0a1c-493a-8626-b840cffef8e0, client_auth_method=client-secret, username=admin, authSessionParentId=3150d174-7f2b-45b9-8b45-98a0cdf6c5b3, authSessionTabId=C1-J4O-Fb8c 2026-04-08 01:29:10,361 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT_ROLE, resourcePath=clients/a5fdd50b-e991-4cfe-bd14-9a3a9b8f47d0/roles/viewer 2026-04-08 01:29:10,733 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=6dce4f31-4b37-4960-bfa6-9b55a852f0b5, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=e3bd7a5d-a207-47a2-bab7-b26a09b88955, client_auth_method=client-secret, username=admin, authSessionParentId=6ab9e89f-d285-45e0-bcad-627f785c4b31, authSessionTabId=K_UPWSSI26A 2026-04-08 01:29:10,822 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT_ROLE, resourcePath=clients/25d3fea9-6631-432a-acb2-d6352b407ac1/roles/member 2026-04-08 01:31:35,262 INFO [org.keycloak.events] (executor-thread-2) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=b875fbd0-5342-4b17-b3cb-bbe7bbcb437a, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=6d05b952-d857-46f9-96cb-d6d3b56a4423, client_auth_method=client-secret, username=admin, authSessionParentId=6fb891c5-4014-4b28-a7a7-eef95be79622, authSessionTabId=Ya_3KkP7GuE 2026-04-08 01:31:35,448 INFO [org.keycloak.events] (executor-thread-2) operationType=UPDATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=REALM, resourcePath=null 2026-04-08 01:31:36,849 INFO [org.keycloak.events] (executor-thread-2) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=cda4f8cb-6fec-4a62-9a7e-fc1dd2585416, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=f6f9ec3f-e822-4eb3-b6e6-71d355b11cda, client_auth_method=client-secret, username=admin, authSessionParentId=bf6b7357-6acf-446a-8b18-b57c19570c1c, authSessionTabId=zec3TQpF8TE 2026-04-08 01:31:36,931 INFO [org.keycloak.events] (executor-thread-2) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT, resourcePath=clients/97f93a74-b662-4e22-bbc8-9cc52556850a 2026-04-08 01:31:37,526 INFO [org.keycloak.events] (executor-thread-2) type=LOGIN, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=admin-cli, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, auth_method=openid-connect, token_id=d92e72f8-5f11-4cce-be7c-9d1f4371a901, grant_type=password, refresh_token_type=Refresh, scope='profile email', refresh_token_id=9f6f9e8a-6687-4478-86e7-dea59831628a, client_auth_method=client-secret, username=admin, authSessionParentId=c5da834f-098e-43dd-bc40-6fb1c1959b58, authSessionTabId=YkfAQ-7mBDQ 2026-04-08 01:31:37,784 INFO [org.keycloak.events] (executor-thread-2) operationType=CREATE, realmId=15e6b391-fafd-4298-bc73-198defe4e122, clientId=3441c21e-11b0-4d6b-a37b-1664a0348337, userId=dfee543c-c8c7-40d8-8097-a693d3d74752, ipAddress=199.204.45.109, resourceType=CLIENT_ROLE_MAPPING, resourcePath=users/f4333110-fd67-4fab-b82a-d319453ec326/role-mappings/clients/a900db7c-8878-4612-aeee-ecab3085ba37