5 Replies Latest reply on Jul 16, 2002 1:16 PM by groovesoftware

    NULL from localLookupReplicants...

    fred_soulier

      Hi

      I'm using JBoss3.0_Tomcat4.03 on both W2K and Linux.

      I have 2 nodes (W2K) that are started and they live happy together :) When I start my 3rd node (Linux) I get the following warning log on the 2 nodes (W2K):
      "mergeMembers received NULL from lookupLocalReplicants"

      I guess the ReplicantManager cannot lookup something from the Linux box but what?

      Thanks
      Fred

        • 1. Re: NULL from localLookupReplicants...

          Fred,

          I would be interested how you made the two servers (Linux and Win2k) notice each other.

          I have a similar setup but whatever I do, the JBoss instance on Linux doesn't seem to "see" the one on Win2k and vice versa. They simply don't cluster.

          However, if I start an instance on my "old" Win98 box, it happily joins the default cluster running on my Win2k box.

          Any light in your setup would be more than welcome.

          -Uli

          P.S. Yes, I have entries in my routing table on both machines (224.0.0.0, mask 240.0.0.0) and my router also supports UDP, since the two Win boxes are also hooked up to the same LAN segment.

          • 2. Re: NULL from localLookupReplicants...
            fred_soulier

            Uli,

            Well, the fact is I did not do anything special :)
            My linux install is from Linux Mandrake 8.2 with no special routing, same on the W2K boxes. They are on the same LAN 192.168.xxx.xxx, the linux box gets a dynamic IP and the W2K boxes have both a static IP. They all use Jboss 3.0.0 + Tomcat 4.0.3 (and sun jdk 1.3.1_03).

            /Fred

            • 3. Re: NULL from localLookupReplicants...
              belaban

              This is probably a Win2K issue with JavaGroups. All other WinXXX systems work okay (I didn't test WinME though), but Win2K fails when attempting to create a socket and setting options.
              Sacha and I are looking into the issue and hope to have a fix soon.

              You can cheat by using different JavaGroups properties, such as TCP.
              Bela

              • 4. Re: NULL from localLookupReplicants...
                groovesoftware

                I am seeing the same error on Solaris with all JBoss instances running on the same machine. I am configuring two seperate clustering partitions, one for EJB clustering and one for JNDI clustering. Some servers participate in both partitions and some servers only participate in the JNDI partition. I am using jboss_3.0.1RC1_tomcat-4.0.4. The two partition configurations are attached.

                • 5. Re: NULL from localLookupReplicants...
                  groovesoftware

                  At present the error does not seem to cause a problem in behavior, but it is a troubling message to see in the log files.