RE: Tomcat 6 - Cluster error.

2008-03-19 Thread Raúl García
Hi again, After some weeks, Mr. Hanik help us solving the problem. And he found it! The problem was the sticky sessions, and our balancer: pen. Pen, (http://siag.nu/pen/) it's a simple load balancer, and it doesn't care about sessions between nodes. That provokes dead locks at tomcat. The

RE: Tomcat 6 - Cluster error.

2008-01-31 Thread Raúl García
- Cluster error. I'd set keepAliveTime to 10 as well, Filip Raúl García wrote: Hi Again, once again thanks for your time, but we still have problems, We applied the keepAliveCount=0 param. and last Wednesday 23 Jan we restart both nodes. Around 11 hour after the startup, node 1 reports a new

RE: Tomcat 6 - Cluster error.

2008-01-25 Thread Raúl García
Hi Again, once again thanks for your time, but we still have problems, We applied the keepAliveCount=0 param. and last Wednesday 23 Jan we restart both nodes. Around 11 hour after the startup, node 1 reports a new error, but both nodes are working perfectly. I cannot imagine why the member

RE: Tomcat 6 - Cluster error.

2008-01-22 Thread Raúl García
) at java.lang.Thread.run(Thread.java:619) -- Every new hit at the sever provokes a new: SEVERE: Unable to send message through cluster sender.[...] This is a normal issue? Or it can be desactivated? Thanks Best regards Raúl. -Mensaje original- De: Raúl García [mailto:[EMAIL PROTECTED] Enviado el

RE: Tomcat 6 - Cluster error.

2008-01-18 Thread Raúl García
Hi Filip, Thank you for that suggestion. We are going to try it now. On the other side, if You want to reproduce the error: We have used a server here configured with the same config.xml files. To force it to the crash we send a high amount of login request (Those that creates a new session),

Tomcat 6 - Cluster error.

2008-01-17 Thread Raúl García
Hi, I repost the problem with a better subject: We had a tomcat 5.0.28 server configured with 2 clustered instances(working perfectly), and we decided to migrate to java6 and the new tomcat 6.0.14. We modified the configuration files to match the new tomcat 6.0.14 structure. But now we have

Cluster error, timeouts.

2008-01-16 Thread Raúl García
Hi all, I'm Raúl. We had a tomcat 5.0.28 server configured with 2 clustered instances(working perfectly), and we decided to migrate to java6 and the new tomcat 6.0.14. We modify the configuration files to match the new tomcat 6.0.14 structure. But now we have really annoying problems with the