[appengine-java] Application works fine on localhost but not when deployed

2010-10-12 Thread swin swin
Hi, I keep having the same problem of not being able to get my application to work when deployed on GAE. It works fine locally on my laptop when i run it with the google app engine server. Online, I am able to view a 'login.jsp' page, but when I try to login as an authenticated user, it will

[appengine-java] Re: Application works fine on localhost but not when deployed

2010-10-12 Thread swin swin
Just to add on, my AuthenticateServlet has this error: /AuthenticateServlet java.lang.RuntimeException: java.io.NotSerializableException: BiddingSystem.model.Student at com.google.apphosting.runtime.jetty.SessionManager.serialize(SessionManager.java:387) at

[appengine-java] Re: Application works fine on localhost but not when deployed

2010-10-12 Thread swin swin
Thanks Guillaume. I did a search for what you said and found out I had to implement serializable for anything that i wanted to use with session. It worked. :) -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group,