Re: NotSerializableException: StandardSessionFacade

2008-04-22 Thread MassimoH
Christopher Schultz-2 wrote: This shouldn't be a fatal error. All Tomcat versions I have used will simply give-up restoring sessions and continue starting up. The OP didn't post the entire stack trace, so it's tough to tell what's really going on. Massimo, can you re-post the stack trace

Re: NotSerializableException: StandardSessionFacade

2008-04-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimo, MassimoH wrote: | | Christopher Schultz-2 wrote: | This shouldn't be a fatal error. All Tomcat versions I have used will | simply give-up restoring sessions and continue starting up. | | The OP didn't post the entire stack trace, so it's

RE: NotSerializableException: StandardSessionFacade

2008-04-22 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: NotSerializableException: StandardSessionFacade That's the weirdest stack trace I've ever see. readObject calls something that throws a WriteAbortedException? Totally weird. We already discussed that, back at the beginning

Re: NotSerializableException: StandardSessionFacade

2008-04-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: | From: MassimoH [mailto:[EMAIL PROTECTED] | Subject: NotSerializableException: StandardSessionFacade | | I've inherited an legacy Java application and I'm getting | this error on startup. | | - IOException while

RE: NotSerializableException: StandardSessionFacade

2008-04-18 Thread MassimoH
for the response. Caldarale, Charles R wrote: From: MassimoH [mailto:[EMAIL PROTECTED] Subject: NotSerializableException: StandardSessionFacade I've inherited an legacy Java application and I'm getting this error on startup. - IOException while loading persisted sessions

RE: NotSerializableException: StandardSessionFacade

2008-04-18 Thread Caldarale, Charles R
From: MassimoH [mailto:[EMAIL PROTECTED] Subject: RE: NotSerializableException: StandardSessionFacade The exception says that the class that can't be serialized is StandardSessionFacade, which is an internal Tomcat class. That class was never intended to be serializable. Looks like you

NotSerializableException: StandardSessionFacade

2008-04-17 Thread MassimoH
I've inherited an legacy Java application and I'm getting this error on startup. - IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.catalina.session.StandardSessionFacade java.io.WriteAbortedException:

RE: NotSerializableException: StandardSessionFacade

2008-04-17 Thread Caldarale, Charles R
From: MassimoH [mailto:[EMAIL PROTECTED] Subject: NotSerializableException: StandardSessionFacade I've inherited an legacy Java application and I'm getting this error on startup. - IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted