In case anyone else has this problem, the solution I found was to manually
register the IActivePageBehaviorListener in my application constructor:

public WicketApplication()
{       
        IActivePageBehaviorListener.INTERFACE.register();
}




richardwilko wrote:
> 
> Hi,
> 
> I have wicket running clustered and occasionally see this exception:
> 
> WicketMessage: Attempt to access unknown request listener interface
> IActivePageBehaviorListener
> 
> Root cause:
> 
> org.apache.wicket.WicketRuntimeException: Attempt to access unknown
> request listener interface IActivePageBehaviorListener
> at
> org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:397)
> at
> org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:461)
> at
> org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:139)
> at org.apache.wicket.RequestCycle.step(RequestCycle.java:1224)
> at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1331)
> at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
> at
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:363)
> at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:194)
> 
> I happens when I start up my wicket instances, go to a page and start
> typing in an autocomplete text box.  I only see it if I haven't done
> anything else in the session, ie all I have done is open the page.
> 
> Im using wicket 1.3.3, jetty 6 and wadi to cluster my jetty sessions.
> 
> I presume that I get this error because the session state hasnt been
> propagated yet when i open my first page.  Has anyone had a similar error
> or seen this problem before?
> 
> Any help would be great,
> 
> Richard
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/IActivePageBehaviorListener-exception-tp17127279p17147767.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to