RE: session replication errors

2005-11-18 Thread Richard Mixon
n [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 17, 2005 3:33 AM > To: Tomcat Users List > Subject: Re: session replication errors > > 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 > s

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