3 Replies Latest reply on Apr 3, 2009 6:28 PM by clebert.suconic

    JBM2 Cluster config

    adridi

      I checked out JBM2 code from SVN (revision 6038) and did the following:
      - Build the code.
      - Installed the build to 2 different Linux servers.
      - Configured the cluster (I set the tag "clustered" to true).
      - Configured a valid multicast ip address.
      - I saw that the "rmi.server.hostname" was not injected so I added the following to "run.sh" to fix the issue "-Djava.rmi.server.hostname="

      Then I started both servers - all the examples were working fine in both nodes (servers) except the ClusteredQueueExample.

      [TextMessage message2 = (TextMessage) messageConsumer.receive(5000);] message2 was null which means the cluster didnt work for me.

      Could you please tell me what I am missing?
      I set the logging to DEBUG mode but didnt see significant information about the cluster failover


      -Abdel

        • 1. Re: JBM2 Cluster config
          clebert.suconic

          we are still working around the examples and documentation.

          Tim Fox completed the code for clustering, but we still need to tidy up the distribution.

          • 2. Re: JBM2 Cluster config
            adridi

            Thanks Clebert!
            Please let me know when you checked a working Cluster version thru. the forum or maybe your blog.

            -Abdel

            • 3. Re: JBM2 Cluster config
              clebert.suconic

              We are not done yet... but we are working on examples now.

              There are a few preliminary examples on trunk, and we have been writing a few clustered examples (with configs).

              We have a lot more to come. But if you want to check out what's being done now on trunk. Any feedback is aways welcome.