We've been getting the following exception intermittently during a
performance test:

Caused by: java.lang.ClassCastException: [B
  at org.apache.wicket.Session.pageMapForName(Session.java:928)
  at org.apache.wicket.PageMap.forName(PageMap.java:67)
  at org.apache.wicket.Page.init(Page.java:1167)
  at org.apache.wicket.Page.<init>(Page.java:236)
  at org.apache.wicket.markup.html.WebPage.<init>(WebPage.java:184)
  at ca.on.ssha.oneid.web.ui.BasePage.<init>(BasePage.java:52)
  at ca.on.ssha.oneid.web.ui.login.LoginPage.<init>(LoginPage.java:45)
  ... 29 more

We are using Wicket 1.3.5. At Session.java:928 Wicket is trying to cast
a session attribute to IPageMap but apparently the attribute value is a
byte array. So far we've only seen it on the initial page for the
session, such as the login page in the example above.

Any ideas?

jk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to