-
Notifications
You must be signed in to change notification settings - Fork 17
Description
I am running into an issue where it seems like the frontend cannot connect to the backend. When I run the diagnostic I get the error:
[ERROR] container unreachable from gprofiler-ps-ch-rest-service
Error response from daemon: No such container: db_clickhouse
[ERROR] container unreachable from db_clickhouse
When I look into it further and pull the error logs I find this error for ports 8123, 9000, 9004, 9005, 9009:
Application: Listen [0.0.0.0]:8123 failed: Poco::Exception. Code: 1000, e.code() = 98, Net Exception: Address already in use: 0.0.0.0:8123 (version 22.8.21.38 (official build)). If it is an IPv6 or IPv4 address and your host has disabled IPv6 or IPv4, then consider to specify not disabled IPv4 or IPv6 address to listen in <listen_host> element of configuration file. Example for disabled IPv6: <listen_host>0.0.0.0</listen_host> . Example for disabled IPv4: <listen_host>::</listen_host>
Any insight?