Created 08-02-2018 04:58 PM
OS : Windows 7
this is some problem.
"Lanuch Dashoard" button click
Errors : "502 Bad Gateway nginx/1.15.0"how to can ı fixed ?
Created on 08-02-2018 05:02 PM - edited 08-17-2019 10:14 PM
this is problem screenshot
Created 09-05-2018 01:03 PM
i have the same problem, but have running the HDP Sandbox with docker on a ubuntu machine. But also the connection is refused if i try to connect via ssh from console
Created 09-06-2018 01:22 PM
Could anybody help? The sandbox was loaded last week is version 2.6.5 on ubuntu 18.04 LTS. Login do the server itselfs is working, but than the connection from the server to the docker image is not working.
Error message is:
ssh_exchange_identification: Connection closed by remote host
Created 11-05-2018 01:39 PM
On Ubuntu 18.10 and version 2.6.5 of HDP I have the same problem. The docker 'sandbox-proxy' is listening on 8080:
tcp6 0 0 :::8080 :::* LISTEN 23673/docker-proxy aus (0.00/0/0)
Created 01-04-2019 03:21 PM
How did you solve your problem, as I am experiencing the same problem while using HDP Sandbox with docker on a ubuntu machine 16.04
Created 09-03-2019 06:51 PM
Same problem here.
Created 09-08-2019 12:33 PM
Have the same issue. Is anyone still working on this?
Created 11-24-2019 01:47 PM
I resolved this by shutting down the firewall on the HDP Sandbox container:
sudo systemctl stop firewalld
sudo systemctl disable firewalld