1 Reply Latest reply on Nov 5, 2009 8:50 PM by brian.stansberry

    mod_cluster version problem

    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 suggestion?

      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
      ====================

      The Jboss cluster run without problem under mod_jk 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: mod_cluster version problem
          brian.stansberry

          Suggest you post on the mod_cluster user forum at http://www.jboss.org/index.html?module=bb&op=viewforum&f=288 where more people may see it and help.

          I'm going out in a minute so have no time for a full reply, but will say this:

          That message is coming from JGroups, not from mod_cluster itself. One *possibility* is one of the JBoss AS clustering channels is inadvertently picking up the "advertise" multicasts that httpd can send out if the "advertise" feature is enabled. If so, that becomes a configuration issue to separate the traffic.