1 Reply Latest reply on Dec 15, 2010 10:08 AM by clebert.suconic

    jboss-6.0.0.20101110-CR1 Issue: Can't connect remotely to HornetQ. Please help!!

    srimanta.maji

       

      I have done all the required configuration and messaging is working file if running from local machine.

      This is the exception generated while connectinf from remote client.

       

      Could not obtain connection to any of these urls: 192.168.33.55:45447 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
      at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1690)
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1761)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:695)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:688)
      at javax.naming.InitialContext.lookup(InitialContext.java:392)
      at com.globalids.server.Server.startServer(Server.java:340)
      at com.globalids.server.ServerController.serverstart(ServerController.java:439)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.globalids.server.ServerController.main(ServerController.java:113)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
      Caused by: java.net.SocketTimeoutException: Receive timed out
      at java.net.PlainDatagramSocketImpl.receive0(Native Method)
      at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
      at java.net.DatagramSocket.receive(DatagramSocket.java:725)
      at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1659)
      ... 16 more