Mridul Jain wrote:

hi Ban,
I added bind_addr attribute in both the servers with
their respective ips and both the servers seem to
identify each other. But I am getting this line:
----------------------------------------------------------------------------------
18:10:52,399 INFO [DefaultPartition] New cluster view
(id: 1, delta: 1) : [127.0.0.1:1099, 127.0.0.1:1099]
18:10:52,403 INFO [DefaultPartition:ReplicantManager]
Dead members: 0
18:10:53,549 INFO [HAILServerILService] Notified to
stop acting as singleton.
-----------------------------------------------------------------------------------


I assume you set the bind_addr=MyHost. However, I'm sure MyHost points to 127.0.0.1, check /etc/hosts. You should *not* see 127.0.0.1 !

in the node which acts as the second cluster node.
I was wondering why the New cluster View shows
127.0.0.1 as the ip addresses for both the nodes.
I have set loopback to false in cluster-service.xml in
both the servers.


That's something different, doesn't affect the local address

I brought down the lo interface and let eth0 only up
in both the nodes and started the servers again on
both. Again the servers could not identify each other.

why I am seeing 127.0.0.1 for both the servers??


You are obviously still binding to 127.0.0.1, not to eth0 !

--
Bela Ban
http://www.jgroups.org
Cell: (408) 316-4459



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to