[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread knatarajan
Brian, Thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914629#3914629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914629 --- This SF.net email is sp

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread [EMAIL PROTECTED]
In the /server/all/deploy directory there is a cluster-service.xml file with a section that configures the JGroups protocol stack. It has a UDP element with attributes mcast_addr and mcast_port (multicast address and port). If different machines on the network have the same mcast_addr and mcast

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread knatarajan
I am posting the solution that I have put in for the problem posted here. I changed the cluster config to use instead of and am no longer experiencing the timeout issue. The cluster documentation mentions that when FD_SOCK is used, a member is declared dead only when socket is closed. This wa

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-27 Thread knatarajan
Thanks for your response. >From what I understand from jboss cluster documentation, I need to separate >the "partition" and "cluster". Pl clarify on what u mean by "3 clusters". This is how I start jboss : run -c all -Djboss.partition.name=<> -Djboss.cluster.name=<> View the original post : h

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-23 Thread [EMAIL PROTECTED]
If you see msgs discarded from other nodes, then that means you *haven't* cleanly separated your clusters. By default JBoss starts 3 clusters, so make sure you separate *all* of them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914135#3914135 Reply to the