hi I fixed the serialization error, but the crashing of webapp loading persists. :( There are zero errors in the log untill the error occurs. I tried to make tomcat logging more verbose (verbosity="3") but for some reason there is no change in the logging level. I feel pretty much out of my depth with this stuff...
any thoughts??? Ernst > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Ernst Bunders > Verzonden: donderdag 29 juli 2004 13:47 > Aan: [EMAIL PROTECTED] > Onderwerp: RE: deployment problem > > > > > > -----Oorspronkelijk bericht----- > > Van: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Michiel Meeuwissen > > Verzonden: donderdag 29 juli 2004 13:38 > > Aan: [EMAIL PROTECTED] > > Onderwerp: Re: deployment problem > > > > > > Ernst Bunders <[EMAIL PROTECTED]> wrote: > > > I think i found something: > > > > > > 2004-07-29 13:22:54 StandardManager[/idp] IOException while > > loading persisted sessions: java.io.WriteAbortedException: > > writing aborted; java.io.NotSerializableException: > > nl.vara.idp.member.Member$VoteCache > > > java.io.WriteAbortedException: writing aborted; > > java.io.NotSerializableException: > nl.vara.idp.member.Member$VoteCache > > > > > > I suddenly seem to remember that objects you want to store > > **must** be serializable, is that correct?? > > > > I don't know. It's more an app-server question now. I'd say > > that they not > > necessary are serializable if you don't mind being them > > non-persistent on > > server-restart. > > > > Michiel > > > > that is correct. Hmm. Well, i will fix it anyway, and see > where we go from there. > Allso it might pay to check out the tomcat configuration doc. > > Ernst > > > > > -- > > Michiel Meeuwissen > > Mediacentrum 140 H'sum > > +31 (0)35 6772979 > > nl_NL eo_XX en_US > > mihxil' > > [] () > > > > > >
