Hi, Here are the relevant app specific details that might be useful...
1. The call to the GAE service occurs on a java.lang.Thread with default priority. 2. This thread is spawned & started inside the onStart method of my main activity. 3. Meanwhile, I render a progress dialog on the UI thread. 4. Once the thread receives any response from the GAE service, it updates the SharedPreferences with a certain value. If the call returns any error, it logs this error and then updates SharedPreferences with a default value. 5. This causes my SharedPreferences listener to be invoked. It then cancels the progress dialog and renders the main UI. But, ever since I moved this service to GAE, the thread always returns with the exception I mentioned in my first post. Am I doing something wrong here ? Please let me know if you need more information. Sincere Regards, Kalyan Akella -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-2-0-3-Internal-Connector-Error-1002-The-calling-thread-timed-out-while-waiting-for-a-responst-tp5869419p5878524.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2695256

