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

Timed out waiting for container port to open (localhost ports: [59400] should be listening) #521

Closed
fsobh opened this issue Oct 12, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@fsobh
Copy link

fsobh commented Oct 12, 2023

I am trying to follow the INSTALL.MD directions for the bpdm kit

Whenever I begin by running mvn clean install, all my tests and tasks run fine until it reaches the tests for the bpdm-bridge-dummy

This is the error I am running into :
Screenshot 2023-10-12 at 1 51 29 PM

Screenshot 2023-10-12 at 1 53 26 PM

The Error clearly states : " Timed out waiting for container port to open (localhost ports: [59400] should be listening) "

Even though the container at 59400 IS running :

Screenshot 2023-10-12 at 1 40 25 PM

Am I doing something wrong or is there a certain configuration I should be setting before running ?

PS : I am on a Mac Book Pro M1

@nicoprow
Copy link
Contributor

Looks to me like you have a similar problem like #522. For executing tests on the bpdm-bridge-dummy you need to install some docker images first that will be needed for testing. The docker-compose.build.yaml will do this for you. Please have a look here: #522 (comment)

@nicoprow nicoprow added the documentation Improvements or additions to documentation label Oct 25, 2023
@nicoprow
Copy link
Contributor

nicoprow commented Dec 5, 2023

Answer as been given and also added to the general documentation. Hint: In the coming release 5.0.0 this behaviour will not exist anymore.

@nicoprow nicoprow closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants