All, Struggling with a new Guacamole deployment that I can not get working for the life of me. I get the following error message:
02:47:39.046 [http-nio-8080-exec-7] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to guacd failed: java.net.ConnectException: Connection refused (Connection refused) 02:47:39.294 [http-nio-8080-exec-10] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: java.net.ConnectException: Connection refused (Connection refused) This is built on Microsoft Azure using CoreOS and Docker containers. DISTRIB_ID="Container Linux by CoreOS" DISTRIB_RELEASE=2079.4.0 DISTRIB_CODENAME="Rhyolite" DISTRIB_DESCRIPTION="Container Linux by CoreOS 2079.4.0 (Rhyolite)" NAME="Container Linux by CoreOS" ID=coreos VERSION=2079.4.0 VERSION_ID=2079.4.0 BUILD_ID=2019-05-15-0808 PRETTY_NAME="Container Linux by CoreOS 2079.4.0 (Rhyolite)" ANSI_COLOR="38;5;75" HOME_URL="https://coreos.com/" BUG_REPORT_URL="https://issues.coreos.com" COREOS_BOARD="amd64-usr" CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ca4084215de1085efab0f609fb3f5317d1e2b53f8970394bd69ba218e993788e guacamole/guacamole:latest "/opt/guacamole/bin/start.sh" 14 minutes ago Up 14 minutes 0.0.0.0:80->8080/tcp some-guacamole 2dc7a78df0d950199612d3da93a4dd3f49966400095e95129772ad1e57142798 mariadb:10.1 "docker-entrypoint.sh mysqld" 14 minutes ago Up 14 minutes 3306/tcp some-guacamole/mysql,some-mariadb 92e331108c16be0d9f79fe35fcbf5b24053bd0b19b7454d9a5eb5baa4de1370e guacamole/guacd:latest "/bin/sh -c '/usr/local/guacamole/sbin/guacd -b 0.0.0.0 -L $GUACD_LOG_LEVEL -f'" 14 minutes ago Up 14 minutes 4822/tcp some-guacamole/guacd,some-guacd The guacd log shows nothing at all. sudo docker logs some-guacd guacd[6]: INFO: Guacamole proxy daemon (guacd) version 1.0.0 started guacd[6]: INFO: Listening on host 0.0.0.0, port 4822 Any ideas or other logs to check? Thanks in advance! -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
