Those zeros mean localhost. I wonder why it's not /0.0.0.0:6703.Can you try
that?
Sent from my Verizon Wireless 4G LTE smartphone
-------- Original message --------
From: researcher cs <[email protected]>
Date: 01/04/2016 16:29 (GMT-05:00)
To: [email protected]
Subject: Re: Failed to bind to: 0.0.0.0/0.0.0.0:6703
i asked more about this zeros in ip but networking fourms told that is ususal
result not error
On Mon, Jan 4, 2016 at 6:54 PM, Matthias J. Sax <[email protected]> wrote:
I doubt it is a port problem.
0.0.0.0 is *no* valid IP address. Check your IP configuration.
-Matthias
On 01/04/2016 04:15 PM, Derek Dagit wrote:
>> org.jboss.netty.channel.ChannelException: Failed to bind to:
>> 0.0.0.0/0.0.0.0:6703
>
>
> If you see this, you can use a tool like lsof to find out what was listening
> on the port.
>
> `lsof -i :6703` as root user.
>
>
> Most likely, because it was port 6703, it was another worker JVM that was
> still running.
>
>
>
>