4 Replies Latest reply on May 6, 2003 3:18 AM by robin_rusli

    where am i wrong

    volkanyildiz

      I can't understand whre am i wrong. The nodes (both) say that "Number of cluster members : 1". I could not menage to connect them on the same channel. I think something is wrong with my PartitionProperties.
      "TCP(start_port=7800):TCPPING(
      initial_hosts=*mylocalhost*;
      gossip_refresh_rate=10000;
      num_initial_members=2;
      up_thread=true;down_thread=true):
      VERIFY_SUSPECT(timeout=1500;
      down_thread=false;up_thread=false):
      pbcast.STABLE(desired_avg_gossip=20000;
      down_thread=false;up_thread=false):
      pbcast.NAKACK(down_thread=true;
      up_thread=true;gc_lag=100;retransmit_timeout=3000):
      pbcast.GMS(join_timeout=5000;join_retry_timeout=2000;
      shun=false;print_local_addr=
      false;down_thread=true;up_thread=true)


      Please help,...

        • 1. Re: where am i wrong
          volkanyildiz

          In this way i am usung jboss3.0.0 and redhat 7.3.
          i get something like this:

          in fact,

          ========================================================

          17:41:56,281 INFO [BS4CPartition] Number of cluster members: 1
          17:42:04,290 INFO [BS4CPartition:ReplicantManager] mergemembers
          17:42:04,291 INFO [ClusterPartition] Started ClusterPartition: BS4CPartition
          17:42:04,291 INFO [ClusterPartition] Started
          17:42:04,292 INFO [FarmMemberService] Starting
          17:42:04,293 INFO [FarmMemberService] Started
          17:42:04,293 INFO [HASessionStateService] Starting
          17:42:04,293 INFO [HASessionStateService] Started
          17:42:04,294 INFO [HANamingService] Starting
          17:42:04,310 INFO [HANamingService] Listening on 0.0.0.0/0.0.0.0:55555
          17:42:04,313 INFO [HANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102
          17:42:04,313 INFO [HANamingService] Started
          17:42:04,314 INFO [JRMPInvokerHA] Starting
          17:42:04,315 INFO [JRMPInvokerHA] Started

          • 2. Re: where am i wrong

            Have you verified that multicast is working in your environment? The javagroups jar contains some test programs to check if multicast is working. I can't remember the exact syntax, but if you go to the javagroups web site it is posted in the documentation there.

            • 3. Re: where am i wrong
              volkanyildiz

              OK. I solved the problem by using jboss-3.0.6 instead of 3.0.0.Now everything are wirking perfectl. Thank You for your interest.

              • 4. Re: where am i wrong
                robin_rusli

                Hi volkanyildiz
                I use jboss-3.0.6 but I fail in setting session replication using UDP so I plan to use TCP now.
                Can you give my some examples to use TCP in cluster-service.xml.
                Thanks advance