[jboss-user] [Clustering/JBoss] - IIOP URL doesn't seem to work against a cluster
danlee
do-not-reply at jboss.com
Wed May 16 18:14:18 EDT 2007
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046318#4046318
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046318
More information about the jboss-user
mailing list