We're suddenly seeing a fair number of exceptions like one below. Thought
the root cause is failing session affinity in our clusters, but the
exceptions persist even after we shut down all but one host behind HAProxy.
I realize the question is somewhat ambiguous, but what - besides lack of
session affinity - can be some other causes of these exceptions?
thanks
-nikita
12:56:37,612 ERROR RequestCycle:1521 - submitted http post value
[check3] for CheckGroup component
[0:EmbeddedCategoryCriteriaPanel:inputPanel:categorySearchForm:brandsComponent:brands]
contains an illegal relative path element [check3] which does not
point to a Check component. Due to this the CheckGroup component
cannot resolve the selected Check component pointed to by the illegal
value. A possible reason is that componment hierarchy changed between
rendering and form submission.
org.apache.wicket.WicketRuntimeException: submitted http post value
[check3] for CheckGroup component
[0:EmbeddedCategoryCriteriaPanel:inputPanel:categorySearchForm:brandsComponent:brands]
contains an illegal relative path element [check3] which does not
point to a Check component. Due to this the CheckGroup component
cannot resolve the selected Check component pointed to by the illegal
value. A possible reason is that componment hierarchy changed between
rendering and form submission.
at
org.apache.wicket.markup.html.form.CheckGroup.convertValue(CheckGroup.java:136)
at
org.apache.wicket.markup.html.form.CheckGroup.convertValue(CheckGroup.java:58)
at
org.apache.wicket.markup.html.form.FormComponent.convertInput(FormComponent.java:1301)
at
org.apache.wicket.markup.html.form.FormComponent.validate(FormComponent.java:1192)
at org.apache.wicket.markup.html.form.Form$22.validate(Form.java:2132)
at
org.apache.wicket.markup.html.form.Form$ValidationVisitor.formComponent(Form.java:171)
at
org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper(FormComponent.java:441)