Dockerfiles icon indicating copy to clipboard operation
Dockerfiles copied to clipboard

Error starting userland proxy: Bind for 0.0.0.0:50090: unexpected error Permission denied

Open jasonhue8183 opened this issue 6 years ago • 2 comments

Hi HariSekhon,

i having problem to start the hadoop docker-compose with the error below :

λ  docker-compose up -d
Starting hadoop_hadoop_1 ... error

ERROR: for hadoop_hadoop_1  Cannot start service hadoop: driver failed programming external connectivity on endpoint hadoop_hadoop_1 (114a6d530bf9e4f6eb8bd3528f2ac847feb1cf089c76e4733a3c00e99ee97f32): Error starting userland proxy: Bind for 0.0.0.0:50090: unexpected error Permission denied

ERROR: for hadoop  Cannot start service hadoop: driver failed programming external connectivity on endpoint hadoop_hadoop_1 (114a6d530bf9e4f6eb8bd3528f2ac847feb1cf089c76e4733a3c00e99ee97f32): Error starting userland proxy: Bind for 0.0.0.0:50090: unexpected error Permission denied
ERROR: Encountered errors while bringing up the project.

Appreciate for any advice Jason

jasonhue8183 avatar Sep 23 '18 09:09 jasonhue8183

Try commenting out the last line in the docker-compose.yml and see if it starts. You probably won't need that port mapping anyway.

It might be a permissions problem or the port might already be in use.

HariSekhon avatar Sep 25 '18 20:09 HariSekhon

Hi HariSekhon,

Thanks for reply. It able to start but it exited immediately.

hadoop exited

Appreciate for any advice Jason

jasonhue8183 avatar Oct 01 '18 07:10 jasonhue8183