Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KeyCloak version #322

Open
SubOptimal opened this issue Mar 13, 2023 · 1 comment · May be fixed by #329
Open

Update KeyCloak version #322

SubOptimal opened this issue Mar 13, 2023 · 1 comment · May be fixed by #329

Comments

@SubOptimal
Copy link
Member

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.

@SubOptimal
Copy link
Member Author

SubOptimal commented Mar 14, 2023

An updated docker-compose.yaml was pushed to https://github.com/openbikesensor/portal/tree/issue_322.

docker compose up

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"

@SubOptimal SubOptimal linked a pull request Mar 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant