Hi,
I have set up a cluster with 2 nodes running on a LAN. When I provide the 
comma-separated provide urls, the client is able discover the nodes and every thing is 
fine. 

But I would like to use the auto discovery feature. I am using all defaults in my 
cluster (DefaultPartition, HA-JNDI on 1100) and I get the following exception when I 
dont provide the provider url.

javax.naming.CommunicationException: Failed to connect to server 0.0.0.0:1100 [Root 
exception is javax.naming.ServiceUnavailableException: Failed to connect to server 
0.0.0.0:1100 [Root exception is java.net.ConnectException: Connection refused: 
connect]]
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:215)
        at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1107)
        at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1223)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:514)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
        at javax.naming.InitialContext.lookup(InitialContext.java:347)
        at MyTest.main(MyTest.java:33)
Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server 
0.0.0.0:1100 [Root exception is java.net.ConnectException: Connection refused: connect]
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:190)
        ... 6 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:169)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:452)
        at java.net.Socket.connect(Socket.java:402)
        at java.net.Socket.(Socket.java:309)
        at java.net.Socket.(Socket.java:211)
        at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:69)
        at 
org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:62)
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:186)

Am I missing some thing ? Any help would be very helpful...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838618#3838618

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838618


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to