7 Replies Latest reply on Nov 22, 2001 1:50 AM by hchirino

    NamingException null on TopicConnectionFactory lookup

    travers

      Hi
      We have a JMS Topic running on JBoss 2.4.3 and a publisher and subscriber work fine if on the same VM. However if we create a remote client publisher on another machine, we get a "NamingException null" when trying to lookup the TopicConnectionFactory.
      The jndi.properties file is correct and in the classpath, and the initial context env looks correct.

      With JNDIView, I can see the TopicConnectionFactory.

      I have jboss-j2ee.jar and jnp_client.jar in my classpath.

      I get the feeling it could be a permission thing on the server side, but I have no clue as to how to resolve this.