> 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 di
-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
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
> 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 seria
The exception says that the class that can't be serialized is
StandardSessionFacade, which is an internal Tomcat class. That's what's
confusing me. If it was a class in my code, I would know what to hunt for.
Deleting work folder causes problem to go away. However, it will come back.
Thanks for
-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 w
> 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;
> ja