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
original- De: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Enviado el: jueves, 17 de enero de 2008 19:01 Para: Tomcat Users List Asunto: Re: Tomcat 6 - Cluster error. already replied to your old thread ok, it looks like you might have ended up with a rogue socket, and what happens

Re: Tomcat 6 - Cluster error.

2008-01-31 Thread Filip Hanik - Dev Lists
[mailto:[EMAIL PROTECTED] Enviado el: lunes, 28 de enero de 2008 1:45 Para: Tomcat Users List Asunto: Re: Tomcat 6 - 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

Re: Tomcat 6 - Cluster error.

2008-01-27 Thread Filip Hanik - Dev Lists
=== -Mensaje original- De: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Enviado el: jueves, 17 de enero de 2008 19:01 Para: Tomcat Users List Asunto: Re: Tomcat 6 - Cluster error. already replied to your old thread ok, it looks like you might have ended up with a rogue socket, and what

RE: Tomcat 6 - Cluster error.

2008-01-25 Thread Raúl García
:[EMAIL PROTECTED] Enviado el: jueves, 17 de enero de 2008 19:01 Para: Tomcat Users List Asunto: Re: Tomcat 6 - Cluster error. already replied to your old thread ok, it looks like you might have ended up with a rogue socket, and what happens is that any message sent to that socket just gets lost

RE: Tomcat 6 - Cluster error.

2008-01-22 Thread Raúl García
: viernes, 18 de enero de 2008 11:23 Para: 'Tomcat Users List' Asunto: RE: Tomcat 6 - Cluster error. 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

Re: Tomcat 6 - Cluster error.

2008-01-22 Thread Filip Hanik - Dev Lists
PROTECTED] Enviado el: viernes, 18 de enero de 2008 11:23 Para: 'Tomcat Users List' Asunto: RE: Tomcat 6 - Cluster error. 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

RE: Tomcat 6 - Cluster error.

2008-01-18 Thread Raúl García
more you need. Thank you for the response. We will see the real results in 13 days, I'll update. Best Regards Raúl. -Mensaje original- De: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Enviado el: jueves, 17 de enero de 2008 19:01 Para: Tomcat Users List Asunto: Re: Tomcat 6

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

Re: Tomcat 6 - Cluster error.

2008-01-17 Thread Filip Hanik - Dev Lists
already replied to your old thread ok, it looks like you might have ended up with a rogue socket, and what happens is that any message sent to that socket just gets lost in the ether, since it doesn't have any interest ops. There is a workaround for this, turn off keep alives all together, or