[google-appengine] Re: How can I know if the entity is created or just updated in post call hook?

2009-08-12 Thread Takashi Matsuo
Hi Nick, Nevermind. At last I can implement desired db_hook function. Thank you for the help. Regards, Detailed implementation is here(for those who is interested in): http://code.google.com/p/kay-framework/source/detail?r=688c802289158b1cdd1c00eda5c31218083ebcc1 On Tue, Aug 11, 2009 at 11:11

[google-appengine] Chat Time transcript for August 5, 2009

2009-08-12 Thread Jason (Google)
Last Wednesday, the App Engine team hosted the latest session of its bimonthly IRC office hours. A transcript of the session and a summary of the topics covered is provided below. The next session will take place on Wednesday, August 19th from 9:00-10:00 a.m. PDT in the #appengine channel on

[google-appengine] Re: Number of Entities in DataStore

2009-08-12 Thread Nick Johnson (Google)
Hi Adam, On Tue, Aug 11, 2009 at 5:12 AM, ajacks504adam.p.jack...@gmail.com wrote: Hi All, I'm really new to python and databases period, so please take it easy on me, im trying to learn.  im trying to roll my own energy monitor and i cant really figure out how to get the number of

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
On Tue, Aug 11, 2009 at 3:28 PM, Peechosan...@peecho.com wrote: Yes, I have run these commands, but the indexes are still stuck (again). Since the indexes are standard Bloog (and I don't see anybody else complaining), would it be worth a try to deploy the code into another app to see if it

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
On Tue, Aug 11, 2009 at 5:56 PM, Peechosan...@peecho.com wrote: I created an extra app, named peechobloog. The indexes get stuck in that one, too. However, I played around with the actual order of the indexes in the index.yaml file, and it seems that this index... - kind: Article  

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
The app you specify doesn't _have_ any indexes. -Nick Johnson On Tue, Aug 11, 2009 at 4:26 PM, Endriendri.de...@gmail.com wrote: Hi Nick I also have 3 indexes in my app (alin) which are stuck since two days in the building state. Could you please help me set them to the error state so I

[google-appengine] Re: Building index stucked

2009-08-12 Thread Nick Johnson (Google)
Hi Trong Dinh, You should be able to vacuum your indexes now. -Nick Johnson On Tue, Aug 11, 2009 at 9:04 AM, Trong Dinhnse...@gmail.com wrote: My app id is vietnamix by the way. On 10 Tháng Tám, 22:04, Nick Johnson (Google) nick.john...@google.com wrote: Hi Bryan, I've reset your

[google-appengine] Re: Indexes stuck in building

2009-08-12 Thread Nick Johnson (Google)
Sorry, my mistake. You should now be able to vaccum your indexes. -Nick Johnson On Wed, Aug 12, 2009 at 10:32 AM, Nick Johnson (Google)nick.john...@google.com wrote: The app you specify doesn't _have_ any indexes. -Nick Johnson On Tue, Aug 11, 2009 at 4:26 PM, Endriendri.de...@gmail.com

[google-appengine] Re: How to integrate Payment module with google app engine

2009-08-12 Thread Thomas Wiradikusuma
Hi neal, do they apply to international merchants? (e.g. AFAIK Google Checkout does not available for merchants in Asia). And regarding PayPal, is it ok to use Personal(?) account? On Aug 12, 12:55 am, NealWalters nealwalt...@nealwalters.com wrote: Your basic choices are: 1) Google Checkout

[google-appengine] google-app-engine-django

2009-08-12 Thread Andy
Hello Does anyone know what the current status of the google-app-engine- django project at http://code.google.com/p/google-app-engine-django/ All the downloads have been deprecated for a few weeks now, though it is possible to get more recent releases from subversion. Thanks Andy

[google-appengine] Re: google-app-engine-django

2009-08-12 Thread Ian Lewis
Andy, I believe the project's goal was to support django 1.0 on appengine but since 1.0 is now available there isn't much point to continuing the project. I think that the appengine folks plan to have django available on appengine without using google-app-engine-django Ian On Wed, Aug 12, 2009

[google-appengine] Re: Access from non-browser-based application?

