-
Notifications
You must be signed in to change notification settings - Fork 93
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
Keycloak - Local execution issue #62
Comments
@adrianliz the above is what I get when I run locally (i.e. works on GitHub Actions, but just issue for me locally), so I'm also interested how it looks for you when you run locally:
|
@adrianliz I found out the root cause what's happening for me locally:
I open up the CLI for the Docker container: postgres... this is the state, the 2 DB's are missing
I run the tests, the tests then fail of course. Then I manually create the 2 databases by manually typing out these commands in CLI
And then all the integration tests pass This means that the problem is just with me (this looks like just some local issue that I'll try to see what's the cause, why for me locally the 2 DB's don't get automatically created...) Thanks for everything up to now; everything you did was correct, this issue that's appearing seems to be localized just for me. |
…apping due to potential interference with already installed (non-Docker) Postgres
…apping due to potential interference with already installed (non-Docker) Postgres (updated ci.yaml)
…apping due to potential interference with already installed (non-Docker) Postgres (updated ci.yaml)
@valentinacupac I execute the following commands:
Note: I use I think that you have already found a solution. |
Thanks @adrianliz! Yes, I documented the workaround here #64 and I updated README file, the README file now contains only the Docker-based instructions, and also I moved the environment variables in the |
Keycloak works on GitHub Actions, but not locally when run on my machine.
This is the trace from my local machine - executing it from IntelliJ terminal. I use Windows.
The more detailed error is:
Also, I noticed that Keycloak randomly goes into restarting mode for me.

And I get these kinds of errors locally with Keycloak (logs via Docker)
The text was updated successfully, but these errors were encountered: