Tomcat 6.0 clustering problem with replication mode.

2010-04-14 Thread Pardeep Ruhil
Hi, We are running our application in load balanced mode in Tomcat 6.0 with session replication. When we are starting the servers in load balanced mode, then in the console we are getting the following error : 2010-04-14 11:47:51,078 (main) [ VfsLog.java:122:INFO ] Using

Re: Tomcat 6.0 clustering problem with replication mode.

2010-04-14 Thread Filip Hanik - Dev Lists
The first error java.util.ConcurrentModificationException happens cause the membership changed in between. The error logs, but the system is not interrupted. The second error java.net.SocketTimeoutException: Read timed out This means the node failed to respond. This means you got a problem.