2009-08-12 Thread Markus
Hi, On Aug 11, 8:02 pm, NealWalters nealwalt...@nealwalters.com wrote: This maybe what you are asking about?http://code.google.com/appengine/articles/remote_api.html indeed, this looks really good. :-) But the example doesn't work here. I'm running the guestbook example on localhost:8080

[google-appengine] Re: Access from non-browser-based application?

2009-08-12 Thread Nick Johnson (Google)
On Wed, Aug 12, 2009 at 2:08 PM, Markuspinky0...@googlemail.com wrote: Hi, On Aug 11, 8:02 pm, NealWalters nealwalt...@nealwalters.com wrote: This maybe what you are asking about?http://code.google.com/appengine/articles/remote_api.html indeed, this looks really good. :-) But the

[google-appengine] Re: Basic Event Tracking Question

2009-08-12 Thread Markitecht
Wait a second, am I right in sort of realizing that BigTable doesn't support rather basic database functions like counting and grouping entities based on certain criteria? In my example, I can implement the suggestion, but it seems silly; if i am tracking events that have several pieces of

[google-appengine] Re: Basic Event Tracking Question

2009-08-12 Thread Nick Johnson (Google)
On Wed, Aug 12, 2009 at 2:47 PM, Markitechtmarkite...@gmail.com wrote: Wait a second, am I right in sort of realizing that BigTable doesn't support rather basic database functions like counting and grouping entities based on certain criteria? That's correct, because they can't be implemented

[google-appengine] Making JDO/JPA enhanced classes work over GWT RPC

2009-08-12 Thread Mike
Does anyone have an example implementation of Ray Cromwell's article on Making JDO/JPA enhanced classes work over GWT RPC? (http:// timepedia.blogspot.com/2009/04/google-appengine-and-gwt-now- marriage.html) I am unable to get the second part of his code into my IDE without errors and am unsure

[google-appengine] Does the datastore API try on timed out reads as well as write?

2009-08-12 Thread bowman.jos...@gmail.com
After creating the ROTModel (retry on timeout Model) for gaeutiltiies, I learned the functionality I implemented was actually put into the base datastore API. If a write failed, it retries the write a few times before raising the Timeout exception if it continues to fail. In the trunk for

[google-appengine] Re: Basic Event Tracking Question

2009-08-12 Thread Andy Freeman
I just realized that I should have phrased this as a question. Is it true that updating a single entity more than once a second is problematic? How often can one single entity (using a transaction) with a low likelyhood of contention? If the answer depends on the number of indices it's in,

[google-appengine] Re: Basic Event Tracking Question

2009-08-12 Thread Nick Johnson (Google)
On Wed, Aug 12, 2009 at 5:35 PM, Andy Freemanana...@earthlink.net wrote: I just realized that I should have phrased this as a question. Is it true that updating a single entity more than once a second is problematic? Yes, though this is a 'soft' limit - in practice you may be able to do

[google-appengine] Cannot get to my dashboard

2009-08-12 Thread Joshua Smith
I am unable to get to the dashboard for any of my GAE apps. I get redirected to http://appengine.google.com/start which then goes into a redirect circle. In case it's relevant, we're switching our mail provider from another hosting company to google apps, and the email address which is now

[google-appengine] Re: Number of Entities in DataStore

2009-08-12 Thread sboire
I'm new to Python and GAE too, so bear with me if I'm saying something stupid. I read about how backups of whole GEA databases were made and the technique involves using both ordering and filtering to achieve an iterator on a large list. I principle it goes like this, you order the list, let's

[google-appengine] Re: help with cron...

2009-08-12 Thread mma
Hi there. Same problem here. I'm using Java. I had no trouble in uploading the project to app engine. The admin console log does show any errors... Anyone has an idea about this? Best regards, On Jul 29, 1:19 am, jonathan jricket...@gmail.com wrote: I think you should probably look in your

[google-appengine] Re: Number of Entities in DataStore

2009-08-12 Thread Neal Walters
Sboire, There is an offset parm on the fetch, so yes, you can get 1000 records at a time in a loop. I believe however this is discouraged because it will eat up your CPU quota, and potentially you could hit other limits and quotas. Imagine if you had 5 million records. Reading 1000 at a time

