Closed nicolabeghin closed 2 years ago
@nicolabeghin You seem to be missing the quarkus.properties.file See https://github.com/keycloak/keycloak-quickstarts/tree/main/user-storage-jpa#build-and-deploy-the-quickstart
https://github.com/keycloak/keycloak-quickstarts/blob/main/user-storage-jpa/conf/quarkus.properties
Thanks @sluglit totally skipped the updated README diff.. I went through line by line in the sourcecode only 😅 THANKS A MILLION!
Describe the bug
Hi everyone I'm testing the Quarkus-updated
user-storage-jpa
quickstart in order to subsequently upgrade multiple-ds-user-storage.When starting the server, the following error is thrown and Quarkus fails to startup.
Below the full stacktrace:
Version
18.0.1
Expected behavior
Keycloak to start up.
Actual behavior
Keycloak unable to start up.
How to Reproduce?
Minimum Reproducible Example repo available at https://github.com/nicolabeghin/keycloak-issue-quarkus-user-storage-jpa
By removing the
user-storage-jpa-example.jar
, server starts up fine.Anything else?
Related issue #303