0 Replies Latest reply on Dec 29, 2008 9:15 AM by vink

    Connection timed out: connect

    vink

      I'm using JBoss 4.2.2.GA with Remoting 2.4.0.SP1. I've multiple clients which are requesting SLSB. After several hours of running. the following exception is encountered while there is no network problem;

      Please suggest.

      Throwable
      javax.naming.CommunicationException: Could not obtain connection to any of these urls: noiclt13280:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.CommunicationException: Failed to connect to server noiclt13280:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server noiclt13280:1099 [Root exception is java.net.ConnectException: Connection timed out: connect]]]
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1562)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:634)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
      at javax.naming.InitialContext.lookup(Unknown Source)
      at com.barco.cms.perspectivemgtproxy.PerspectiveMgt.connect(Unknown Source)
      at com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader.getEventMgtProxy(Unknown Source)
      at com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader.access$300(Unknown Source)
      at com.barco.cms.perspectivemgtproxy.eventsupport.PerspectiveMgtEventReader$EventPoller.run(Unknown Source)
      at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
      at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
      at java.util.concurrent.FutureTask.run(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
      Caused by: javax.naming.CommunicationException: Failed to connect to server noiclt13280:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server noiclt13280:1099 [Root exception is java.net.ConnectException: Connection timed out: connect]]
      at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:274)
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1533)
      ... 13 more
      Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server noiclt13280:1099 [Root exception is java.net.ConnectException: Connection timed out: connect]
      at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:248)
      ... 14 more
      Caused by: java.net.ConnectException: Connection timed out: connect
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.PlainSocketImpl.doConnect(Unknown Source)
      at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
      at java.net.PlainSocketImpl.connect(Unknown Source)
      at java.net.SocksSocketImpl.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at java.net.Socket. (Unknown Source)
      at java.net.Socket. (Unknown Source)
      at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84)
      at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77)
      at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:244)
      ... 14 more