my storm.yaml is
storm.zookeeper.servers:
- "127.0.0.1"
nimbus.host: 127.0.0.1
storm.local.dir: /home/st/storm/datadir/storm
supervisor.slots.ports:
- 6700
- 6701
- 6702
- 6703
supervisor.childopts: "-Djava.net.preferIPv4Stack=true"
nimbus.childopts: "-Xmx1024m -Djava.net.preferIPv4Stack=true"
ui.childopts: "-Xmx768m -Djava.net.preferIPv4Stack=true"
worker.childopts: "-Xmx768m -Djava.net.preferIPv4Stack=true"


On Fri, 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