SV: Exception after File Upload.

2005-09-08 Thread hermod . opstvedt
Hi You can try and declare it as transient in your form/action Hermod -Opprinnelig melding- Fra: Gareth Evans [mailto:[EMAIL PROTECTED] Sendt: 8. september 2005 10:54 Til: Struts Users Mailing List Emne: Re: Exception after File Upload. Because when you shutdown tomcat, it tries to

Re: Exception after File Upload.

2005-09-08 Thread Gareth Evans
Because when you shutdown tomcat, it tries to serial all objects within the session scope. The class you are referring to 'org.apache.commons.fileupload.DeferredFileOutputStream' does not implement 'java.io.Serializable' and therefore tomcat throws this exception when trying to serialize it. W

Exception after File Upload.

2005-09-08 Thread Anuradha S.Athreya
I have a web application running on Tomcat 5.0. One of the features is this appln enables file upload. After an upload, If I stop and restart the server , I get this particular expception. SEVERE: IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; java.io