[google-appengine] Re: Gae is down ?

2009-06-27 Thread Devel63
Still problematic here; haven't been able to upload new version for a couple of hours. On Jun 26, 9:58 pm, cz czer...@gmail.com wrote: Can't upload a new version either: 500 internal server error The dashboard is inaccessible as well. App is slow but works. On Jun 26, 9:55 pm, gg

[google-appengine] Re: Gae is down ?

2009-06-27 Thread John
It's down for the last 45 minutes! :) On Sat, Jun 27, 2009 at 2:12 PM, Devel63 danstic...@gmail.com wrote: Still problematic here; haven't been able to upload new version for a couple of hours. On Jun 26, 9:58 pm, cz czer...@gmail.com wrote: Can't upload a new version either: 500 internal

[google-appengine] Re: Random Datastore Timeouts?

2009-06-27 Thread Brandon Thomson
Timeouts are normal, you have to program your app to deal with them... The deployment problem right now is separate. On Jun 27, 12:23 am, Stephen Mayer stephen.ma...@gmail.com wrote: Also noticing random errors in the appengine control panel ... Looks like this: Server Error A server

[google-appengine] Re: Random Datastore Timeouts?

2009-06-27 Thread Paul Kinlan
The datastore is readonly mode at the moment is it not? http://code.google.com/status/appengine 2009/6/27 Brandon Thomson gra...@gmail.com Timeouts are normal, you have to program your app to deal with them... The deployment problem right now is separate. On Jun 27, 12:23 am, Stephen Mayer

[google-appengine] Re: upload_data authentication problem

2009-06-27 Thread John
Hi Nick, Does this mean that if my app is set to allow authentication from all Google Account, I will not (with any e-mail) use Bulk Loader. Essentially, this means bulk loader will not work with these type of applications? If that is so, how do I upload existing data I have from a previous

[google-appengine] Re: bugs in index?

2009-06-27 Thread buger
and this 2 queries return one result! i mean queries in first message On Jun 27, 1:19 pm, buger leons...@gmail.com wrote: Oohh, it's more interesting problem than i though. I rebuild my indexes, and this 2 queries return one result! Let's look: SELECT * FROM Video WHERE artist = Key

[google-appengine] BlazeDS Spring Flex not working and no exceptions in log

2009-06-27 Thread steven.head...@gmail.com
I have followed these instructions to build my Flex+BlazeDS+Spring application: http://java.dzone.com/articles/flex-remoting-google-app. The app works find within eclipse, but when uploaded to the cloud it stop working and provided no log information other than: - - [27/Jun/2009:06:31:27 -0700]

[google-appengine] Re: Transactionally updating multiple entities over 1MB

2009-06-27 Thread Andy Freeman
Does that mean that db.put((e1, e2, e3,)) where all of the entities are 500kb will fail? Yes. Thanks. I'll take this opportunity to promote a couple of related feature requests. (1) We need a way to estimate entity sizes http://code.google.com/p/googleappengine/issues/detail?id=1084 (2)

[google-appengine] Re: Random Datastore Timeouts?

2009-06-27 Thread Stephen Mayer
I've noticed that the put request often eventually returns even though the app thinks there's a timeout. This means that an automatic retry would be a bad idea ... what sort of error message do you return to users when datastore may have saved your data ... but we're not sure ... ? Is this an

[google-appengine] Lots of errors, using tasks to delete all the data of an app, is my experience typical?

2009-06-27 Thread gae123
I am sharing my experience of deleting all the data of one of my apps. We are talking about 500MB spread over about a few thousands records and about 15 Models. The summary is that it worked but caused many errors and depleted my CPU time, read on for the details... The approach was pretty

[google-appengine] The queued task never executes, and see 302 in the logs, what am I doing wrong?

2009-06-27 Thread gae123
Well this is a tip about an issue that took me a while to troubleshoot. If your app.yaml file has secure: always at the URL of a task (possibly because it is also a WEB entry point) the task will fail to execute and you will just see a redirect/302 in the request logs. Then the task will be