Re: getAllClusterSessions gives OptionalDataException

2011-07-14 Thread Ronald Klop
Op vrijdag, 8 juli 2011 21:55 schreef Christopher Schultz : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 7/8/2011 5:33 AM, Ronald Klop wrote: > After some fun with debugging Tomcat on my live server (because I > couldn't reproduce it in test) it looks like a concur

Re: getAllClusterSessions gives OptionalDataException

2011-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ronald, On 7/8/2011 5:33 AM, Ronald Klop wrote: > After some fun with debugging Tomcat on my live server (because I > couldn't reproduce it in test) it looks like a concurrency bug in my > own code. D'oh. > I think I modify a HashMap which is seri

Re: getAllClusterSessions gives OptionalDataException

2011-07-08 Thread Ronald Klop
Op donderdag, 7 juli 2011 18:03 schreef Filip Hanik - Dev Lists : On 6/28/2011 2:31 AM, Konstantin Kolinko wrote: > 2011/6/23 Ronald Klop: >> Hi, >> >> I have an exception when one on my Tomcat nodes restarts. The session are >> not synced and user complain about being logged out.

Re: getAllClusterSessions gives OptionalDataException

2011-07-07 Thread Filip Hanik - Dev Lists
On 6/28/2011 2:31 AM, Konstantin Kolinko wrote: 2011/6/23 Ronald Klop: Hi, I have an exception when one on my Tomcat nodes restarts. The session are not synced and user complain about being logged out. I was running 6.0.32 and had the problem. Now I'm running a custom build of 6.0.33 from yeste

Re: getAllClusterSessions gives OptionalDataException

2011-06-28 Thread Konstantin Kolinko
2011/6/23 Ronald Klop : > Hi, > > I have an exception when one on my Tomcat nodes restarts. The session are > not synced and user complain about being logged out. I was running 6.0.32 > and had the problem. Now I'm running a custom build of 6.0.33 from > yesterday. I added a little code which print

Re: getAllClusterSessions gives OptionalDataException

2011-06-24 Thread Ronald Klop
I double checked. The version of Tomcat and the versions of Java are all the same. Ronald. Op vrijdag, 24 juni 2011 03:25 schreef Filip Hanik - Dev Lists : are there other versions of Apache Tomcat running in the same cluster? Check the logs for what members are joining the cluster, t

Re: getAllClusterSessions gives OptionalDataException

2011-06-23 Thread Filip Hanik - Dev Lists
are there other versions of Apache Tomcat running in the same cluster? Check the logs for what members are joining the cluster, then check what version they are best Filip On 6/23/2011 10:14 AM, Ronald Klop wrote: Hi, I have an exception when one on my Tomcat nodes restarts. The session are n

getAllClusterSessions gives OptionalDataException

2011-06-23 Thread Ronald Klop
Hi, I have an exception when one on my Tomcat nodes restarts. The session are not synced and user complain about being logged out. I was running 6.0.32 and had the problem. Now I'm running a custom build of 6.0.33 from yesterday. I added a little code which prints ' SEVERE: name=user'. The key