i believe this is fixed in svn. you can either install a snapshot or wait for 1.3.4
-igor On Thu, Apr 17, 2008 at 3:17 AM, Eyal Golan <[EMAIL PROTECTED]> wrote: > Hi, > I recently got a few times a StackOverFlow exception when refreshing. > I have an iframe (don't ask why, this is how they chose it in here). > Inside the iframe there's a table and a button that refreshes the table's > provider. > > Here's what I get: (I have also added this as attachment) > > java.lang.StackOverflowError > at java.io.ObjectInputStream$PeekInputStream.read(Unknown Source) > at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source) > at > java.io.ObjectInputStream$BlockDataInputStream.readUnsignedShort(Unknown > Source) > at java.io.ObjectInputStream$BlockDataInputStream.readUTF(Unknown > Source) > at java.io.ObjectInputStream.readUTF(Unknown Source) > at java.io.ObjectStreamClass.readNonProxy(Unknown Source) > at java.io.ObjectInputStream.readClassDescriptor(Unknown Source) > at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source) > at java.io.ObjectInputStream.readClassDesc(Unknown Source) > at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) > at java.io.ObjectInputStream.readObject0(Unknown Source) > ... > at java.io.ObjectInputStream.readObject(Unknown Source) > at > org.apache.wicket.util.lang.Objects.byteArrayToObject(Objects.java:392) > at > org.apache.wicket.protocol.http.pagestore.AbstractPageStore.deserializePage(AbstractPageStore.java:228) > at > org.apache.wicket.protocol.http.pagestore.DiskPageStore.getPage(DiskPageStore.java:702) > at > org.apache.wicket.protocol.http.SecondLevelCacheSessionStore$SecondLevelCachePageMap.get(SecondLevelCacheSessionStore.java:311) > at org.apache.wicket.Session.getPage(Session.java:745) > at > org.apache.wicket.protocol.http.pagestore.AbstractPageStore$PageHolder.readResolve(AbstractPageStore.java:354) > at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at java.io.ObjectStreamClass.invokeReadResolve(Unknown Source) > at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) > at java.io.ObjectInputStream.readObject0(Unknown Source) > at java.io.ObjectInputStream.readObject(Unknown Source) > at > org.apache.wicket.protocol.http.pagestore.AbstractPageStore$PageSerializer.deserializePage(AbstractPageStore.java:328) > at org.apache.wicket.Page.readObject(Page.java:1268) > at sun.reflect.GeneratedMethodAccessor254.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at java.io.ObjectStreamClass.invokeReadObject(Unknown Source) > at java.io.ObjectInputStream.readSerialData(Unknown Source) > at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) > at java.io.ObjectInputStream.readObject0(Unknown Source) > at java.io.ObjectInputStream.defaultReadFields(Unknown Source) > at java.io.ObjectInputStream.readSerialData(Unknown Source) > at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source) > at java.io.ObjectInputStream.readObject0(Unknown Source) > at java.io.ObjectInputStream.defaultReadFields(Unknown Source) > at java.io.ObjectInputStream.readSerialData(Unknown Source) > at... > > I am using Wicket 1.3.1 > > Guys, I really don't know how to start debug this thing. > Another problem is that it doesn't happen all the time. > > Thanks > ... > > -- > Eyal Golan > [EMAIL PROTECTED] > > Visit: http://jvdrums.sourceforge.net/ > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
