You class ReviewFrmCmd is being put in the session and so must be made serializable. On the local dev server the session is not serialized so you do not get this exception.

On 20 Jan 2010, at 18:13, java wrote:

Hello

I am developed a page which is working fine at local machine but when
I deploy on appspot showing error :

Uncaught exception from servlet
java.lang.RuntimeException: java.io.NotSerializableException:
com.ei.server.web.fe.ReviewFrmCmd
        at com.google.apphosting.runtime.jetty.SessionManager.serialize
(SessionManager.java:361)

Please help me out.

Thanks
--
You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com . To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en .



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to