0 Replies Latest reply on May 16, 2007 6:14 PM by danlee

    IIOP URL doesn't seem to work against a cluster

    danlee

      Any of the following IIOP URL doesn't seem to work against a cluster, in which <host1> is part of. Is this normal?

      corbaloc::<host1>:3528/
      corbaloc::<host1>/
      iiop://<host1>:3528/
      iiop://<host1>/

      With these URLs, I am getting the following error:

      Caused by: javax.naming.CommunicationException: Could not obtain connection to any of these urls: corbaloc::host1.myco.com 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 corbaloc:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server corbaloc:1099 [Root exception is java.net.UnknownHostException: corbaloc: corbaloc]]]
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594)
      at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
      at javax.naming.InitialContext.lookup(Unknown Source)
      at com.filenet.apiimpl.util.SessionLocator.locateEJBByPath(SessionLocator.java:778)
      ... 43 more
      Caused by: javax.naming.CommunicationException: Failed to connect to server corbaloc:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server corbaloc:1099 [Root exception is java.net.UnknownHostException: corbaloc: corbaloc]]
      at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269)
      at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385)
      ... 47 more
      Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server corbaloc:1099 [Root exception is java.net.UnknownHostException: corbaloc: corbaloc]
      at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243)
      ... 48 more
      Caused by: java.net.UnknownHostException: corbaloc: corbaloc
      at java.net.InetAddress.getAllByName0(Unknown Source)
      at java.net.InetAddress.getAllByName0(Unknown Source)
      at java.net.InetAddress.getAllByName(Unknown Source)
      at java.net.InetAddress.getByName(Unknown Source)
      at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:76)
      at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:239)
      ... 48 more