1 Reply Latest reply on May 28, 2003 8:21 AM by petertje

    CommunicationException: Receive timed out

    vgotte

      I am new to JBoss 3.2.1 on Windows2K

      I have try to run the little application found at http://central.sytes.net/jboss/EclipseTutorial.htm

      It works fine , but when I want to start the client , I have an exception :
      javax.naming.CommunicationException: Receive timed out. Root exception is java.net.SocketTimeoutException: Receive timed out
      at java.net.PlainDatagramSocketImpl.receive(Native Method)
      at java.net.DatagramSocket.receive(Unknown Source)
      at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1038)
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1127)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:478)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
      at javax.naming.InitialContext.lookup(Unknown Source)
      at org.jboss.docs.interest.InterestClient.main(InterestClient.java:51)


      What's wrong ?