I had a Cluster-in-a-Box installed and processing Pipeline data on an Azure GOV Cloud VM. I shut it down for a few weeks and restarted it today. However, I can no longer navigate beyond the “Connect to a cluster” page.
http://XXX.XX.0.X:8080/connect/new
Here is an error list from the web site.
2022/04/29 15:52:27 proxy.go:111 dial tcp XXX.XX.X.X:3306: connect: connection refused
Proxy error
platform/studio/server.ProxyHandler.func2
/go/src/platform/studio/server/proxy.go:111
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2042
platform/vendor/github.com/gorilla/mux.(*Router).ServeHTTP
/go/src/platform/vendor/github.com/gorilla/mux/mux.go:210
platform/vendor/github.com/rs/cors.(*Cors).Handler.func1
/go/src/platform/vendor/github.com/rs/cors/cors.go:200
net/http.HandlerFunc.ServeHTTP
/usr/local/go/src/net/http/server.go:2042
platform/vendor/github.com/gorilla/handlers.loggingHandler.ServeHTTP
/go/src/platform/vendor/github.com/gorilla/handlers/handlers.go:69
net/http.serverHandler.ServeHTTP
/usr/local/go/src/net/http/server.go:2843
net/http.(*conn).serve
/usr/local/go/src/net/http/server.go:1925
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1374
172.21.1.130 - - [29/Apr/2022:15:52:27 +0000] “GET /proxy?hostname=XXX.XX.X.X&port=3306 HTTP/1.1” 502 16
I have all the ports that need to be opened configured on the firewall. I tested all the inbound ports and they all were able to connect. I do get a warning label on Azure Network Settings that port 3306 and port 22 are open to the internet. Though that should not be the issue.
Is there any logging that could point me as to the cause of this navigation issue? It looks like Port 3306 is not accessible but my Azure tests tell me it is accessible.