-
I followed the following tutorial to run microcks. but when I open a new browser tab and point to the http://localhost:8080 endpoint, an error always occured What should I do to solve this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
lbroudoux
Feb 5, 2024
Replies: 1 comment 1 reply
-
Hi @lancepan! Thanks for trying out Microcks. Could you check you have all the containers running correctly after the docker-compose sdtartup? $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6f242d1dfcbe quay.io/microcks/microcks:1.8.1 "/deployments/run-ja…" About a minute ago Up About a minute 0.0.0.0:8080->8080/tcp, 8778/tcp, 0.0.0.0:9090->9090/tcp, 9779/tcp microcks
4650f465e236 quay.io/microcks/microcks-postman-runtime:latest "docker-entrypoint.s…" About a minute ago Up About a minute 3000/tcp microcks-postman-runtime
088357c6e439 mongo:3.6.23 "docker-entrypoint.s…" About a minute ago Up About a minute 27017/tcp microcks-db
0ce1e0945d54 quay.io/keycloak/keycloak:22.0.2 "/opt/keycloak/bin/k…" About a minute ago Up About a minute 8443/tcp, 0.0.0.0:18080->8080/tcp microcks-sso Cna you also try to directly access |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lancepan
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi @lancepan!
Thanks for trying out Microcks. Could you check you have all the containers running correctly after the docker-compose sdtartup?
You should have something like: