on 12/7/01 2:51 PM, "Stephane Bailliez" <[EMAIL PROTECTED]> wrote:
> Ah !! this problem reminds me the one I'm currently having w/ my webapp but > I didn't get the time to investigate the problem yet, I thought we were > storing things stupidly in the session ! > > I'm using Turbine 2.2b1 and Tomcat 4.0.1 w/ class reloading turned on during > development and I'm having a NoClassDefFound on the UserPeer each time it > reloads the webapp or if I shutdown Tomcat cleanly (assuming I'm logged). > The standard manager of Catalina is serializing the session and fails when > it reloads the session, depending on the context, you got either a direct > stacktrace in your browser (reload) or an internal server error from > Catalina.(restart) (the catalina log gives full details about the error > then). > > I never had a NPE though. > > Stephane I think that you have a different problem. I would check Tomcat's logs to see if there is a object which isn't being serialized because it isn't marked as serializable. You may have to turn the logging in Tomcat up to 99 to get that information though. Class reloading works in scarab. -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
