2 Replies Latest reply on Dec 13, 2007 4:59 AM by shoeb1981

    WARN in sever.log abt localhost

      Hi


      i have installed jboss-4.0.3SP1 and trying to understand the clustring.

      i have done nacessary setups in cluster-services.xml(MOST OF THEM ARE DEFAULT). i have used mcast option to detect other nodes in cluster. currently i have only my machine in cluster.
      i have used command line option -g to set the partion name and it's working but i m seeing below warings in server.log file


      2007-05-30 19:08:40,744 WARN [org.jgroups.protocols.UDP] discarded message from different group (DefaultPartition). Sender was localhost:35394 (additional data: 14 bytes)
      2007-05-30 19:08:44,092 WARN [org.jgroups.protocols.UDP] discarded message from different group (DefaultPartition). Sender was localhost:32808 (additional data: 14 bytes)
      2007-05-30 19:08:45,265 WARN [org.jgroups.protocols.UDP] discarded message from different group (DefaultPartition). Sender was XXXX-739:1677 (additional data: 18 bytes)
      2007-05-30 19:09:01,365 WARN [org.jgroups.protocols.UDP] discarded message from different group (DefaultPartition). Sender was XXXX-668:1677 (additional data: 18 bytes)
      2007-05-30 19:09:02,304 WARN [org.jgroups.protocols.UDP] discarded message from different group (DefaultPartition). Sender was localhost:35394 (additional data: 14 bytes)
      2007-05-30 19:09:05,871 WARN [org.jgroups.protocols.UDP] discarded message from different group (DefaultPartition). Sender was

      Here all other senders do not belongs to my partition but why i m seeing that localhost means my server is also sending data to join the partition using "DefaultPartition", however my partition name is other then default partition name.

      Is there any other setting that i have to do?
      Please advise.

      Mahesh

        • 1. Re: WARN in sever.log abt localhost
          harryvangemert

          2007-12-10 12:07:53,765 WARN [org.jgroups.protocols.UDP] packet from /10.122.41.88:45566 has different version (0220) from ours (0227). This may cause problems
          2007-12-10 12:07:53,765 WARN [org.jgroups.protocols.UDP] discarded message from different group (). Sender was DVSAPP1:2483

          • 2. Re: WARN in sever.log abt localhost
            shoeb1981

            Looks like the machine you are running jboss server on is a part of a network and other machines on the same network have it installed. This would generally not cause any issue if they were using different partitions. By default when you start jboss, it starts in default partition, and all other server instances running on the network that have not specified their partition name would join that default partition.

            Due to this, the messages are relayed to every server in the partition. To avoid this, you might need to specify the partition name and mcast address for the machine.

            Hope that helps.


            ---A person who sees the world in his fifties the same way he saw it in his twenties has actually wasted his 30 years. (Muhammed Ali)