0.0.0.0 is reserved as a source address.  It makes sense if this is a worker 
trying to open port 6703, but it could not do it for some reason.


 -- 
Derek


----- Original Message -----
From: Matthias J. Sax <[email protected]>
To: [email protected]
Sent: Monday, January 4, 2016 10:54 AM
Subject: Re: Failed to bind to: 0.0.0.0/0.0.0.0:6703

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.
> 
> 
>  
> 

Reply via email to