2 Replies Latest reply on May 26, 2006 2:52 AM by bbkaneda

    jms cluster problem need help

    bbkaneda

      HI to all.
      i'm newbie of cluster and jms , i read a documentation and i know that if i want to clustered two jboss with jms's application a need to configure it in singleton righy ?
      i delete the all/jms
      and i create this tree directory:
      all\deploy\deploy-hasingleton\jms

      i leave the defoult ds for hypersonic in /all

      when i started the 1 jboss is all ok

      when i started teh second i have this error:

      13:53:49,547 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      MBeans waiting for other MBeans:
      ObjectName: jboss.mq.destination:service=Queue,name=cis/httpserver
       state: CONFIGURED
       I Depend On: jboss.mq:service=DestinationManager
      
       Depends On Me:
      ObjectName: jboss.mq.destination:service=Queue,name=cis/httpClient
       state: CONFIGURED
       I Depend On: jboss.mq:service=DestinationManager
      
       Depends On Me:
      
      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
      ObjectName: jboss.mq:service=DestinationManager
       state: NOTYETINSTALLED
       I Depend On:
       Depends On Me: jboss.mq.destination:service=Queue,name=cis/httpserver
       jboss.mq.destination:service=Queue,name=cis/httpClient


      if is necessary i paste the deployment descriptor..
      please answered soon is a lot of time that i have thi sproblem and i never solved.

        • 1. Re: jms cluster problem need help
          brian.stansberry

          Don't delete all/deploy/jms. The standard "all" config that comes with JBoss is designed for clustered JMS. Just deploy your queue in all/deploy-hasingleton/jms.

          • 2. Re: jms cluster problem need help
            bbkaneda

            Many thanks for answering

            I start on fresh jboss installation and i deploy my application in singleton directory but i have the same error on detination ... i want to deploy my application in this way:

            I have an'apache web server configurated in load balancing mode on a cluster with 2 nodes with my jms application.
            The request on the fisrt or the second node depends on Apache.
            Every nodes have an'hypersonic database.
            i want that every nodes make request on own hypersonic DB.