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-20 04:57:39,999 INFO [io.quarkus.deployment.QuarkusAugmentor] (main) Quarkus augmentation completed in 5233ms 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-20 04:57:41,422 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-20 04:57:43,800 WARN [org.infinispan.PERSISTENCE] (keycloak-cache-init) ISPN000554: jboss-marshalling is deprecated and planned for removal 2026-04-20 04:57:43,922 INFO [org.infinispan.CONTAINER] (keycloak-cache-init) ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller' 2026-04-20 04:57:44,137 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000088: Unable to use any JGroups configuration mechanisms provided in properties {}. Using default JGroups configuration! 2026-04-20 04:57:44,270 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000078: Starting JGroups channel `ISPN` 2026-04-20 04:57:44,272 INFO [org.jgroups.JChannel] (keycloak-cache-init) local_addr: 7e2ab2db-9abb-4a4d-a79b-31f9f0f2d909, name: keycloak-0-36203 2026-04-20 04:57:44,280 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-20 04:57:44,280 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-20 04:57:44,287 INFO [org.jgroups.protocols.FD_SOCK2] (keycloak-cache-init) server listening on *.44033 2026-04-20 04:57:44,614 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-20 04:57:44,617 INFO [org.keycloak.broker.provider.AbstractIdentityProviderMapper] (main) Registering class org.keycloak.broker.provider.mappersync.ConfigSyncEventListener 2026-04-20 04:57:45,509 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-20 04:57:45,510 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-20 04:57:45,680 INFO [org.keycloak.quarkus.runtime.storage.legacy.liquibase.QuarkusJpaUpdaterProvider] (main) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml 2026-04-20 04:57:45,903 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-20 04:57:45,904 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-20 04:57:46,004 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-20 04:57:46,004 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-20 04:57:46,293 INFO [org.jgroups.protocols.pbcast.GMS] (keycloak-cache-init) keycloak-0-36203: no members discovered after 2002 ms: creating cluster as coordinator 2026-04-20 04:57:46,306 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000094: Received new cluster view for channel ISPN: [keycloak-0-36203|0] (1) [keycloak-0-36203] 2026-04-20 04:57:46,324 INFO [org.infinispan.CLUSTER] (keycloak-cache-init) ISPN000079: Channel `ISPN` local address is `keycloak-0-36203`, physical addresses are `[10.0.0.17:59569]` 2026-04-20 04:58:17,356 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (main) Node name: keycloak-0-36203, Site name: null 2026-04-20 04:58:17,493 INFO [org.keycloak.services] (main) KC-SERVICES0050: Initializing master realm 2026-04-20 04:58:19,711 INFO [io.quarkus] (main) Keycloak 22.0.1 on JVM (powered by Quarkus 3.2.0.Final) started in 39.528s. Listening on: http://0.0.0.0:8080 2026-04-20 04:58:19,712 INFO [io.quarkus] (main) Profile prod activated. 2026-04-20 04:58:19,712 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-20 04:58:19,874 INFO [org.keycloak.services] (main) KC-SERVICES0009: Added user 'admin' to realm 'master' 2026-04-20 04:58:36,377 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=37a09946-4325-4f35-a2f4-373212f3bc3d, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=4996d5eb-8f9b-49f0-b0b1-6c8b1b4c3fd1, client_auth_method=client-secret, username=admin, authSessionParentId=5db5845c-4074-422e-8ac9-7279bef43727, authSessionTabId=TQWrd54OKjU 2026-04-20 04:58:37,750 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=REALM, resourcePath=atmosphere 2026-04-20 04:58:38,527 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=ec7978b3-525d-47d3-9479-0bf53f792bcb, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=8c97a17c-9409-4ca0-9a0e-75c60ea2ee6b, client_auth_method=client-secret, username=admin, authSessionParentId=52b82525-84b3-4db9-a49a-0f18363d060d, authSessionTabId=VjxbCQKTA1c 2026-04-20 04:58:38,623 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT_SCOPE, resourcePath=client-scopes/d9d1cea8-75e2-4598-83ec-3b4b5135d116 2026-04-20 04:58:38,714 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=PROTOCOL_MAPPER, resourcePath=client-scopes/d9d1cea8-75e2-4598-83ec-3b4b5135d116/protocol-mappers/models/9dfe1e84-7023-42d7-bf89-82d6f7ebc90b 2026-04-20 04:58:59,398 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=ef7d7d0a-429d-411e-a02a-ac3de3e4eb30, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=affd06c1-4a4c-4f1f-a653-00ce7be7891c, client_auth_method=client-secret, username=admin, authSessionParentId=edc0eb46-7fa4-4b06-b64e-7f031d927f1a, authSessionTabId=bQ4njRmrzDM 2026-04-20 04:58:59,507 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT, resourcePath=clients/8e62b08c-d41f-4df2-b71e-ccca3ec0841b 2026-04-20 04:58:59,867 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=de9a1016-46fe-4e7a-b255-e824501084f3, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=12abce9a-f0f2-4e74-8d99-3bcd5afe74f3, client_auth_method=client-secret, username=admin, authSessionParentId=c9a32c0c-e41d-4237-bdea-bb9f125616d8, authSessionTabId=3MBFeaUVLxU 2026-04-20 04:58:59,939 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT, resourcePath=clients/43cb29b0-5b14-4de9-9dec-c9ae58348365 2026-04-20 04:59:00,315 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=b7e21dea-2031-4e5d-9fe9-cfabcf324d0d, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=2ae33372-605a-4c36-bace-0c6f7fd3a378, client_auth_method=client-secret, username=admin, authSessionParentId=74b0404b-150b-494f-ba44-c0b54849accd, authSessionTabId=wn9SNAxPF8g 2026-04-20 04:59:00,683 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT, resourcePath=clients/d040a7a0-012c-468a-8b16-e91c882c1b31 2026-04-20 04:59:01,289 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=e71422b5-c714-4030-aed0-96f76528264a, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=e22334c1-416c-4556-a8c1-f44b0d5e35b7, client_auth_method=client-secret, username=admin, authSessionParentId=68562339-797c-4930-8881-6a5163ccff6c, authSessionTabId=aohi_VrhXVE 2026-04-20 04:59:01,394 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT_ROLE, resourcePath=clients/8e62b08c-d41f-4df2-b71e-ccca3ec0841b/roles/member 2026-04-20 04:59:01,748 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=5351ac67-ec30-4bc5-b98e-aadde004d4a0, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=39dc55b9-f989-4154-a216-1c864241f314, client_auth_method=client-secret, username=admin, authSessionParentId=1cf8fcfe-053d-4405-a5e6-80c2eaba3368, authSessionTabId=iGTBoYeTnUo 2026-04-20 04:59:01,831 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT_ROLE, resourcePath=clients/43cb29b0-5b14-4de9-9dec-c9ae58348365/roles/admin 2026-04-20 04:59:02,193 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=7b550434-523a-4d3e-a085-b93317ec9e30, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=88a95c88-6459-49c4-a3ba-e8d24a51ad93, client_auth_method=client-secret, username=admin, authSessionParentId=49b8915e-02e5-4414-9042-2bff6da245a5, authSessionTabId=5DPhXNxWblc 2026-04-20 04:59:02,280 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT_ROLE, resourcePath=clients/43cb29b0-5b14-4de9-9dec-c9ae58348365/roles/editor 2026-04-20 04:59:02,639 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=719aab4b-2308-4298-b6ae-a9b49ff27ebd, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=8fe10a95-dc0f-49e1-87eb-e607442fa59b, client_auth_method=client-secret, username=admin, authSessionParentId=f614ea59-473e-4c04-a36f-064b53c417c5, authSessionTabId=mn2str8Qvso 2026-04-20 04:59:02,727 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT_ROLE, resourcePath=clients/43cb29b0-5b14-4de9-9dec-c9ae58348365/roles/viewer 2026-04-20 04:59:03,082 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=d0a96025-cc2d-40a6-9251-74c47bc05ee5, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=bb8bffe3-2c52-4a0d-9769-83f571f2fc7d, client_auth_method=client-secret, username=admin, authSessionParentId=bfe95b1d-c3e6-43a4-b824-229e3bd75d20, authSessionTabId=fMTmD309Ym4 2026-04-20 04:59:03,152 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT_ROLE, resourcePath=clients/d040a7a0-012c-468a-8b16-e91c882c1b31/roles/member 2026-04-20 05:01:23,567 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=4a2ae4fd-d9cf-4c83-94bb-6e44fb4e881b, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=0c446457-cd35-4315-8b1d-cc70799962db, client_auth_method=client-secret, username=admin, authSessionParentId=d5122cdb-227b-47ef-977f-2877d15d2b8b, authSessionTabId=1Dk6BZZwwsI 2026-04-20 05:01:23,884 INFO [org.keycloak.events] (executor-thread-1) operationType=UPDATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=REALM, resourcePath=null 2026-04-20 05:01:25,158 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=90e7bc74-10a6-45f0-a87c-4aff5baa6f64, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=12e7ce09-2664-4861-895b-e6ae166fd62b, client_auth_method=client-secret, username=admin, authSessionParentId=71223ecb-c74d-4d8c-8838-6ba72687b485, authSessionTabId=7iHsZsQ3tTo 2026-04-20 05:01:25,241 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT, resourcePath=clients/90a62ac3-287a-4b3a-b982-e231b32afc9a 2026-04-20 05:01:25,876 INFO [org.keycloak.events] (executor-thread-1) type=LOGIN, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=admin-cli, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, auth_method=openid-connect, token_id=bc97712f-5d33-45a3-bbb1-26dbc3f6f926, grant_type=password, refresh_token_type=Refresh, scope='email profile', refresh_token_id=5b151f07-ed14-4d60-b7c9-da2bc514bbd7, client_auth_method=client-secret, username=admin, authSessionParentId=a954a401-4194-4c3c-88e7-6d3e01201869, authSessionTabId=chQydRw6lBo 2026-04-20 05:01:26,135 INFO [org.keycloak.events] (executor-thread-1) operationType=CREATE, realmId=63ae249b-d207-4e98-9390-7a66e42e380c, clientId=cc1ce271-4713-4bd9-a5e5-aae815db9d3a, userId=969140a0-40c6-4a47-b144-97c44058a1ca, ipAddress=199.204.45.69, resourceType=CLIENT_ROLE_MAPPING, resourcePath=users/c38a04d5-3e4d-4099-b685-6bc60f8d885a/role-mappings/clients/4298610b-70ef-4976-90ac-7805a7f75052