Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind for 0.0.0.0:2376 failed: port is already allocated #308

Open
loretoparisi opened this issue Nov 7, 2024 · 0 comments
Open

Bind for 0.0.0.0:2376 failed: port is already allocated #308

loretoparisi opened this issue Nov 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@loretoparisi
Copy link

Version

domino, version 0.9.4

Platform

x86_64 #1 SMP Tue Jun 18 14:00:06 UTC 2024 x86_64 GNU/Linux

Docker version

Docker version 20.10.9, build c2ea9bc

Kubernetes version

Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.16"

Describe the bug.

docker compose up fails due to port binding 0.0.0.0:2376 error of domino proxy.
Using netstat -lnp I do not see that binding for 0.0.0.0:2376 was up before

What steps will reproduce the bug?

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string. 
WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_DEFAULT_PIECES_REPOSITORY_TOKEN" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_CREATE_DEFAULT_USER" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DOMINO_COMPOSE_DEV" variable is not set. Defaulting to a blank string. 
[+] Running 12/13
 ⠿ Network domino_domino-postgres-network  Created                                                                                                               0.0s
 ⠿ Network domino_default                  Created                                                                                                               0.0s
 ⠿ Container domino-postgres               Started                                                                                                               1.0s
 ⠿ Container airflow-redis                 Started                                                                                                               0.7s
 ⠿ Container domino-docker-proxy           Starting                                                                                                             30.4s
 ⠿ Container airflow-postgres              Started                                                                                                               2.0s
 ⠿ Container domino-rest                   Started                                                                                                              11.8s
 ⠿ Container airflow-init                  Started                                                                                                              13.2s
 ⠿ Container airflow-domino-worker         Started                                                                                                              30.3s
 ⠿ Container airflow-domino-scheduler      Started                                                                                                              28.3s
 ⠿ Container airflow-triggerer             Started                                                                                                              28.1s
 ⠿ Container airflow-webserver             Started                                                                                                              29.3s
 ⠿ Container domino-frontend               Started                                                                                                              13.0s
Error response from daemon: driver failed programming external connectivity on endpoint domino-docker-proxy: Bind for 0.0.0.0:2376 failed: port is already allocated

Additional information

No response

@loretoparisi loretoparisi added the bug Something isn't working label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant