sczyh30 / vertx-blueprint-microservice

Vert.x Blueprint Project - Micro-Shop microservice application
Apache License 2.0
774 stars 302 forks source link

Keycloak reporting error when first time connecting to MySQL #33

Open minosniu opened 6 years ago

minosniu commented 6 years ago

I'm running blueprint on MacOS High Sierra. All dependencies have been provided, but when running "sudo ./run.sh" it gave errors like this:

keycloak-server_1 | Caused by: java.sql.SQLException: Access denied for user 'keycloak'@'172.18.0.5' (using password: YES)

I could see the MicroShop page when pointing to localhost:8787, but the keycloak auth didn't show up.

Any idea why this happens, and whether it has anything to do with keycloak/mysql misconnection?

Toomy commented 6 years ago

Hi Please note that I have the same problem.