6 Replies Latest reply on Jul 28, 2003 5:37 AM by theeligible

    Partition in JBOSS-3.0.4

    theone

      Hi,
      I am trying to make an application work in a clustered env. However i dont want any "UNWANTED" person to join the cluster by accident. Can somebody tell me if changing the partition name from "DefaultPartition" to "XYZPartition" will be useful. If yes, plz let me know the way i will be doing it bcoz i tried to change the names in the cluster-service.xml but still it showed me that it has started it in the default partition. Plz let me know if it is possible thru someother way as well. I am using JBOSS-3.0.4.
      thanx in advance.

      theone.

        • 1. Re: Partition in JBOSS-3.0.4
          slaboure

          I suggest that:
          - you use a newer release
          - you don't change the partition name but more simply the multicast address, it is much better.

          Cheers,


          sacha

          • 2. Re: Partition in JBOSS-3.0.4
            theone

            Hi sacha,
            Thanx for the reply. I got my mcast address altered by adding following lines.

            DefaultPartition
            true


            <UDP mcast_addr="229.1.2.3" mcast_port="45566"/>


            <VERIFY_SUSPECT timeout="1500"/>


            <STATE_TRANSFER />






            Now i start the servers(2 jboss servers) and access the application. Goes fine. Now i shut down one of the servers , the load gets transferred to the the single server. The problem is if restart my second server now , it does not get detected in the cluster. Moreover it never showed me any information regarding the number of members in the cluster, or if a member goes dead at any point of time. Any suggestions.

            regards
            Theone.

            • 3. Re: Partition in JBOSS-3.0.4
              slaboure

              Which version are you running? OS, etc.

              • 4. Re: Partition in JBOSS-3.0.4
                theone

                Hi sacha,
                Thanx for the reply. I am using jboss-3.0.4,winNt,j2sdk1.4.1_02.

                regards,
                theone.

                • 5. Re: Partition in JBOSS-3.0.4
                  slaboure

                  Can you please try with a recent JBoss release (3.0.8) as some merge problems have been fixed in the meantime.

                  Cheers


                  sacha

                  • 6. Re: Partition in JBOSS-3.0.4
                    theeligible

                    hi Sacha,
                    I know this is quite late. Thanx for yur time.

                    regards,
                    theone.