Hi Stian Thorgersen,
I tried to upgrade from version 26.1.4 to 26.0.2 in my test environment. However, when I attempted to start my container, I encountered the following error:
"ERROR: A provider JAR was updated since the last build, please rebuild for this to be fully utilized."
Do you have any idea what might be causing this issue?
Thank you in advance for your support.
Best regards,
Arif EROL
Hi Stian Thorgersen,
I tried to upgrade from version 26.1.4 to 26.0.2 in my test environment. However, when I attempted to start my container, I encountered the following error:
"ERROR: A provider JAR was updated since the last build, please rebuild for this to be fully utilized."
Do you have any idea what might be causing this issue?
Thank you in advance for your support.
--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/keycloak-user/eddd8aa6-c978-44d4-a4f4-e4c37936c724n%40googlegroups.com.
Hi,there's a new validation in 26.2 for detecting changes in providers. In order to properly reflect changes in providers, the build command needs to be run. It is run implicitly when the --optimized flag is not used, otherwise it needs to be executed explicitly. That's always been the case, we just now validate it to prevent unexpected behaviour and it is clear to the user what is happening.I suspect this might be the case that some provider was changed after the build command was executed. If not, I would like to ask you to create a GH Issue with steps to reproduce.Thanks.
To view this discussion visit https://groups.google.com/d/msgid/keycloak-user/24c27beb-7181-4763-b209-e67e44aae8e8n%40googlegroups.com.
No. In the issue you mentioned, a build is triggered again in the last line: "RUN /opt/keycloak/bin/kc.sh build"
. I tried that, but it didn’t solve the problem.Václav Muzikář <vmuz...@redhat.com>, 28 Nis 2025 Pzt, 11:21 tarihinde şunu yazdı:
Dear Václav Muzikář
Yes, I have executed the following commands as suggested:
RUN touch -m --date=@1743465600 /opt/keycloak/*RUN /opt/keycloak/bin/kc.sh build
However, the issue still persists after running them. Please let me know if there are any additional steps I should take or if you need further information to help troubleshoot the problem.
Best regards,
Václav Muzikář <vmuz...@redhat.com>, 29 Nis 2025 Sal, 09:44 tarihinde şunu yazdı: