[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 FD_SOCK 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.

[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=bbop=viewtopicp=3914629#3914629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914629 --- This SF.net email is

[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 :

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

2005-12-22 Thread knatarajan
Hi all, Each developer in my team is running a single node cluster instance (jboss 4.0.1 on windows XP) on his/her machine by specifying a unique jboss partition name and a unique jboss cluster name. We can see messages on the jboss console that confirm that on each developer's instance that

[JBoss-user] [JCA/JBoss] - Re: Socket connection timeout fter idle time

2005-04-27 Thread knatarajan
Thanks for ur response! There is no firewall between my app and database as I am running on a dev environment. Also the same application when run on tomcat against the same database (which we have been doing for a while now) has never encountered this issue. What I am noticing now is that

[JBoss-user] [JCA/JBoss] - Socket connection timeout fter idle time

2005-04-26 Thread knatarajan
Hi all, I am running JBOSS 4.0.1 on Windows. I have a client code within Jboss that connects to the same jboss server URL (this is part of CAS authentication). All is well when Jboss starts up initially. But if I leave my Jboss server running overnight and try accessing it after a period of

[JBoss-user] [JNDI/Naming/Network] - Socket connection refused after inactivity period

2005-04-21 Thread knatarajan
Hi all, I am running JBOSS 4.0.1 on Windows. I have a client code within Jboss that connects to the same jboss server URL (this is part of CAS authentication). All is well when Jboss starts up initially. But if I leave my Jboss server running overnight and try accessing it after a period of