1 Reply Latest reply on Oct 12, 2011 6:20 AM by rhusar

    Lookup of ConnectionFactory get hanged after failover

    rajeev.aec

      Hello All,

       

      I configured jboss eap 5.1 in a cluster, In my test i have written a MDB which consume message. Now my client call a session bean that session bean in turn produce a message on queue which is listen by MDB, now when one server goes down (by pulling out the power cable ) my call hangs in lookup of "/connectionFactory".

      can any one help me.

       

      regards,

      rajeev

        • 1. Re: Lookup of ConnectionFactory get hanged after failover
          rhusar

          Hi Rajeev,

           

          does that hang indefinitely?

           

          Are you using clustered JBoss messaging queue?

           

          Are the session bean and MDB deployed/running on both servers?

           

          When you pull down the cable is the shared database still running and connected to the remaining server?

           

          I wonder if there isnt a timeout on that lookup. Anyway, can you try to use jstack tool from JDK and see where it actually hangs?

           

          Cheers,

          Rado