-
Notifications
You must be signed in to change notification settings - Fork 575
"Address already in use" error when elgalu/selenium container tries to start selenium-node-chrome #140
Comments
Hi @katryo, Can you please retest with the version we just released? 3.3.1i. Thanks! |
Thank you so much. I will retest it 👍 |
Hey @katryo, I saw this exact same thing yesterday again, already after the release. We don't really understand why this happens since the error means that the port is used in that docker-selenium container. @elgalu added some debug logs and I changed a parameter in Zalenium when creating the container to monitor that. In addition we are also adding a feature that will double check that the created container is actually up and working, otherwise we'll restart it or we'll create another. This will be included in the next release. |
Hi @katryo, This issue has been addressed both in the latest Zalenium release and also in the latest docker-selenium release. https://github.com/elgalu/docker-selenium/releases/tag/3.3.1-p14 Please pull the most recent images. I'll close this issue for now but feel free to reopen in case you find something related. Cheers, |
Thank you so much! I have been using Zalenium v3.3.1i for one week and I did not run into the "Address already in use" error. I guess this problem was solved, or at least the frequency of happening became less. 👍 |
Hi.
I sometimes run into this problem and my tests stop working with Zalenium.
docker-compose up -d
with this docker-compose.ymldocker ps
, I got this result.unhealthy
container with this command.java.net.BindException: Address already in use
on/var/log/cont/selenium-node-chrome-stderr.log
.It might be Docker's bug.
I mentioned this problem at this comment. #116 (comment)
Docker version: 17.05.0-ce, build 89658be
Zalenium version: 3.3.1h
docker-selenium version: 3.3.1-p9
The text was updated successfully, but these errors were encountered: