Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-23 Thread muhammad . taiyab
I am again facing this error on my few applications. More than 12,000 hits failed with this error in last 24 hours (about 26%) on my billing enabled instance. Can anyone tell me what is happening? On Thursday, August 22, 2013 5:08:43 PM UTC+5, muhamma...@k2-labs.com wrote: > > I am not sure abou

[google-appengine] Re: Unable to connect to GAE apps due to Timeout errors

2013-08-23 Thread muhammad . taiyab
Today also observed few following errors. "A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. (Error code 121)" My live users are getting affected by this. Any help

[google-appengine] Re: Confusing message about GAE's datacenter relocation

2013-08-23 Thread timh
He Jeff Did you see this sentence *"**For the en masse migration to our new datacenters, we prepared for this situation by replicating the historical load data from each old datacenter to the each new datacenter for use by the new scheduler* " It suggests more than one datacenter was moved. Ma

[google-appengine] Re: Confusing message about GAE's datacenter relocation

2013-08-23 Thread timh
Maybe location doesn't mean singular datacentre but could refer to multiple datacentres in a region/location? It would be interesting to find out more. T On Friday, August 23, 2013 7:19:45 PM UTC+8, timh wrote: > > He Jeff > > Did you see this sentence *"**For the en masse migration to our new

[google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-23 Thread Vijay Kumbhani
For python , -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appe

[google-appengine] how to deal with this status

2013-08-23 Thread miaoyaji
Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. what shouls I do with this ? -- You recei

[google-appengine] its blank

2013-08-23 Thread Paulus Tanuwijaya
can anybody help me. I am new to phyton and just try it today. i am trying to write a simple program from the example from the web but it doesnt work first it gave error "Could not initialize images API; you are likely missing the Python "PIL" module. ImportError: No module named PIL" then

[google-appengine] Facing Issues to upload and deploy my application code.

2013-08-23 Thread rakesh yadav
Hi all, I'm new to Google App Engine. I just want to create an application on java and need to test it. *When I'm trying to deploy my project its saying page not found. I found that some other supporting pages also missing.* Includes https://developers.google.com/appengine/appcfg and etc. Now my

[google-appengine] can help me out..

2013-08-23 Thread James Ivan Pilapil
im trying to create a test about making a ranking web and im already done with the web but i dont know how to put the sites in place and count the number of visits/clicks the visitors do can anyone help me -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] how to do it.

2013-08-23 Thread James Ivan Pilapil
can anyone help me with the website im making using slim3...im maing a ranking game system website and i already build my website but how can i add the games and rank them according to the number of visits/downloads?? -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] GCS client library constantly running into urlfetch issues

2013-08-23 Thread Ye Yuan
If I guessed it right, that bug has been fixed and pushed out. http://stackoverflow.com/questions/17759843/appengine-cloudstorage-python-library-timeout-issue/17795075?noredirect=1#comment26927641_17795075 On Tuesday, August 20, 2013 7:18:08 PM UTC-7, rdodev wrote: > > Yes, the 500's were coming

Re: [google-appengine] GCS client library constantly running into urlfetch issues

2013-08-23 Thread rdodev
Ye, I saw the commit, but if you look here: https://code.google.com/p/appengine-gcs-client/downloads/list you can see it has not been released yet. The check in date is Jul 26, 2013 whereas the latest release is June 5th. But I'll be in the lookout for next release. On Friday, August 23, 2013

Re: [google-appengine] IMAP using OAuth2 on App Engine

2013-08-23 Thread Charlie Fineman
Ah yes, thanks for reminding me... there is also a bug with the JavaMail 1.4.2 code in how properties sent to the session are handled. I ended up adding the lines 93-95 to the example provided on code.google.com (the 1.4.2 code does not properly honor the values passed in via the session factory.

Re: [google-appengine] how to do it.

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 9:46 AM, James Ivan Pilapil wrote: > im maing a ranking game system website and i already build my website but > how can i add the games and rank them according to the number of > visits/downloads?? > > Ranking according to the number of visits is easy, just use a sharded

Re: [google-appengine] Hanging on last Backend (or Module) memcache writes

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 1:36 AM, Julian Kent wrote: > Will do. Right now it is tough to catch these though, they only happen > ~20% of the time. It always seems to happen while I'm asleep :-/ Is there > some way of getting appstats to save to db so I can see it later? > 20% occurrence rate is m

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 2:38 AM, wrote: > I am again facing this error on my few applications. More than 12,000 hits > failed with this error in last 24 hours (about 26%) on my billing enabled > instance. Can anyone tell me what is happening? > > > Can you increase the number of idle instances

Re: [google-appengine] Facing Issues to upload and deploy my application code.

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 7:28 AM, rakesh yadav wrote: > > Hi all, I'm new to Google App Engine. > I just want to create an application on java and need to test it. > *When I'm trying to deploy my project its saying page not found. I found > that some other supporting pages also missing.* > Include

Re: [google-appengine] how to deal with this status

2013-08-23 Thread Vinny P
On Thu, Aug 22, 2013 at 11:37 PM, wrote: > > Error: Server Error > > what should I do with this ? > That error is for users to see, it's not the full error message. Assuming you are the developer of this application, go into your application console, hit the logs link on the left hand side navi

[google-appengine] how we can start Google app engine's web app via command line in windows

2013-08-23 Thread Vijay Kumbhani
please, give me proper syntax to start app engine app via command line in my pc -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr.

Re: [google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 7:21 AM, Vijay Kumbhani wrote: > How to view Google datastore locally? > > If you're talking about the development server, you can inspect the contents of the local dev_appserver's datastore by going to the path /_ah/admin. If you want to view the contents of your product

Re: [google-appengine] its blank

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 2:34 AM, Paulus Tanuwijaya wrote: > first it gave error >"Could not initialize images API; you are likely missing the Python > "PIL" module. ImportError: No module named PIL" > then i search the web and i found out i need to install PIL after i > install PIL it still d

Re: [google-appengine] how we can start Google app engine's web app via command line in windows

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 11:39 PM, Vijay Kumbhani wrote: > please, give me proper syntax to start app engine app via command line in > my pc > Are you starting the development server for your application or uploading your application to App Engine production? If you just need to start the deve