I found out what the problem was.  I had to swap the two ip addresses.

Had

  |       <TCP bind_addr="168.192.0.10" start_port="7810" stop_port="10000" 
loopback="true"/>
  |       <TCPPING initial_hosts="168.192.0.10[7810],168.192.0.33[7810]" 
port_range="3" timeout="3500"
  |          num_initial_members="3" up_thread="true" down_thread="true"/>
  | 

Changed to:

  |       <TCP bind_addr="168.192.0.33" start_port="7810" stop_port="10000" 
loopback="true"/>
  |       <TCPPING initial_hosts="168.192.0.33[7810],168.192.0.10[7810]" 
port_range="3" timeout="3500"
  |          num_initial_members="3" up_thread="true" down_thread="true"/>
  | 

I wish it said the ip address didn't belong to the server or something instead 
of trying to listen on a different servers port and trying until it got to 
65536.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920445#3920445

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920445


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to