[google-appengine] Re: GAE costs more than 10 times than expected.

2009-08-12 Thread Sylvain
No you can't use Paypal. You have to use Google Checkout. So currently there is no alternative. On Aug 11, 1:42 pm, Juraj Vitko juraj.vi...@gmail.com wrote: Hi Sylvain, would it be possible for you to pay for App Engine hosting from a PayPal account (instead of the bank account), which you

[google-appengine] Re: How to integrate Payment module with google app engine

2009-08-12 Thread NealWalters
Sorry, I'm not sure about international merchants. You'll have to go to each vendor and check. Likewise, with Paypal, I have actually forgotten the difference between personal and business, because I've had a business account so long. Paypal will definitely take their cut, and you will probably

[google-appengine] Re: Sluggish Request Latency

2009-08-12 Thread Jeff S (Google)
Hi Martyn, The network topology between you and the App Engine server could also be a factor in this latency, so I might start by checking there. I'm also wondering how frequently you are making these requests. We're certainly interested in doing what we can to reduce overall latency, we've

[google-appengine] Re: Cannot get to my dashboard

2009-08-12 Thread Joshua Smith
The problem is bigger than I thought. I'm getting errors when I try to update my apps as well: HTTPError: HTTP Error 403: Forbidden Error 403: --- begin server output --- You do not have permission to modify this app (app_id=u'kaoncom'). --- end server output --- It appears that creating a

[google-appengine] Re: Cannot get to my dashboard

2009-08-12 Thread Joshua Smith
OK, so I found a post from Jeff S that said I should log in to appengine.google.com/a/my-domain and that fixed things so that now I can get into the dashboard. However, I'm still getting the 403 when I try to update the app. Help? --~--~-~--~~~---~--~~ You

[google-appengine] Re: Fetching gzipped resource, but comes out unzipped.

2009-08-12 Thread edvakf
I found the part of the code where gzip file was magically unzipped. /Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ google/appengine/api/urlfetch_stub.py =

[google-appengine] Re: help with cron...

2009-08-12 Thread mma
Correction: there are no errors shown in the app engine log. On Aug 12, 4:06 pm, mma marco.m.al...@gmail.com wrote: Hi there. Same problem here. I'm using Java. I had no trouble in uploading the project to app engine. The admin console log does show any errors... Anyone has an idea about

[google-appengine] Re: Number of Entities in DataStore

2009-08-12 Thread sboire
True indeed it will timeout if you try to do them all in the same request. The trick is to return the last entry info of the bunch of 1000 records as part of the request response and then query another time for the next 1000. Still, as you mention., there is a huge bandwidth and CPU hit to do so.

[google-appengine] Re: Building index stucked

2009-08-12 Thread Trong Dinh
Thank you very much Nick. I have vacuumed my indexes and have none configured now in the admin console. Yet I am unable to update with new index configuration (Server 500 errors). I vaguely suspect this has something to do with my total index count is set at the limit. Can you or someone @GAE

[google-appengine] Re: DownloadError: ApplicationError: 5

2009-08-12 Thread condor
Hi, Jeff. I hope that the execution time of Spreadsheet API become short as good as indicating a row_id. When I indicate the follow parameter. row_query = gdata.spreadsheet.service.ListQuery() row_query.start_index = str(1) row_query.max_results = str(1) Please tell me that you can

[google-appengine] Possible problem with Datastore

2009-08-12 Thread Ankur
Hello All, I am facing some weird problem while doing some processing through AppEngine's RemoteAPI. Here is the scenario: * I have more 600k entries in a table in datastore. I am using a sharded counter which gave me this count information. * I am trying to iterate over ALL entries in my

[google-appengine] Re: Cannot get to my dashboard

2009-08-12 Thread ego008
some time GAE dosn't working 2009/8/13 Joshua Smith jesm...@kaon.com Since help is not forthcoming (!) I created a new account in my google apps world, and invited that account to join. For a bunch of my apps, that worked. I can see the apps and I can update them, as long as I use that