DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #10 from Dmitry Mikhaylov mikhailov.dmi...@gmail.com 2011-06-28 09:16:36 UTC --- Thanks a lot! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #8 from Ronald Klop ron...@echteman.nl 2011-06-15 08:59:35 UTC --- I have customers who are 'logged out' in their words and that correlates with the times of these errors in the logs. No hard evidence though. And the weirdest

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #6 from Ronald Klop ron...@echteman.nl 2011-06-14 10:37:39 UTC --- Is there a workaround for this issue? What should I not do in my code to prevent this? The cause r818062 is from 2009, so I must go back very far to get a Tomcat

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #7 from Filip Hanik fha...@apache.org 2011-06-15 01:50:50 UTC --- It's a bug in Tomcat, some funky cyclic implementation that I still fully don't understand. Invoking listeners on expiring sessionsmaybe valid...maybe not

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #4 from Keiichi Fujino kfuj...@apache.org 2011-06-13 08:57:57 UTC --- There seem to be two problems in this stack trace. The first problem is DeltaRequest#getSize() 1 in non-primary node . Usually, DeltaRequest#getSize()

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #5 from Keiichi Fujino kfuj...@apache.org 2011-06-13 09:52:21 UTC --- Fixed in 7.0.x and will be included in 7.0.17 onwards. Proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 Ronald Klop ron...@echteman.nl changed: What|Removed |Added CC||ron...@echteman.nl

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #2 from Dmitry Mikhaylov mikhailov.dmi...@gmail.com 2011-06-07 07:46:15 UTC --- Our clusters vary in size from 2 to 11 Tomcats, these problems happen in all configurations. -- Configure bugmail:

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #3 from Dmitry Mikhaylov mikhailov.dmi...@gmail.com 2011-06-07 07:46:49 UTC --- I'm not sure http://svn.apache.org/viewvc?view=revisionrevision=818062 explains what is happening. While what the comment says is totally true, the

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #1 from Mark Thomas ma...@apache.org 2011-06-02 17:37:37 UTC --- http://svn.apache.org/viewvc?view=revisionrevision=818062 explains why this code is here. It looks like a race condition to me at the moment but more research is