A quick way to check where you are defining this port is to go to the root of 
where you have your configuration files and type:

grep -ri 6703 ./

You can also try checking if there are any live processes that may be using 
this port:

ps -ef | grep 6703
netstat -an | grep 6703

Good luck,
Hugo


> On Nov 13, 2015, at 5:05 PM, Jean-Sebastien Vachon 
> <[email protected]> wrote:
> 
> Then it means that you have two processes trying to use the same port. Review 
> your configuration and make sure each part has its own port number 
> (supervisor, UI, workers, ...)
> 
> ________________________________________
> From: researcher cs <[email protected]>
> Sent: Friday, November 13, 2015 7:03 PM
> To: [email protected]
> Subject: binding port 6703
> 
> i'm facing problem while trying to submit topology wuth storm 0.9.5
> zookeeper 3.4.6 supervisor has in the log file thst it still hasn't
> start after revieved data and by executed the command that launch
> wirker with supervisor i got this message
> 
> Error Message is
> 
>    Failed to bind to: 0.0.0.0/0.0.0.0:6703
> 
> My result after (("try")) to bind it by a process
> 
> 
>    st@ubuntu:~ sudo netstat -tulnp | grep 6703
>    tcp 0 0 0.0.0.0:6703 0.0.0.0:* LISTEN 6678/java
> 
> but i noticed that when i used this command before tried any process
> on this port got no thing !
> 
> The commands are
> 
>    sudo netstat -tulnp | grep 6703
> 
> and
> 
>    sudo lsof -i :6703
> 
> 
> if there are any details you want i can provide you with it as i'm new
> and don't know what is supposed to be shared
> 
> Thanks in advance
> 
> Another notice i'm using wireless connection in win8 OS and didn't got
> this in ubuntu but the internet working with auto Ethernet
> really need help to finish the project
> 

Reply via email to