> -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Nico Klasens > Verzonden: zondag 1 augustus 2004 13:36 > Aan: [EMAIL PROTECTED] > Onderwerp: RE: deployment problem > > > Hi Ernst, > > at org.apache.jsp.index_jsp._jspService(index_jsp.java:1826) > > Just curious, what is the statement on line 1826 in index.jsp. > (Tomcat\work\Catalina\localhost\idp\org\apache\jsp\index_jsp.java)? > > Nico
Thank you, Nico! I was simply looking in the wrong place, assuming the problem was related to the loading process of the webapp, but NO! It was simply an error in the jsp i was calling. I can't beleve I didn't think of this myselfe (or read the stacktrace properly for that matter: shame). The problem is that each page checks for a member object in the session. If this is missing, an instance of a special 'guest' member object is created. This is used so guests can post in the forum and do votes and so on. But if the app is still loading, and the cloud is being accessed to retreve the guest member data, the error ocuurs, because the cloud is not loaded yet. Pretty basic. Anyway. Thanks a Lot! this one was bothering me. regards, ernst > > > -----Oorspronkelijk bericht----- > > Van: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Namens Ernst Bunders > > Verzonden: vrijdag 30 juli 2004 10:29 > > Aan: [EMAIL PROTECTED] > > Onderwerp: RE: deployment problem > > > > > > 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' > > > > [] () > > > > > > > > > > > > > > > > > > >
