You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there the hostname keycloak could be changed to localhost
with the amended hostname it still fails accessing the realm, I could not figure out, where the realm obs-dev gets defined
docker-compose up keycloak
fails with
portal-keycloak-1 | 2023-03-13 23:54:07,102 TRACE [io.quarkus.bootstrap.classloading.QuarkusClassLoader] (main) Class quarkus.properties not found in parent first load from java.net.URLClassLoader@ed7f8b4
portal-keycloak-1 |
portal-keycloak-1 | ERROR: Failed to run 'build' command.
portal-keycloak-1 | Error details:
portal-keycloak-1 | java.lang.reflect.InvocationTargetException
portal-keycloak-1 | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
it often fails on the very first invocation (after clean install), consecutive invocations are not failing
docker-compose up postgres
fails related to the different user/password for the keycloak start-dev
portal-postgres-1 | FATAL: password authentication failed for user "obs"
As discussed in today's community meeting this issue is to collect discovered needed changes on the Docker files.
Starting point was a post from user HortusNanum.
The text was updated successfully, but these errors were encountered: