Re: can intermittent 'illegal relative path' be cause by something besides broken session affinity?

2010-03-23 Thread Igor Vaynberg
On Sat, Mar 20, 2010 at 7:19 PM, Nikita Tovstoles nikita.tovsto...@gmail.com wrote: I may have found something - but first another question: under which conditions would an ajax wicket:interface request omit a 'version'? (I see request processor then assumes that the version is 0). correct,

Re: can intermittent 'illegal relative path' be cause by something besides broken session affinity?

2010-03-20 Thread Nikita Tovstoles
I wonder if this is a serialization problem: the following request: 10.242.46.21 - - [20/Mar/2010:13:04:19 -0400] POST /?wicket:interface=:0:EmbeddedCategoryCriteriaPanel:inputPanel:categorySearchForm:zipCodeComponent:zipCode::IBehaviorListener:1:10random=0.014624584217842351 HTTP/1.1 200 161

Re: can intermittent 'illegal relative path' be cause by something besides broken session affinity?

2010-03-20 Thread Igor Vaynberg
i doubt its the diskstore since you are the only one seeing this problem. is this happening on multiple pages or just a particular one? -igor On Sat, Mar 20, 2010 at 10:34 AM, Nikita Tovstoles nikita.tovsto...@gmail.com wrote: I wonder if this is a serialization problem: the following

Re: can intermittent 'illegal relative path' be cause by something besides broken session affinity?

2010-03-20 Thread Nikita Tovstoles
OK, here's what I can surmise thus far: - Only 'wicket:interface' JS requests - from 'onchange' Ajax validator or from a SubmitLink-initiated form submission trigger the exception - the form being submitted or validated is in a couple of pages but *never *in *StateProgramDetailsPage*

Re: can intermittent 'illegal relative path' be cause by something besides broken session affinity?

2010-03-20 Thread Nikita Tovstoles
I may have found something - but first another question: under which conditions would an ajax wicket:interface request omit a 'version'? (I see request processor then assumes that the version is 0). I may have found a race condition: - check out