Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-1200

Conflict between Tomcat and DefaultPartition multicasting

XMLWordPrintable

      SourceForge Submitter: koreth .
      If I bring up the stock 4.0.1RC1 distribution on a pair
      of Linux systems (Debian sarge, Blackdown Java 1.4.2),
      unmodified config files except adding a jvmRoute to
      each system's Tomcat server.xml, I get a steady stream
      of messages like

      12:43:05,914 WARN [UDP] discarded message from
      different group (Tomcat-Cluster). Sender was sgrimm2:32788
      12:43:05,949 WARN [UDP] discarded message from
      different group (DefaultPartition). Sender was
      sgrimm2:32785 (additional data: 13 bytes)

      The most likely cause is that both the Tomcat-Cluster
      and DefaultPartition sockets are listening to the same
      multicast address and port number, but they don't know
      about each other.

      Changing either service's multicast port number makes
      the messages go away and, presumably, is a slight
      performance boost since neither service's JGroups stack
      has to deal with the other's messages.

      It's entirely possible that these warnings are
      harmless, but it sure doesn't look good to have the
      default configuration spew warning messages that look
      like they indicate dropped data.

            starksm64 Scott Stark (Inactive)
            sourceforge-user SourceForge legacy user (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: