0 Replies Latest reply on Jul 5, 2005 5:56 AM by lyc1

    Different behaviors between windows and linux

    lyc1

      Hi,

      I'm trying to deploy 2 clusters into 1 jboss instance either on windows, or on linux.
      Everything is working fine on windows, but on linux I get that :

      11:38:10,668 WARN [org.jgroups.protocols.UDP] discarded message from different group (partition1). Sender was blanc:33432 (additional data: 19 bytes)
      11:38:23,638 WARN [org.jgroups.protocols.UDP] discarded message from different group (partition2). Sender was blanc:33429 (additional data: 19 bytes)

      blanc is the name of the server.

      One is configured with that :
      <UDP mcast_addr="230.7.0.0" mcast_port="45600" ...
      and the other one with that :
      <UDP mcast_addr="230.6.0.0" mcast_port="45600" ...

      I see that if I use 2 different multicast ports, it works on linux too. But why is it working on windows with the same ports ?

      I'm using JBoss 3.2.5, JGroups 2.2.4

      Thanks

      On Windows, @ip:port has to be unique, but on linux, it seems that @ip AND port separately have to be unique ?!?!