mender-gui is Unhealthy, following the ./run ps output:
menderproduction_mender-api-gateway_1 /entrypoint.sh --accesslog ... Up 0.0.0.0:443->443/tcp,:::443->443/tcp, 80/tcp
menderproduction_mender-create-artifact-worker_1 /usr/bin/workflows --confi ... Up
menderproduction_mender-deployments_1 /usr/bin/deployments --con ... Up 8080/tcp
menderproduction_mender-device-auth_1 /usr/bin/deviceauth --conf ... Up 8080/tcp
menderproduction_mender-deviceconfig_1 /usr/bin/deviceconfig --co ... Up 8080/tcp
menderproduction_mender-deviceconnect_1 /usr/bin/deviceconnect --c ... Up 8080/tcp
menderproduction_mender-gui_1 /entrypoint.sh nginx Up (unhealthy) 80/tcp, 8080/tcp
menderproduction_mender-inventory_1 /usr/bin/inventory --confi ... Up 8080/tcp
menderproduction_mender-iot-manager_1 /usr/bin/iot-manager serve ... Up 8080/tcp
menderproduction_mender-mongo_1 docker-entrypoint.sh mongod Up 27017/tcp
menderproduction_mender-nats_1 docker-entrypoint.sh -js Up 4222/tcp, 6222/tcp, 8222/tcp
menderproduction_mender-opensearch_1 ./opensearch-docker-entryp ... Up 9200/tcp, 9300/tcp, 9600/tcp, 9650/tcp
menderproduction_mender-reporting-indexer_1 /usr/bin/reporting --confi ... Up 8080/tcp
menderproduction_mender-reporting_1 /usr/bin/reporting --confi ... Up 8080/tcp
menderproduction_mender-useradm_1 /usr/bin/useradm --config ... Up 8080/tcp
menderproduction_mender-workflows-server_1 /usr/bin/workflows --confi ... Up 8080/tcp
menderproduction_mender-workflows-worker_1 /usr/bin/workflows --confi ... Up 8080/tcp
menderproduction_minio_1 /usr/bin/docker-entrypoint ... Up (healthy) 9000/tcp
following the output of docker inspect:
"Health": {
"Status": "unhealthy",
"FailingStreak": 63616,
"Log": [
{
"Start": "2023-04-05T14:26:49.023338563+02:00",
"End": "2023-04-05T14:26:49.110545006+02:00",
"ExitCode": 1,
"Output": "wget: can't connect to remote host (127.0.0.1): Connection refused\n"
},
{
"Start": "2023-04-05T14:26:57.126696345+02:00",
"End": "2023-04-05T14:26:57.224410165+02:00",
"ExitCode": 1,
"Output": "wget: can't connect to remote host (127.0.0.1): Connection refused\n"
},
{
"Start": "2023-04-05T14:27:05.236234148+02:00",
"End": "2023-04-05T14:27:05.337745897+02:00",
"ExitCode": 1,
"Output": "wget: can't connect to remote host (127.0.0.1): Connection refused\n"
},
{
"Start": "2023-04-05T14:27:13.351070268+02:00",
"End": "2023-04-05T14:27:13.445239562+02:00",
"ExitCode": 1,
"Output": "wget: can't connect to remote host (127.0.0.1): Connection refused\n"
},
{
"Start": "2023-04-05T14:27:21.477516851+02:00",
"End": "2023-04-05T14:27:21.545886654+02:00",
"ExitCode": 1,
"Output": "wget: can't connect to remote host (127.0.0.1): Connection refused\n"
}
]
}
},
Someone have experienced that?
Thanks in advance, Antonio.