I'm trying to get a local deployment of the web console working via docker.

I have the latest 2.7.0 version of the web-console-standalone docker image,
started with "docker run -d -p 8080:80 --name web-console-standalone -e
DEBUG=* apacheignite/web-console-standalone

The container starts up fine, and I see "Start listening on 127.0.0.1:3000
in the logs". When I try to access the web console via a browser at
http://<hostname>:8080/,
it connects, but I get a "Loading..." indicator that never goes away - the
page is otherwise blank. There are no errors being logged from the
container, and no obvious problems via the firefox dev tools/Networking
window.

This is on an enterprise network with no Internet access.

I've also noticed that if I go into the container and copy
/opt/web-console/backend/agent_dists/ignite-web-agent-2.7.0.zip out onto my
host box and unzip it, there is no "default.properties" file as the
documentation seems to indicate there should be. I tried starting up the
web-agent via the resulting ignite-web-agent.sh script, and it fails due to
the security tokens not matching. It seems those tokens should be available
in the web-console, but again, I can't load the /profile page to view them.

Thanks for the help!

Reply via email to