2 Replies Latest reply on Dec 4, 2006 9:09 AM by manjunath_n156

    enable clustering in jboss AS

    manjunath_n156

      Hi,
      I am trying to enable clustering to my Jboss AS. Can any one tell me how i can I do that..and where can i get good documentation for this..

      Thanxs
      Manjunath

        • 1. Re: enable clustering in jboss AS
          visolvejboss

          Hello,

          Enabling clustering is very simple, as it only involves running the JBoss AS in the "all" configuration mode. To the new comer of JBoss clustering, http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA is one of the bast places to start.

          • 2. Re: enable clustering in jboss AS
            manjunath_n156

            Thanxs for the reply.. i have run the server as instructed and server is now running in clustered mode(i have checked this using jmx-console). but, i am getting an error like:

            19:38:27,835 WARN [UDP] packet from /10.43.68.96:1773 has different version (0227?)
            from ours (02271). This may cause problems
            19:38:27,835 ERROR [UDP] exception=java.io.StreamCorruptedException: invalid stream h
            eader
            at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:737)
            at java.io.ObjectInputStream.(ObjectInputStream.java:253)
            at org.jgroups.protocols.UDP.handleIncomingUdpPacket(UDP.java:670)
            at org.jgroups.protocols.UDP.run(UDP.java:249)
            at java.lang.Thread.run(Thread.java:534)


            and i have deployed jboss-portal-ha.sar (binary) and its not getting deployed.

            Regards
            Manjunath