I think you're TCP config is off a bit.  Here's what I have (also running JBoss 3.2.2 
on Win2K -- IP addresses masked for security reasons):
        <TCP start_port="7800" bind_addr="143.61.XXX.XXX"/> 
  |         <TCPPING initial_hosts="143.61.XXX.YYY[7800]" port_range="1" 
timeout="3000" 
  |                  num_initial_members="1" up_thread="true" down_thread="true"/> 
  |         <FD shun="true" up_thread="true" down_thread="true" 
  |             timeout="2500" max_tries="5" />
  |         <VERIFY_SUSPECT timeout="1500" up_thread="false" down_thread="false" /> 
  |         <pbcast.NAKACK gc_lag="100" retransmit_timeout="3000" up_thread="true" 
down_thread="true" /> 
  |         <pbcast.STABLE desired_avg_gossip="20000" up_thread="false" 
down_thread="false" /> 
  |         <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="false" 
print_local_addr="false" down_thread="true" up_thread="true" />
  |         <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>
Note that my config does not have a UNICAST tag and that pbcast.NAKACK comes before 
pbcast.STABLE.  Also, if your machine is multi-homed (has more than one IP address), 
you will need to specify the bind_addr attribute on the TCP tag to indicate which IP 
address the cluster is bound to.  In addition, you're initial_hosts should only point 
to the other servers in the cluster and not include the current server's IP address, 
num_initial_hosts should be set to the actual number of servers specified in 
initial_hosts, and unless you really need to have the cluster scan multiple ports on 
each host, set the port_range to 1.

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826177#3826177";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826177>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to