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

Issue starting service bootstrap #16

Open
sweppner opened this issue Nov 18, 2016 · 2 comments
Open

Issue starting service bootstrap #16

sweppner opened this issue Nov 18, 2016 · 2 comments

Comments

@sweppner
Copy link

Hey, love what you're doing here, but I'm having an issue with the bootstrap service... Logs below:

$ docker-compose up -d
WARNING: Found orphan containers (ethereumdocker_geth_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
netstats is up-to-date
Starting bootstrap

ERROR: for bootstrap  Cannot start service bootstrap: driver failed programming external connectivity on endpoint bootstrap (533de706220b8c5b4da165813efa9acdaed5aafc11ddc610e67d41e94894e4bf): Bind for 0.0.0.0:30303 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.

Any help/suggestions here would be greatly appreciated!!

@tayzlor
Copy link
Contributor

tayzlor commented Nov 21, 2016

looks like you have some containers already running or left hanging around somewhere, try -

docker-compose stop
docker-compose rm
docker-compose up -d

@Gelassen
Copy link

Gelassen commented Nov 23, 2017

Update this topic. Experience the same issue. Bootstrap container use the same port 30303 and it creates conflict.

ddf2af04af09 ethereumdocker_eth "/root/start.sh --..." 9 hours ago Up 9 hours 8545-8546/tcp, 30303/tcp, 30303-30304/udp ethereumdocker_eth_1
2ef19e1c3a96 ethereumdocker_bootstrap "/root/start.sh --..." 9 hours ago Exited (137) 6 hours ago bootstrap
07f4a43084ad ethereumdocker_netstats "npm start" 9 hours ago Up 9 hours 0.0.0.0:3000->3000/tcp netstats
0a0aa063d759 ethereum/client-go "geth --datadir=/r..." 28 hours ago Up 5 hours 0.0.0.0:8545->8545/tcp, 0.0.0.0:30303->30303/tcp, 8546/tcp, 0.0.0.0:30303->30303/udp, 30304/udp ethereumdocker_geth_1

I was looking for a way to change the port, but didn't found yml config and run standalone container with port forwarding didn't run it on time.

Any suggestions?

@sweppner @tayzlor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants