[JBoss-user] [Clustering/JBoss] - Re: HA-JNDI bind taking 60s

2004-09-13 Thread k-town
After several days of investigation I finally have something working! The culptrit is VMWare! I have 2 physical machines, one of which has 2 VMWare sessions on it as well. I was doing all of my testing with the host OS and a separate physical machine. When I went into my network setup and disab

[JBoss-user] [Clustering/JBoss] - Re: HA-JNDI bind taking 60s

2004-09-10 Thread k-town
Hi Bela, I definitely have a cluster. I didn't check the JMX console, but I can see the logging stating that I have 2 machines in the cluster and they are the machines I am expecting. As well, the above code works just fine until the second machine comes up. As soon as I see the logging stating

[JBoss-user] [Clustering/JBoss] - Re: HA-JNDI bind taking 60s

2004-09-09 Thread k-town
I've got a bit more information on this now, though no solution yet. The problem still exists in 3.2.6RC1. It can be reproduced with the code: Properties p = new Properties(); p.put("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory"); p.put("java.naming.factory.url.p

[JBoss-user] [Clustering/JBoss] - HA-JNDI bind taking 60s

2004-09-08 Thread k-town
Hello. I've got a two machine cluster set up with JBoss 3.2.5. I'm seeing that once the cluster is properly established binding and unbinding with JNDI always takes 60 seconds. I'm just using the default cluster-service.xml. This used to work properly with 3.2.3. Has anyone else ever seen thi