Unable to login to webhookie server running on linux cloud and local machine
-
@arthur i didn't swithc to arm. I just followed the instructions. And ran docker-compose up
-
@datastax could you please share AWS logs so that we can find why keycloak is not up?
-
@datastax what size of the EC2 instance are you using to run ? it could be that keycloak needs more memory/cpu to start
-
-
How do i get the logs out for webhookie on AWS EC2 Ubuntu 20.04?
-
I have setup and redeployed webhookie on my Apple M1 Mac. Same result. https://smart-otter-27.loca.lt
Please click on the shared localtunnel link. Does it work correctly?
-
-
@datastax could you join to https://meet.google.com/cub-oyny-gsc ?
-
webhookie-keycloack | -b 0.0.0.0
webhookie-keycloack | /opt/jboss/tools/docker-entrypoint.sh: line 165: DB_ADDR: unbound variable
webhookie-keycloack exited with code 1 -
@datastax could we try a solution now?
-
@arthur yes, i'm available
-
The webhookie server did not run well on my non M1 Apple machine. It is running normally on my Windows machine.
-
@datastax I think for some reason in your Mac terminal where you run docker compose command there is an env variable named
DB_VENDOR
set topostgres
which causes this issue! since keycloak requiresDB_ADDR
env var to be set if vendor ispostgres
let's
unset DB_VENDOR
before you rundocker compose up
command or explicitly setDB_VENDOR
toh2
in thedocker-compose.yml
file in order to force keycloak to useh2
I'm sure the default value is
h2
and that's why we don't have that set in thedocker-compose.yml
file. but let's try setting that to see if this resolves the issuelet me know if you're available for a Google Meet .
Thanks