Re: Session replication problem

2012-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy, On 3/22/12 4:16 AM, Andy Chapman wrote: > 1. The Tomcat versions are different (7.0.4 and 7.0.20) Note that Tomcat 7.0.6 was the first non-beta version of Tomcat 7. You should definitely upgrade the 7.0.4 version to 7.0.20 and I suspect things

Re: Session replication problem

2012-03-22 Thread Mark Thomas
On 22/03/2012 08:16, Andy Chapman wrote: > Hi All, > > I'm using tribes session replication between two Tomcat 7 servers and > getting errors as below. There are various possible causes: > > 1. The Tomcat versions are different (7.0.4 and 7.0.20) It is this one. Mark --

Re: Session Replication problem

2009-05-08 Thread Filip Hanik - Dev Lists
I don't think Linux supports binding to an interface for multicast. Multicast still works, you just can't bind it, instead you setup your routing table to make sure you route it the way you want. the other way you can do is setup static memberships, where you define your tomcat instances instead

Re: Session Replication problem

2009-05-08 Thread sudhakar p
Hi Filip, Thanks for your reply My server OS is Linux Red Hat Enterprise Linux Server release 5.3 which will be support MULTICAST. Please help to fix the problem Thanks in Advance Raju On Fri, May 8, 2009 at 8:50 AM, Filip Hanik - Dev Lists wrote: > no all operating systems support a bind

Re: Session Replication problem

2009-05-08 Thread Filip Hanik - Dev Lists
no all operating systems support a bind address for multicast sockets socket = new MulticastSocket(new InetSocketAddress(address,port)); Filip sudhakar p wrote: Hi I am trying to configure Clustering/Session Replication in Tomcat 6.0.18 and am getting this message when I start the tomcat 6.0.

Re: Session replication problem

2009-02-10 Thread Filip Hanik - Dev Lists
Hanik - Dev Lists" To: "Tomcat Users List" Sent: Tuesday, February 10, 2009 4:10 AM Subject: Re: Session replication problem Mohamedin wrote: I have a problem with Session replication. I am running multible tomcat instance on the same server. And I have 4 servers of the same co

Re: Session replication problem

2009-02-10 Thread Mohamedin
esday, February 10, 2009 4:10 AM Subject: Re: Session replication problem Mohamedin wrote: I have a problem with Session replication. I am running multible tomcat instance on the same server. And I have 4 servers of the same configuration (Multible tomcat instances). I have enabled the session

Re: Session replication problem

2009-02-09 Thread Filip Hanik - Dev Lists
Mohamedin wrote: I have a problem with Session replication. I am running multible tomcat instance on the same server. And I have 4 servers of the same configuration (Multible tomcat instances). I have enabled the session replication on these 4 servers (In each instance with different port). T

Re: Session replication problem in tomcat 6.0.14 (loadbalancing with Apache)

2008-07-31 Thread Filip Hanik - Dev Lists
the error should be fixed in 6.0.18 Filip Pavan Singaraju wrote: My question here was if the other node is not available anymore, will this exception come? If so how to avoid it. The fact is the session replication is happenning and everything is working inspite of the exception. But just in cas

Re: Session replication problem in tomcat 6.0.14 (loadbalancing with Apache)

2008-07-30 Thread Pavan Singaraju
My question here was if the other node is not available anymore, will this exception come? If so how to avoid it. The fact is the session replication is happenning and everything is working inspite of the exception. But just in case if we want to avoid this exception, is there a way or should the

Re: Session replication problem in tomcat 6.0.14 (loadbalancing with Apache)

2008-07-30 Thread Filip Hanik - Dev Lists
this Jul 30, 2008 1:49:24 PM org.apache.catalina.ha.tcp.SimpleTcpCluster memberDisappeared INFO: Received member disappeared:org.apache.catalina.tribes.membership.MemberImpl[tcp://d5-4232.xius.ltd:4002,d5-4232.xius.ltd,4002, alive=46858,id={-38 -119 -88 -15 -57 -62 77 116 -98 -70 -92 -50 45 -83 -

Re: Session replication problem

2007-12-10 Thread Filip Hanik - Dev Lists
excellent, yes, you are overriding the clustering manager if you define one yourself thanks for reporting back! Filip Giancarlo Frison wrote: The problem reported below was due to a misconfiguration. In the past I disabled the session persistence uncommenting the manager row in context.xml :

Re: Session replication problem

2007-12-10 Thread Giancarlo Frison
The problem reported below was due to a misconfiguration. In the past I disabled the session persistence uncommenting the manager row in context.xml : After session persistance's activation (commenting the row above) session replication works as expected. Giancarlo Frison Filip Hanik - Dev

Re: Session replication problem

2007-12-05 Thread Giancarlo Frison
Hi all, This is the catalina.out. I read the post about session expiration during shutdown, so I tried to kill -9 the process to avoid any unexpected behavior but the outcome is the same, no session replication. What I may do? I appreciate any suggestion. Thanks! INFO: Starting Servlet Engine: A

Re: Session replication problem

2007-11-29 Thread Filip Hanik - Dev Lists
you can turn debug on and see the messages being sent back and forth. a previous user reported that sessions got expired during a normal shutdown, I yet have to investigate this Filip Giancarlo Frison wrote: Hi all, I have a cluster configured with 2 tomcat instaces in the same host and apac