Hello
I’m would like to have a look at Keycloak.X (12.0.1) on Windows 10.
Keycloak.X starts up but then trying to create an admin user I get the following error message:
“An internal server error has occurred”
- Download: https://github.com/keycloak/keycloak/releases/download/12.0.1/keycloak.x-preview-12.0.1.zip
- Unpack
- Run: bin/kc.bat start-dev
- Open: http://localhost:8080/
- Enter Username+Password hit “Create”
- “An internal server error has occurred”
I don’t see any message in the console nor can I find a log file. Any Idea whats wrong or how I can enable better logging?
EDIT:
The same issue happens in version 12.0.0.
I also found configuration for logging: /conf/keycloak.properties but setting the configuration to quarkus.log.level = WARN doesn’t bring any valuable information.
EDIT:
Tested different Java Versions, same Problem:
openjdk version “1.8.0_222”
openjdk version “11.0.6”
openjdk version “14.0.2”