if you are in dev mode it should show you what field of what object references something that is not serializable in wicket 1.3. check your logs
-igor On Mon, Mar 3, 2008 at 3:07 PM, Vitaly Tsaplin <[EMAIL PROTECTED]> wrote: > Hi people! > > I have something which is probably not serializable, some page I > think. As usual a have an exception with output like this > > SEVERE: IOException while loading persisted sessions: java.io.EOFException > java.io.EOFException > at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source) > at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown > Source) > at java.io.ObjectInputStream.readStreamHeader(Unknown Source) > ................ > > It's not very informative. So... How to find the cause... the > object that cannot be serialized? Any ideas? > > Vitaly > > --------------------------------------------------------------------- > 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]
