nc command tells that the port is opened

Edit on GitHub

Description

nc command tells that the port is opened.

Solution

  1. Check what process occupies the port 9000 by running the command on the host:
sudo lsof -nPi:9000 | grep LISTEN
  1. If it’s not your IDE, free up the port to be used by the IDE.