anonymous wrote : 2007-09-24 07:37:55,512 INFO [org.jboss.ha.framework.interfaces.HAPartition.lifecycle.DefaultPartition] New cluster view for partition DefaultPartition (id: 1, delta: 1) : [127.0.0.1:1099, 127.0.0.1:1099]
Something is strange with your environment; both members of the view are shown as having the same address/port. I suspect these nodes are on separate machines, and you're not passing -b when you start JBoss. Is that correct? If so, can you try a couple things: 1) Start JBoss passing a real IP address on each node, e.g. ./run.sh -c all -b 192.xxx.xxx.xxx 2) Start JBoss telling it to bind services to all addressses: ./run.sh -c all -b 0.0.0.0 Try that latter 2 or 3 times. I'm curious if you have problems with it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089745#4089745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089745 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
