Re: [google-appengine] URLFetch service issues?

2013-07-23 Thread Vinny P
On Tue, Jul 23, 2013 at 10:02 AM, Jeff Schnitzer wrote: > Anyone else seeing problems with URLFetch? Last night we saw a lot of > exceptions like this: > > Caused by: java.io.IOException: Could not fetch URL: https://urlredacted > at > com.google.appengine.api.urlfetch.URLFetchServiceImpl.

Re: [google-appengine] Memcache Fishyness - 7/18/2013 @ 438pm EST

2013-07-23 Thread Vinny P
On Sun, Jul 21, 2013 at 7:38 PM, Jeffery Fernandez < jefferyfernan...@gmail.com> wrote: > I have implemented memcached for my project as well, but different > environment (php). Though I can't find the capabilities API for php. Do I > just catch the exceptions (what?) and not worry about checking

Re: [google-appengine] Scheduled Backup produces zero length files

2013-07-23 Thread Ryan Huebsch
One possible cause is some shards did not have any data to process and produced 0B files. Does the total size across all the files add up to approximate size for that kind (datastore statistics in the admin console can provide you this value). If it is not adding up, please provide your appId and t

[google-appengine] Re: Capabilities API for PHP

2013-07-23 Thread Stuart Langley
As PHP only runs on the HRD datastore, you don't need to worry about the datastore being flipped into read only, which is really the only purpose of the capabilities API these days. Proceed on without worrying about it. On Tuesday, 23 July 2013 16:47:58 UTC-7, Jeffery Fernandez wrote: > > Hi al

Re: [google-appengine] Error code 121

2013-07-23 Thread Vinny P
On Thu, Jul 18, 2013 at 7:19 AM, husayt wrote: > Since last 12 hours we get this error all the time: > > 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. (Erro

[google-appengine] Lots of 500's served tonight

2013-07-23 Thread GAEfan
My app started serving 500s tonight, with no changes to the code for many days. It is telling me exit_code=121 If I continue to refresh, eventually the page loads. Seems the instances are crashing at spinup. One instance appears in the admin console dashboard, but if I click on the instances

Re: [google-appengine] Google app engine Python, problem rendering index.html

2013-07-23 Thread Anbarasan Gangadaran
HI Alen, It should be self.response.write(html) instead of self.render(html). you can go through the Hello Worldexamples in the docs to know more. Regards Anbarasan On Wed, Jul 24, 2013 at 3:31 AM, Alen

[google-appengine] Capabilities API for PHP

2013-07-23 Thread Jeffery Fernandez
Hi all, I have been looking at the AppEngine Roadmap [1] but not found any indication of plans for work on PHP environment. I am particularly interested in the *Capabilities API* as I would like to make sure my app doesn't fall over when it is ready for production. Is this the definitive document

Re: [google-appengine] Please help! "Invalid runtime or the current user is not authorized to use it."

2013-07-23 Thread Brian Quinlan
Hi, The PHP runtime is currently in Limited Preview - so before you can upload your application you'll need to register it at https://gaeforphp.appspot.com/ Cheers, Brian On 23 July 2013 15:03, Nitin Manchanda wrote: > Hi, > > I'm a registered user of google apps engine and i have created an >

[google-appengine] Please help! "Invalid runtime or the current user is not authorized to use it."

2013-07-23 Thread Nitin Manchanda
Hi, I'm a registered user of google apps engine and i have created an application which i am using in my app.yaml configuration file, but when i am trying to deploy my php app on production box, it shows the following error and stops me there: *$ appcfg.py update . Host: appengine.google.com A

[google-appengine] Google app engine Python, problem rendering index.html

2013-07-23 Thread Alen Masic
Hello I developed app using html5 and php. Since php is not yet fully supported on google app engine I would like to change my php code to python because I have 8 lines of php code. Problem is, I'm total noob with python. I'm used to make index.html and that run fine with php, but when I try to

[google-appengine] The "MongoDB" in GAE

2013-07-23 Thread xybrek
I'd like to share: Mungo the MongoDB inspired Datastore API that works with GAE/J A showcase can be accessed: Here Fork it @ GitHub -- You received this message because you are subscribed to

[google-appengine] Re: Keep forwarding to admin/configure.jsp

2013-07-23 Thread Vinny P
Hello again Cin, On Tuesday, July 23, 2013 3:03:10 AM UTC-5, Cin Ling wrote: > Is there a full coding documentation of GAE?? > like this "http://docs.unity3d.com/Documentation/ScriptReference/"; > If you mean the Java App Engine API docs, they're located here: https://developers.google.com/app

[google-appengine] Re: GAE/J - Completely lost on migrating from Files API to GCS Client Library

2013-07-23 Thread Jason Collins
Ya, it seems like all the bits and pieces are in place, but it's not quite all stitched together yet. Anxiously awaiting the future I can clearly see, especially the bits to do with automatic authentication via Service Accounts, j On Monday, 22 July 2013 15:34:14 UTC-6, Kaan Soral wrote: > > +1

Re: [google-appengine] Widespread transaction failures under 1.8.2

2013-07-23 Thread Jason Collins
Things seemed to return to normal last night, capping about 5 days worth of timing out datastore queries (basically grinding our system to a halt). Support is still investigating root cause. j On Monday, 22 July 2013 13:43:34 UTC-6, Jason Collins wrote: > > We've got all sorts of weirdness happ

Re: [google-appengine] GAE configuration for serving static website

2013-07-23 Thread Barry Hunter
> > 1) I want to add a mailsend python script which gets some params from CGI > (post) and sends mail, then prints some html back to browser. > > Personally would suggest using something like http://www.emailmeform.com/ so you dont need a script on your server. It sounds like it might be a bit com

