[appengine-java] Re: datastore.delete() not deleting objects and not generating exceptions

2011-12-11 Thread Michael
Trying to delete them manually is certainly worth attempting; since it appears to be the same objects, it may be possible to get past this. I'll also try wrapping it in a transaction but, like you, I can't see why it should make a difference. -- You received this message because you are

Re: [appengine-java] datastore.delete() not deleting objects and not generating exceptions

2011-12-11 Thread Michael
By what you wrote, I assume you're referring to the query speed, not the speed of the deletion. I presume that deleting an object or collection of object requires a time that's independent of other factors in the datastore; that is, once I know the object's key, deleting it takes an

Re: [appengine-java] datastore.delete() not deleting objects and not generating exceptions

2011-12-11 Thread Jeff Schnitzer
Yeah, if you're doing a delete by previously-known key I would expect constant time operation. I have no idea what might be causing your issue, sorry. Jeff On Sun, Dec 11, 2011 at 4:26 PM, Michael michael.ol...@gmail.com wrote: By what you wrote, I assume you're referring to the query speed,

[appengine-java] Lots of aborted requests since switching to HR

2011-12-11 Thread Kyle Baley
We switched to High Replication last night (details will be in another post) and in the last almost 24 hours we've received 356 warnings in the logs: Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster

[appengine-java] Master/Slave - High Replication migration experience

2011-12-11 Thread Kyle Baley
I went through a Master/Slave - High Replication migration over the weekend and it didn't go well. Hoping I can get some info on if we did anything wrong but mostly wanted to relay the experience for others. I did a couple of test migrations the week before, running the migration tool through

[appengine-java] reading html stream

2011-12-11 Thread mike
Hi, I am trying to make some application for google app engine. I am trying to get data from this url http://streamerapi.finance.yahoo.com/s treamer/1.0? s=EURUSD=Xk=l10,t10,g00,h00,v00,j10callback=parent.yfs_u1fmktmcb=parent.yfs_mktmc bgencallback= parent.yfs_gencbr=0 The problem is that

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

2011-12-11 Thread buzzjourney
Hi App Engine Team, I've started getting random 500 responses with Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently,

[appengine-java] Say Hello button in emulator (after login) says, Contacting Server but never returns with msg.

2011-12-11 Thread madox mcallister
After signing in, connecting to the cloud, and pressing the Say Hello in the emulator (2.2), the emulator returns and just hangs with message, Contacting Server, but never returns with the expected round-trip message, Hello, my-email, This is in debug mode as Local App Engine Connected

[appengine-java] Reg: Signin using Eclipse - deploying a java web application to Google app engine

2011-12-11 Thread kamakshi B
Hi, I am trying to deploy a java web application to google app engine as per http://code.google.com/eclipse/docs/getting_started.html When i try to signin to google using eclipse i get the following exception Could not sign in. Check that your computer's date and time are correct; sign-in

[appengine-java] Android to Server: No return message from server to Android Device emulator in debug mode.

2011-12-11 Thread madox mcallister
I've been able to setup Eclipse with the GE plug-in, install the Android SDK, and load them into Eclipse. When I run in debug mode and launch the (2.2) emulator, I press the Say Hello button to test the roundtrip message but I do *not*get the return message including my email. I've been trying to

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

2011-12-11 Thread buzzjourney
Hi App Engine Team, I wanted to add more info for this issue. My App is in Development. I am experiencing this issue when there is no load. (max 2 concurrent requests and I see there are 3 live instances). Over the past 24 hours I got this error for ~8% of the requests. This is not the first

Re: [appengine-java] Re: Securing cron urls / task urls using UserService and not using web.xml

2011-12-11 Thread Raphael André Bauer
On Sat, Dec 10, 2011 at 6:26 AM, BoulderGae sc...@scmlabs.com wrote: The user service will always return null when cron is calling.  The way to tell that cron is calling is to check for the X-AppEngine- Cron header.  It is set by the cron service and is stripped from all other calls to your

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

2011-12-11 Thread cakowundu
W Sent from my BlackBerry® smartphone provided by Airtel Nigeria. -Original Message- From: buzzjourney l...@buzzjourney.com Sender: google-appengine-java@googlegroups.com Date: Sun, 11 Dec 2011 22:21:27 To: google-appengine-java@googlegroups.com Reply-To: