1 Reply Latest reply on May 13, 2004 3:49 AM by nort

    CommunicationException while JNDI Connect

    nort

      Hello,

      I run my application on an integration server with jboss 3.2.3. Everythink was working fine, until I replaced it to an other room in my company. Now I get still a javax.naming.CommunicationException Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]

      My parameters for the JNDI call are:
      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      #java.naming.provider.url=jnp://localhost:1099
      java.naming.provider.url=jnp://dfgdfgd:1099
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

      I did a Portscan but I could not reach the port 1099. But jboss starts this port to listen on JNDi calls. Is there a possibility to "debug" or validate the port 1099 (like telnet)?

      Juraj