threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

Installation: can't install jsx using 3sdk on windows #839

Closed AhmedHanafy725 closed 4 years ago

AhmedHanafy725 commented 4 years ago

Branch: rc_10.5.3 commit: a4661e1be6c2c23fe04e8af73866002d93b21efa windows version: 10 pro

Steps

Result

image

Error

Error in executing docker start 3bot: Traceback:
Error response from daemon: Ports are not available: listen tcp 0.0.0.0:9007: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Error: failed to start containers: 3bot
AhmedHanafy725 commented 4 years ago

Also in docs https://sdk.threefold.io/#/3sdk_windows?id=installation

image

The link in this rectangle should point to https://sdk.threefold.io/#/3botconnect_install

waleedhammam commented 4 years ago

For me I couldn't reproduce on my machine image

My best guess is the port is being used somewhere else by another app or firewall blocking it, will check with @dmahmouali now

waleedhammam commented 4 years ago

It's specific for that machine port 9007 is held by windows system process

image

waleedhammam commented 4 years ago

It should be fixed after https://github.com/threefoldtech/jumpscaleX_core/pull/841, we don't use that portrange anyway

AhmedHanafy725 commented 4 years ago

Verified

image