I have an app that uses GWT and GAE.  I recently looked at it after not 
having done anything with it for a long time.  Since the App Engine SDK and 
the GWT SDK had new versions since the last time I looked at it I upgraded 
to the latest:  GAE 1.4.2 and GWT 2.2.0.

I'm able to run the app locally in development mode and everything is good. 
 But when I deploy it to App Engine and try to run it I'm getting an error 
saying: "ERROR: The serialization policy file 
'/webtroopmanager/A5CAB72C510469B1D74BD9576D34BED3.gwt.rpc' was not found; 
did you forget to include it in this deployment?"

I don't understand where this file is supposed to come from in the App 
Engine environment. I've got it on my dev system in war/<modulename>. But 
the appengine-web.xml has "<exclude path="**.gwt.rpc" />", which I think 
means it's not going to get deployed along with the app. 

I'm not clear on what the file is or what's in it, but the error messages 
suggest that it's supposed to be on the server and it isn't. How is it 
supposed to get there?

Thanks for the help.

-- 
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.

Reply via email to