CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Cannot start service neo-nodes #39

Closed DalderupMaurice closed 6 years ago

DalderupMaurice commented 6 years ago

Got this error for a while now, not sure what's the root of the problem. Removed all images/containers, restarted docker, pulled latest branch, but that doesn't seem to resolve anything.

ERROR: for neo-nodes  Cannot start service neo-nodes: driver failed programming external connectivity on endpoint neo-noCreating postgres  ... done
.0.0.0:30336:tcp:172.18.0.3:30336: input/output error

ERROR: for neo-nodes  Cannot start service neo-nodes: driver failed programming external connectivity on endpoint neo-nodes (f427c0b37614765e32aa5d69ee8fa9c015369598068cd7524355baa8020f1881): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:30336:tcp:172.18.0.3:30336: input/output error
ERROR: Encountered errors while bringing up the project.

DalderupMaurice commented 6 years ago

On my mac, it's forever stuck on this:

image

The original issue is on my windows PC

jeroenptrs commented 6 years ago

@DalderupMaurice what version is neo-privatenet pulling? Can you look for the version and date for cityofzion/neo-privatenet using docker images ls?

Additionally, could you try removing that image with docker rmi IMAGE_ID and do a make start again?

@metachris I verified with Maurice privately, this issue happens for him using solely the neo-privatenet docker so it feels partially unrelated to neo-local, could you check and verify with him too please?

DalderupMaurice commented 6 years ago
REPOSITORY                  TAG                 IMAGE ID            CREATED             SIZE
cityofzion/neo-privatenet   latest              aa9992e81b4f        7 weeks ago         2.79GB

Removed all containers/images and tried only with neo-privnet as @jeroenptrs said - still doesn't work. This is the result of docker images ls

DalderupMaurice commented 6 years ago

Issue on mac is resolved using the neo-privatenet only, with neo-local it just gets stuck on docker-compose pull no clue why

DalderupMaurice commented 6 years ago

Hmm, solved it somehow 🤔 Last thing I did was a registry clean with CCleaner, worked after that 😅