[appengine-java] Re: Request was aborted after waiting too long to attempt to service your request.

2010-02-16 Thread sdr
I am also getting this error on a simple app that sends back "hello world" essentially. There does seem to be something strange going on because I'm the only one accessing the app, so it couldn't be simultaneous requests. Have you found anything around this? On Jan 22, 11:44 am, Locke wrote: >

[appengine-java] problem storing email or phone number

2009-12-07 Thread sdr
Hi, I'm trying to store email and phone number in one of my tables. I'm using the PhoneNumber and Email objects to store these values. These tables work fine in my dev environment. However when I create them in production I cannot read them from Data Viewer in the App Engine console. Whenever I g