[google-appengine] Index Building seems to be stuck

2013-01-09 Thread John Del Rosario
Hello, I added a new index to my app and it's been building for a couple of hours now. I think it may be stuck. Posting here via https://developers.google.com/appengine/kb/general?hl=en#stuck_indexes Thanks, John -- You received this message because you are subscribed to the Google Groups "

[google-appengine] Re: GAE keeps starting new instances causing lots of user facing loading requests

2013-01-09 Thread Jim Briggs
I'm having the same problem and have been having it for at least a week. Instances get started while other instances are not being used. I wonder what the commonality is between your and my problem. I'm also using a custom domain. I've tried different configurations of idle instances and pe

Re: [google-appengine] Re: Urgent, Need Help: Instances are shutting down after a couple minutes of inactivity.

2013-01-09 Thread Mike Brown
I'm experiencing this problem as well and can not demo my app. app id: gobandpass For me each request is starting a new instance thus causing long response times. I am in development and therefore the only person on the app. So I can clearly see for each client request a new instance is being

[google-appengine] Error 302 on downloading appengine source code

2013-01-09 Thread sofia
Hi, When attempting to download the source code this is what I get appcfg.py download_app --insecure -A appid . 12:34 AM Host: appengine.google.com 12:34 AM Fetching file list... Error 302: --- begin server output --- --- end server output --- The app is in 2.5, locally I have 2.7. Can anyone

Re: [google-appengine] Re: need urgent help

2013-01-09 Thread Vik
i do not have this file at all in my workspace. plz advise Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Wed, Jan 9, 2013 at 5:28 AM, Thiago Catoto wrote: > Hi Vik, > > Can you post your persistence.xml? > > Do you have this line on it? (Or some think like i

[google-appengine] Re: Cannot read data from datastore that has just been persisted

2013-01-09 Thread AndyD
This might help: http://stackoverflow.com/questions/12358372/how-to-junit-test-entity-persistence-with-hrd-w-o-parent-relationship If you're using Eclipse, the "unapplied job percentage" is specified in the App Engine tab of the Run Configurations dialog. -Andy On Wednesday, January 9, 2013 1

Re: [google-appengine] Infinity start backend by a cron job

2013-01-09 Thread Takashi Matsuo
Okay, I noticed that the cron job in question was stopped because you had consumed the daily free quota for the backend usage on Jan 5. I think the following errors were made by the retry logic of our task queue service. Is that the case? Are you invoking any tasks within the cron job itself? If s

Re: [google-appengine] Infinity start backend by a cron job

2013-01-09 Thread Takashi Matsuo
Hi José, Your cron entry has a target 'clean-db', but the log indicates the backend name is clean-bd. Which is correct? How long does the cron job take BTW? I think the reason why your free quota was consumed is that the cron job took 13h, wasn't it? However, those errors seem weird to me too. I'

Re: [google-appengine] Exporting data into PDF cannot support by Google app engine

2013-01-09 Thread Takashi Matsuo
Hi Manoj, For older version of iText, you need to patch it or use an altered version specific to App Engine. Here is an instance of such a version(sorry it's a Japanese article though): http://d.hatena.ne.jp/kaorumori/20091125/1259149632 Additionally, it seems that you can use iText5 with App Eng

[google-appengine] Cannot read data from datastore that has just been persisted

2013-01-09 Thread Dirk Vranckaert
I'm building some kind of synchronization service on AE (I'm still in my first month of GA experience) and the first step in my sync process is to sync a bunch of projects. I do checks if I have to persist the project, update the project or just ignore the incoming project. Next step is to sync

[google-appengine] Re: Getting Access-Control-Allow-Origin header for images stored in Appengine Blobstore for use in canvas tag.

2013-01-09 Thread youri
I was looking for the exact same feature, apparently is has not been implemented yet. I assume you were referring to this request? http://code.google.com/p/googleappengine/issues/detail?id=5059 On Saturday, February 25, 2012 9:20:38 PM UTC+1, andrew wrote: > > We have a feature request in for co

[google-appengine] Infinity start backend by a cron job

2013-01-09 Thread José Luis Montesinos González
Hello, I developed an app with GAE/J and I created a cron job like this: /cron/v1/cleanDB Clean Data Base every day 04:00 clean-db Also, I defined this backend: B1 true My cron job and backend are always working fine, but one day when the c

Re: [google-appengine] Re: need urgent help

2013-01-09 Thread Thiago Catoto
Hi Vik, Can you post your persistence.xml? Do you have this line on it? (Or some think like it?) On Tue, Jan 8, 2013 at 8:19 PM, Vik wrote: > some please help us on this issue > > Thankx and Regards > > Vik > Founder > http://www.sakshum.org > http://blog.sakshum.org > > > On Mon, Jan 7, 20

[google-appengine] Re: GAE keeps starting new instances causing lots of user facing loading requests

2013-01-09 Thread Francois Masurel
The problem is still there : We can see above a 7 seconds user-facing loading request. Francois On Saturday, November 17, 2012 4:21:28 PM UTC+1, Francois Masurel