0 Replies Latest reply on Mar 14, 2009 2:39 PM by dcsalmon

    Dissappearing JNDI Names

    dcsalmon

      Hi, I am trying to update to jboss 4.2.3. I have a clustered JMS setup which works fine in jboss3.2.8, using hasingleton.

      I start one server and all is fine. When I look at the jndi names, XAConnectionFactory is there. No problem.

      When I start a second node, I get the following on both servers, and when I look at the jndi names, XAConnectionFactory is gone.

      javax.naming.NameNotFoundException: XAConnectionFactory not bound
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
      at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
      at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
      at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
      at org.jboss.ha.jndi.TreeHead.lookupLocally(TreeHead.java:296)
      at org.jboss.ha.jndi.TreeHead.lookup(TreeHead.java:215)
      at org.jboss.ha.jndi.HAJNDI.lookup(HAJNDI.java:155)
      at sun.reflect.GeneratedMethodAccessor164.invoke(Unknown Source)
      ...

      I am at a loss. Any insights will be much appreciated.