EOSStudioErrorMessage

  1. I didn’t finish watching the videos about setting up EOSSTUDIO before the program moved me to the review page. Can someone please rewind my videos to the previous page.

  2. I am using a MAC, I have version 2.0.5 When I try to start a node, I get the following log:
    docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.

docker run -dt --name eosio_v2.0.5 --publish 8888:8888 --publish 5555:5555 --volume /Users/donniestarkey/.eosio/v2.0.5:/eosio -w /eosio eostudio/eos:v2.0.5 /bin/bash
5aef6d8c7425f61ee3dd3448a3763323eb5f5c27a3e8a1257ea79156e7883d88
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.
docker run -dt --name eosio_v2.0.7 --publish 8888:8888 --publish 5555:5555 --volume /Users/donniestarkey/.eosio/v2.0.7:/eosio -w /eosio eostudio/eos:v2.0.7 /bin/bash
7360fdc8666abeb0d91efe0b0ef52cccf3b29110281d15ce6de6dfc37366fcbe
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.
docker run -dt --name eosio_v2.0.5 --publish 8888:8888 --publish 5555:5555 --volume /Users/donniestarkey/.eosio/v2.0.5:/eosio -w /eosio eostudio/eos:v2.0.5 /bin/bash
3c917296982149f821567d057463a58762eb97f020369d39b12524d04e025e54
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.

I have tried with no firewall, and get the same error message. Any advice?

Means that 8888 port is already in use (by other app), you could try to find which app is and shut it down, also you could try to change the port on the EOS Studio.

If you have any more questions, please let us know so we can help you! :slight_smile:

Carlos Z.

OK,
I have searched the web, and posted in several forums, and finally have some direction, but still lost. The instructions that I have are:

Blockquote I’m not a Mac user, so I can’t give you specific help for Mac OS. With –publish 8877:8888 I meant that you should modify the start command of the container.
Did you already check if other containers are running or if the one you want to start here is running already? docker container ls, or docker container ls -a to list the stopped containers too. You call docker run -d, this means you start the container as daemon (in the background).<

I have no idea what to do with these instructions. Do I need to use a terminal on my mac? Is there a command inside docker? How do I do this??

1 Like

Im still at a loss as to how to get this solved. I tried
https://solace.community/discussion/28?

we found that the equal sign after “name” should have been a space. It was the only way to get it to run. As far as I can tell, it did what it was supposed to do, but I still get the same error message from EOStudio.
Any advice???

1 Like

got it!! If this occurs, you need the toolbox.

https://www.youtube.com/watch?v=lNkVxDSRo7M

Hey @dani88, hope you are great.

Sorry for take this long to reply, glad to know that you solve it :partying_face:, apparently you have to setup the docker in MAC OS right? Or you just had not installed it?

Carlos Z.

I had to install the toolbox mentioned in the video then follow the setup steps.

1 Like