[google-appengine] Where are search documents stored on the SDK?

2013-07-23 Thread Kaan Soral
There are sqlite databases for logs/datastore and their settings on the SDK However there is no "search documents" database, the kind of search document where you insert to an index Therefore when you reset the sdk, all search documents are wiped What am I missing here? -- You received this m

[google-appengine] ViewDoesNotExist Error

2013-07-23 Thread Shantanu Bhowmik
I'm porting a django application that works fine on my box, to appengine. I keep getting this error: Tried main_page in module dashboard.views. Error was: type object 'XXX' has no attribute 'YYY' XXX is a class that actually doesn't have an attribute called YYY, but no where in the main_page

[google-appengine] Scheduled Backup produces zero length files

2013-07-23 Thread chris
Hi guys, I'm using the scheduled backup from https://developers.google.com/appengine/articles/scheduled_backups on a decently sized datastore. I have it set to run a backup to google cloud storage once per week, but looking at the most recent backup from yesterday, some 37% of the backup files

[google-appengine] GAE configuration for serving static website

2013-07-23 Thread Михаил Шестаков
Hi everyone! I want to deploy a v2 of my simple static website to Google App Engine. I don't know Python / Yaml, but I'm skilled enough to read docs and copy/past/modify bits of code. I have already successfully deployed my project here: http://www.centremonta.ru/ using a very simple YAML appl

Re: [google-appengine] Re: Google App Engine SDK 1.8.2 is now available!

2013-07-23 Thread PK
You are right, it looks like they broke it with the introduction of modules. I just starred it. Scary, no test case for such a key SDK page? In software there is only one thing you can do wrong, regressing it. Along the lines of the messages Google sends on production issues postmortems, I woul

Re: [google-appengine] Re: Google App Engine SDK 1.8.2 is now available!

2013-07-23 Thread Nijin Narayanan
Unable to view cron jobs from SDK admin interface. Works fine after rollback to 1.8.1 Issue : http://code.google.com/p/googleappengine/issues/detail?id=9665 -Nijin Narayanan On Fri, Jul 19, 2013 at 8:45 AM, Jeffery Fernandez < jefferyfernan...@gmail.com> wrote: > This is excellent! > > > On

[google-appengine] URLFetch service issues?

2013-07-23 Thread Jeff Schnitzer
Anyone else seeing problems with URLFetch? Last night we saw a lot of exceptions like this: Caused by: java.io.IOException: Could not fetch URL: https://urlredacted at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:137)

[google-appengine] Re: Keep forwarding to admin/configure.jsp

2013-07-23 Thread Cin Ling
Dear Vinny.. Is there a full coding documentation of GAE?? like this "http://docs.unity3d.com/Documentation/ScriptReference/"; I'm using unity as my client application.. Since GAE doesn't support all java function, a documentation like this is very useful.. Thanks.. -- You received this message