Re: StreamCorruptedException - where to look to fix

2007-10-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, David Kerber wrote: > From the deafening silence in response to my post, I guess there's no > standard places to start looking to correct this? This is a very strange error. If you change class definitions for the objects being serialized, you

Re: StreamCorruptedException - where to look to fix

2007-10-16 Thread David Kerber
Pid wrote: David kerber wrote: Running TC 5.5.15 on Windows server 2003, JRE 1.5.0_12. Where do I start looking to try to fix the exception below? I get this on most startups of Tomcat. I know it's related to reloading sessions that were saved on the previous shutdown, and I've fixed a few

Re: StreamCorruptedException - where to look to fix

2007-10-16 Thread Pid
David kerber wrote: > Running TC 5.5.15 on Windows server 2003, JRE 1.5.0_12. > > Where do I start looking to try to fix the exception below? I get this > on most startups of Tomcat. I know it's related to reloading sessions > that were saved on the previous shutdown, and I've fixed a few > seri

StreamCorruptedException - where to look to fix

2007-10-15 Thread David kerber
Running TC 5.5.15 on Windows server 2003, JRE 1.5.0_12. Where do I start looking to try to fix the exception below? I get this on most startups of Tomcat. I know it's related to reloading sessions that were saved on the previous shutdown, and I've fixed a few serialization errors in my class