OpenLiberty/space-sentry-challenge

Rapsberry Pi integration

Closed this issue · 6 comments

fwji commented
Rapsberry Pi integration

@ismartspace Got error for everything except nginx: Step 6/8 : COPY target/liberty-demo-leaderboard*.war /opt/ol/wlp/usr/servers/liberty-demo-leaderboardServer/apps/liberty-demo-leaderboard.war
COPY failed: no source files were specified
Unable to find image 'liberty-demo-leaderboard:latest' locally
docker: Error response from daemon: pull access denied for liberty-demo-leaderboard, repository does not exist or may require 'docker login'.
See 'docker run --help'.

After starting all containers there is nothing showing on http://localhost:9080/metrics or http://localhost:9080/health, and after changing ports to 9082 there are pages with open liberty logo saying context root not found.

No game is running on http://localhost:9048/ too, although docker ps shows all containers are running.

@ismartspace Hi Sarah is it working on your laptop? Do you have any idea what's going on :(

9082/health shows {"checks":[{"data":{"MongoDB":"not available"},"name":"MongoDBHealth","state":"DOWN"},{"data":{"LeaderboardHealth":"available"},"name":"LeaderboardHealth","state":"UP"}],"outcome":"DOWN"}
Throwing error: "raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable" when getting data from url.