Not binding to localhost by default in jboss-head was: Re: [jboss-dev] Clustering bootstrap still taking a long time

Aleksandar Kostadinov akostadi at redhat.com
Thu Nov 8 11:05:45 EST 2007


Try setting multicast path through localhost or a multicast capable
interface:
route add -net 224.0.0.0 netmask 240.0.0.0 lo
or
ip route add 224.0.0.0/4 dev lo

Ales Justin wrote, On 11/08/2007 05:54 PM (EEST):
> If this helps - I get a failure when running AS5 if my VPN is already
> connected.
> 
> Adrian wrote:
>> On Thu, 2007-11-08 at 09:22 -0600, Brian Stansberry wrote:
>>> Is your server bound to your VPN interface?
>>>
>>>  > GMS: address is 10.11.14.31:32796
>>
>> Ok, then that reveals a different problem.
>> If I add "-b localhost", I see:
>>
>> 16:28:10,188 INFO  [STDOUT]
>> -------------------------------------------------------
>> GMS: address is 127.0.0.1:32805
>> -------------------------------------------------------
>> 16:28:12,523 INFO  [STDOUT]
>> -------------------------------------------------------
>> GMS: address is 127.0.0.1:32807
>> -------------------------------------------------------
>>
>> ...
>>
>> 16:28:37,115 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.0.Beta3
>> (build: SVNTag=JBoss_5_0_0_Beta3 date=200711081439)] Started in
>> 1m:42s:463ms
>>
>> Not great, but better! :-)
>>
>>
>> However, "-b localhost" should be the default!
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development



More information about the jboss-development mailing list