How to fix Keycloak overlay installation failure
While playing with keycloak I have encountered several related problems: Keycloak 3.2.1 downloadable with samples is not working running...
https://www.czetsuyatech.com/2017/08/keycloak-fix-overlay-installation.html
While playing with keycloak I have encountered several related problems:
- Keycloak 3.2.1 downloadable with samples is not working running.
- Installing keycloak 3.2.1 overlay on Wildfly 10.1.Final fails.
Errors are:
- Caused by: org.jboss.modules.ModuleNotFoundException: org.keycloak.keycloak-server-subsystem:main
- "WFLYCTL0310: Extension module org.keycloak.keycloak-server-subsystem not found".
Solution:
- Inside WILDFLY_HOME\modules folder, create a new file layers.conf.
- Content of the file should be:
layers=keycloak
Post a Comment