0 Replies Latest reply on Oct 30, 2002 4:03 AM by renjith

    https tunneling in JBoss 3.0.3

    renjith


      Https tunneling in JBoss,

      I have tried to implement this

      http://www.fawcette.com/javapro/2002_09/online/j2ee_asankaran_09_03_02/default_pf.asp

      But I am not able to deploy helloejb.jar
      ( nothing happens when i put this file on deploy dir
      it says it is deploying after that a kind of hangs
      )

      And i got expection like this
      in the client

      Exception in thread "main" javax.naming.CommunicationException: Receive timed ou
      t. Root exception is java.net.SocketTimeoutException: Receive timed out
      at java.net.PlainDatagramSocketImpl.receive(Native Method)
      at java.net.DatagramSocket.receive(DatagramSocket.java:670)
      at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:93
      0)
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1017)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:447)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:440)
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      at client.TestClient.main(TestClient.java:13)


      plz helpe me