wooden-mechanic-38522
02/28/2023, 7:32 PMfast-garage-66093
02/28/2023, 7:36 PMwooden-mechanic-38522
02/28/2023, 7:38 PMfast-garage-66093
02/28/2023, 7:40 PMwooden-mechanic-38522
02/28/2023, 7:40 PMcurved-zebra-30454
02/28/2023, 7:56 PMsteve
and dashboardServer
logs to see if there are any warnings or errorswooden-mechanic-38522
02/28/2023, 7:59 PM2023-02-28T19:28:27.499Z: Proxy Error: Error: connect ECONNREFUSED 127.0.0.1:9443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 9443
}
2023-02-28T19:28:27.501Z: [HPM] Error occurred while proxying request 127.0.0.1:6120/api/v1/namespaces/cattle-ui-plugin-system/services/<http:ui-plugin-operator:80/proxy/index.json> to <https://127.0.0.1:9443/> [ECONNREFUSED] (<https://nodejs.org/api/errors.html#errors_common_system_errors>)
Doesn't look like an error in the steve log
2023-02-28T18:30:23.094Z: stderr: time="2023-02-28T10:30:23-08:00" level=info msg="Listening on 127.0.0.1:9080"
curved-zebra-30454
02/28/2023, 8:08 PMsteve
(the dashboard api) might not be listening on port 9443. Can you run lsof -nP -iTCP -sTCP:LISTEN | grep 9443
to see if what might be listening?wooden-mechanic-38522
02/28/2023, 10:47 PMsteve
shows it's attaching to 9080
. The result of lsof -nP -iTCP -sTCP:LISTEN | grep 9443
was empty.Rancher 14987 bradcolbert 27u IPv4 0x65f9ca65eb79a717 0t0 TCP 127.0.0.1:6109 (LISTEN)
Rancher 14987 bradcolbert 63u IPv4 0x65f9ca65ea631977 0t0 TCP 127.0.0.1:6120 (LISTEN)
Rancher 14987 bradcolbert 68u IPv4 0x65f9ca65e9c5e0f7 0t0 TCP 127.0.0.1:6107 (LISTEN)
Code\x20H 16239 bradcolbert 38u IPv4 0x65f9ca65ed0ef977 0t0 TCP 127.0.0.1:59683 (LISTEN)
Code\x20H 16239 bradcolbert 68u IPv4 0x65f9ca65ed300f97 0t0 TCP 127.0.0.1:61277 (LISTEN)
limactl 19786 bradcolbert 14u IPv4 0x65f9ca65ed0960f7 0t0 TCP 127.0.0.1:60621 (LISTEN)
qemu-syst 19795 bradcolbert 18u IPv4 0x65f9ca65ed092f97 0t0 TCP 127.0.0.1:59508 (LISTEN)
ssh 19816 bradcolbert 25u IPv4 0x65f9ca65ead85357 0t0 TCP 127.0.0.1:6444 (LISTEN)
ssh 19816 bradcolbert 26u IPv4 0x65f9ca65ed302d37 0t0 TCP *:6443 (LISTEN)
ssh 19816 bradcolbert 28u IPv4 0x65f9ca65ed0f20f7 0t0 TCP *:36953 (LISTEN)
fast-garage-66093
03/03/2023, 7:42 PMwooden-mechanic-38522
03/03/2023, 7:42 PMfast-garage-66093
03/03/2023, 7:42 PMwooden-mechanic-38522
03/03/2023, 7:43 PMfast-garage-66093
03/03/2023, 7:44 PM