2 Replies Latest reply on Apr 4, 2006 9:21 AM by mroosendaal

    HA-JMS problem in cluster

      Hi,

      I have an app that gets deployed through the farm folder and on deployment everything works fine. But when i start up the second node and the deployment gets pulled i get a problem.

      In my app there is a Spring bean with the folliowing configuration:


      java:/ConnectionFactory


      If i start each node seperalty things work fine but in a clustered environment i get:
      javax.naming.NameNotFoundException: ConnectionFactory not bound
      on the second node when it comes in to action.

      I deployed a x-service.xml in the deploy-hasingleton\jms that defines my queues. I saw that there was a bug concering HA-JNDI, is this a related issue. I use jboss-4.0.2.

      For the cluster-test i used the sample-bindings.xml using ports-default and ports-01. I also changed the port number in hajndi-jms-ds.xml on the seconde node to compy with the sample-bindings.xml ports-02 configuration.

      What am i doing wrong?

      Thanks,
      Maarten