RE: session replication errors

2005-11-18 Thread Richard Mixon
And does this have to do with "session replication errors"? At least when hijacking a thread remember to change the Subject line. But better still create an entirely new email and address it to the list. This will make it easier on those of us that use threaded mail readers. Conce

Re: session replication errors

2005-11-17 Thread Kanin Chen
Howdy, I am using Eclipse 3.1 and TC 5.5.12, when starting TC 5.5.12 in Eclipse, the manage webapp is disabled while starting outside Eclipse is valid. The server.xml in eclipse is all the same to server.xml in TC. any hint? Thanks in advance. Best Regards.

Re: session replication errors

2005-11-17 Thread Peter Rossbach
Hey Olve, what I mean with your Cluster Config is: You have register two ClusterSessionListener! Peter Peter Rossbach schrieb: Hey Olve, I found a the NPE shutdown problem, but I must setup my Linux System to look inside the strange timeout exception. I want remove the w

Re: session replication errors

2005-11-17 Thread Peter Rossbach
Hey Olve, I found a the NPE shutdown problem, but I must setup my Linux System to look inside the strange timeout exception. I want remove the waitForAck flag at the next release, but my time is currently a little bit limited. Please look and test my next cluster checkin .-) Thanks for report

Re: session replication errors

2005-11-15 Thread Olve Hansen
Hey, thanks for your fixes, sadly it didn't fix my problem. That is if I am doing things right, which there are no guarantees for. I will continue to hunt down the problem(s). If I configure my cluster as you suggested in your first mail, the Exceptions disappears, if I use my original config it

Re: session replication errors

2005-11-15 Thread Olve Hansen
Thanks for pointing me in the right direction. What I ended up doing was svn checkout http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x/resources/ mkdir build-tomcat cp resources/build.xml build-tomcat cd build-tomcat ant Subversion complained that I couldn't check out a single file, so I gr

Re: session replication errors

2005-11-14 Thread Mark Thomas
Olve Hansen wrote: On trying to build I am encountering problems. There is no documentation on how to build from svn. I have a working build folder using the docs from http://tomcat.apache.org/tomcat-5.5-doc/building.html But I dont see your changes in DataSender.java after CVS update. The 5.5.

Re: session replication errors

2005-11-14 Thread Olve Hansen
lør, 12,.11.2005 kl. 13.43 +0100, skrev Peter Rossbach: > Hey Olve, > > I found a bug inside pushMessage and I hopefully fix it. Please checkout > the tomcat svn head, > build a tomcat, made a test and report the results > > Many thanks that you report the problem, > Peter Hi, and thanks for t

Re: session replication errors

2005-11-12 Thread Peter Rossbach
Hey Olve, I found a bug inside pushMessage and I hopefully fix it. Please checkout the tomcat svn head, build a tomcat, made a test and report the results Many thanks that you report the problem, Peter Peter Rossbach schrieb: Hey Olve, I look more deeply inside the code and find that o.a

Re: session replication errors

2005-11-12 Thread Peter Rossbach
Hey Olve, I look more deeply inside the code and find that o.a.c.cluster.tcp.DataSender.checkKeepAlive and sendMessage are both synchronized messages. That means that we currently don't close the socket as we transfer a message. But this not means that I found the bug! ... I also look at you

Re: session replication errors

2005-11-12 Thread Peter Rossbach
Hey, I have seen the same problem at centos. I start now testing with suse 9.3 ... Can you please test with following config: I think that keepAliveTimeout handling can close socket in the middle that we transfer a messages. :-( Default timeout is one minute. I start change the implementa

session replication errors

2005-11-08 Thread Olve Hansen
Hi, First I must congratulate on the improvements of the clustering docs! Now I don't have to guess nearly as much as before when trying to set up clustering. :-) But I still have some troubles regarding clustering. We have a webapp clustered over three tomcats, all on the same machine, load balan