0 Replies Latest reply on Jul 8, 2003 1:57 AM by sarafamit

    Calling Application Client

    sarafamit

      Hi,
      While trying to access Application Client from local m/c to remote ejb jar which is sitting on the unix server by passing

      java -Djava.naming.factory.initial=org.jnp.in
      terfaces.NamingContextFactory -Djava.naming.factory.url.pkgs=org.jboss.naming:or
      g.jnp.interfaces -Djava.naming.provider.url=<http://ServerName:1099> <client file path>

      its giving this exception

      javax.naming.CommunicationException: Receive timed out. Root exception is java.
      io.InterruptedIOException: Receive timed out
      at java.net.PlainDatagramSocketImpl.receive(Native Method)
      at java.net.DatagramSocket.receive(DatagramSocket.java:392)

      this is working fine in my local m/c (in windows) when i installed the Jboss server on unix box and try to access the bean remotely from my local machine then only i got
      the above exception.....

      looking for some solution.....

      cheers,
      Amit