2 Replies Latest reply on Apr 21, 2003 2:52 PM by kevin111

    Receive Timeout error

    carmenbizet1971

      I get this error:

      javax.Naming.CommunicationException . Receive timeout. Root Exception is java.net.SocketTimeoutException


      when executing this:

      Context ctx = new InitialContext();
      ctx.lookup("TestEJB");

      The lookup fials. I als have a jndi.properties files that specifies jnp.timeout and jnp.sotimeout.

      What's happening and how to solve this? Any help welcome, thanks!