3 Replies Latest reply on Jun 3, 2005 4:23 AM by n2

    JNDI lookup failed with HANamingService in a cluster

    n2

      Hello,
      i hava a cluster with two machines (SUSE Linux Enterprise Server, JBoss 4.0.2). I am testing failover with a Swing client. Everything is working fine when i stop one of the machines. But when i start the JBoss again i get javax.naming.NameNotFoundExceptions while looking up beans which worked before without errors.

      jndi.properties:

      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
      jnp.discoveryGroup=230.0.0.4
      attribute "AutoDiscoveryGroup"
      jnp.discoveryPort=1102
      jnp.partitionName=JFleet
      


      I run the all configuration. I changed the partition name.
      What going wrong?

      Daniel.