1 Reply Latest reply on Nov 13, 2009 11:29 AM by pferraro

    Version error find when using mod_cluster

    fkclai

      Using the Mod_cluster 1.0.2 to set the load balancer for Jboss environment, but the console keep prompt the version different error. the details as following.

      Anyone can have some suggestion? many thanks

      Following this document to setup
      http://www.jboss.org/mod_cluster/quick-start.html

      Environment
      ==========

      172.16.242.227 Apache 2.2.13
      172.16.242.225 Jboss 5.1.0
      Windows XP

      mod_cluster 1.0.2 GA

      Jboss Cluster Setup
      ================

      Apache point to the JBoss server which startup the cluster with all default setting

      run -c node1 -g P1 -u 239.255.100.100 -b 172.16.242.225 -Djboss.messaging.ServerPeerID=1 -Djboss.service.binding.set=ports-default
      run -c node2 -g P2 -u 239.255.100.100 -b 172.16.242.225 -Djboss.messaging.ServerPeerID=2 -Djboss.service.binding.set=ports-01


      Error at the console
      ====================

      1) The Jboss cluster run without problem under mod_jk
      2) The sample application run at the each cluster also no problem

      After switch to the Mod_cluster the following error keep prompt at the Jboss Console, in fact, I have tested with other version of mod_cluster... the result is the same

      16:45:55,750 WARN [UDP] packet from 172.16.242.227:1035 has different version (9.1.20) from ours (2.6.10). Packet is discarded

        • 1. Re: Version error find when using mod_cluster
          pferraro

          Try overriding the default address used for advertise traffic so that it does not collide with any JGroups multicast traffic. You can define this either in mod-cluster-jboss-beans.xml or via the "jboss.modcluster.advertise.address" system property.