notSerializableException
843836Jun 6 2004 — edited Jun 6 2004I've been working on a JSP/Javabeans app. I recompiled a java file and then shutdown tomcat. When I restarted tomcat I saw this error...
SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedExcept
ion: writing aborted; java.io.NotSerializableException: GA.UOOBean
java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
: GA.UOOBean
I then shutdown tomcat again and restarted it and I didn't get the error. I'm real preoccupied at the moment w/ debugging my code so I was kinda hoping someone else could maybe give me a quick review of what this error is and possibly some insight on why it happened. Also, if you have any insights on whether or not this error is something severe or not.
Thanks very much in advance.