I got something similar once on 1.3 I haven't had the time to look
deeper into it at this time.

I've seen something similar on Jboss with their classloading system
not with wicket but struts..

not much help for you though :(

Try to debug it and see what lies behind?


regards Nino

2009/9/2 John Krasnay <j...@krasnay.ca>:
> OC4J 10.1.3.3
> Java 1.5.0_06
> Red Hat Linux (not sure of the version)
>
> jk
>
> On Wed, Sep 02, 2009 at 07:31:31PM +0200, nino martinez wael wrote:
>> What kind of container are you running it in? And java version etc..?
>>
>> 2009/9/2 John Krasnay <j...@krasnay.ca>:
>> > 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
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to