[jboss-user] [Clustering/JBoss] - Re: Clustering NOT working on physical separate boxes.

rajeshchande do-not-reply at jboss.com
Tue Dec 12 11:12:04 EST 2006


Hello JBoss team, 

Thanks for the links, that did help me perform the necessary steps. Finally I was able to get each of the nodes identify each other.

#####m/c1#########
  | 15:59:33,679 INFO  [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBos
  | s_4_0_3_SP1 date=200510231054)] Started in 41s:253ms
  | 16:02:20,112 INFO  [devl-partition-01] New cluster view for partition devl-partition-01 (id: 1, delta: 1) : [3.187.196.86:53043, 3.187.200.23:53043]
  | 16:02:20,116 INFO  [devl-partition-01] Merging partitions...
  | 16:02:20,116 INFO  [devl-partition-01] Dead members: 0
  | 16:02:20,117 INFO  [devl-partition-01] Originating groups: [[server-1
  | -bak:49934 (additional data: 18 bytes)|0] [server-1-bak:49934 (additional data: 18 bytes)], [172.17.132.140:59013 (additional data: 18 bytes)|0] [172.17.132.140:59013 (additional data: 18 bytes)]]
  | #####m/c1#########

#####m/c-2#########
  | 15:55:59,974 INFO  [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBos
  | s_4_0_3_SP1 date=200510231054)] Started in 1m:8s:90ms
  | 16:02:20,110 INFO  [devl-partition-01] New cluster view for partition devl-partition-01: 1 ([3.187.196.86:53043, 3.187.200.23:53043] delta: 1)
  | 16:02:20,111 INFO  [devl-partition-01] Merging partitions...
  | 16:02:20,112 INFO  [devl-partition-01] Dead members: 0
  | 16:02:20,113 INFO  [devl-partition-01] Originating groups: [[172.17.132
  | .70:49934 (additional data: 18 bytes)|0] [172.17.132.70:49934 (additional data:18 bytes)], [server2_b:59013 (additional data: 18 bytes)|0] [server2_b:590
  | 13 (additional data: 18 bytes)]]
  | #####m/c-2#########

I did the following changes: 

1) In the "run.sh" specified -Djboss.partition.name=devl-partition-01          -Djboss.partition.udpGroup=228.1.2.4 
2) UDP parameters deploy/cluster-service.xml look like as shown below:
############
  |  <UDP bind_addr="172.17.132.70" mcast_addr="228.8.8.8" mcast_port="45566"
  |                ip_ttl="32" ip_mcast="true"
  |                mcast_send_buf_size="150000" mcast_recv_buf_size="80000"
  |                ucast_send_buf_size="150000" ucast_recv_buf_size="80000"
  |                loopback="true" max_bundle_size="60000" max_bundle_timeout="30"
  |                use_incoming_packet_handler="false" use_outgoing_packet_handler="false"
  |                enable_bundling="false" />
  | ############

So they see each other now.

But, When i deploy a war file in the "farm" folder of server-1 on first m/c, local deployment on the server-1 happens successfully, but the node on the second m/c does not seem to pull the newly deployed WAR file and vice versa.  So the FARM Deployment is failing.

Any idea, why this is failing? Do I need to change anything in  deploy/tc5-cluster-service.xml to make "farm" deployment workable?

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

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



More information about the jboss-user mailing list