2 Replies Latest reply on Nov 13, 2003 10:50 AM by tbaud72

    problem !

    tbaud72

      i would like to post a message but always an error message
      is displayed !

        • 1. Re: problem !
          tbaud72

          hello,

          i hava an ear file which contain cluster definition in a sar file.

          my cluster in one partition with one node

          But when i start jboss it is stopped in channel connection and
          the server doesn't respond.

          Sometimes, it manage to start channel (one time / 10).

          My server.log :

          org.jboss.ha.framework.server.ClusterPartition Starting
          2003-11-12 15:42:51,621 INFO org.jboss.ha.framework.server.ClusterPartition Connecting to channel
          2003-11-12 15:42:51,653 INFO STDOUT
          -------------------------------------------------------
          GMS: address is jaunay:32771
          -------------------------------------------------------
          and nothing after this !!

          • 2. Re: problem !
            tbaud72

            My environement :
            os : redhat 7.3
            jboss : 3.0.6

            <!-- ==================================================================== -->
            <!-- Cluster Partition: defines cluster -->
            <!-- ==================================================================== -->



            <!-- Name of the partition being built -->
            partitionServeurAdelie
            <!-- Determine if deadlock detection is enabled -->
            False
            <!-- The JavaGroups protocol configuration -->


            <!-- UDP: if you have a multihomed machine,
            set the bind_addr attribute to the appropriate NIC IP address -->
            <!-- UDP: On Windows machines, because of the media sense feature
            being broken with multicast (even after disabling media sense)
            set the loopback attribute to true -->
            <UDP mcast_addr="230.1.6.1" mcast_port="45506" ip_ttl="64" ip_mcast="true" mcast_send_buf_size="150000
            " mcast_recv_buf_size="80000" ucast_send_buf_size="150000" ucast_recv_buf_size="80000" loopback="false"/>
            <PING timeout="2000" num_initial_members="3" up_thread="true" down_thread="true"/>
            <MERGE2 min_interval="5000" max_interval="10000"/>
            <FD up_thread="true" down_thread="true"/>
            <VERIFY_SUSPECT timeout="1500" up_thread="true" down_thread="true"/>
            <pbcast.STABLE desired_avg_gossip="20000" up_thread="true" down_thread="true"/>
            <pbcast.NAKACK gc_lag="50" retransmit_timeout="300,600,1200,2400,4800" up_thread="true" down_thread="t
            rue"/>
            <UNICAST timeout="5000" window_size="100" min_threshold="10" down_thread="true"/>
            <FRAG frag_size="8192" down_thread="true" up_thread="true"/>
            <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" shun="false" print_local_addr="true"/>
            <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/>