You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/28 14:33:34 UTC

[GitHub] Juice10 opened a new pull request #153: List all ports that are occupied in check-required-ports

Juice10 opened a new pull request #153: List all ports that are occupied in check-required-ports
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/153
 
 
   Instead of exiting on the first port that is occupied this pull request lists all ports that are occupied. And it adds some helpful text to let you know how to shut down OpenWhisk, so the ports aren't occupied anymore.
   
   ### Before
   ```bash
   checking required ports ...
   Port 2888 is taken by PID:1923.
   make: *** [check-required-ports] Error 1
   ```
   
   ### After
   ```bash
   checking required ports ...
   Port 2888 is taken by PID:1923.
   Port 5984 is taken by PID:1923.
   Port 8085 is taken by PID:1923.
   Port 8888 is taken by PID:1923.
   Port 9092 is taken by PID:1923.
   Port 8001 is taken by PID:1923.
   Ports occupied. To stop openwhisk use: make destroy or: make stop
   make: *** [check-required-ports] Error 1
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services