Keycloak not starting with legacy version (wildfly) #14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the newest commit I can't get kc running in local docker it just fails and on k8s the same thing:
My Dockerfile is the following:
Server fails after the following log
changed title from Keycloak not starting with version 16.1.1{--legacy-} to Keycloak not starting with version 16.1.1
Tried it on 18.0.0 legacy - same issue. Full log kc.log
changed title from Keycloak not starting with version {-16.1.1-} to Keycloak not starting with {+legacy +}version {+(wildfly)+}
It seems dependencies are not loaded or not in the right order. (
Caused by: java.lang.NoClassDefFoundError: com/unboundid/scim2/client/ScimService)
.I saw other projects loading dependencies like this. It should work, but surly I missed something.
Okay, It may br because the
jboss-deployment-structure.xml
is incomplete. I'll try when I can, but if you have some time, It's worth trying.Ok thanks.