Re: [google-appengine] Memcache seems to be cleared periodically

2012-11-04 Thread devlike
"you can do a set in one line and get in the next line and have the value be not found." Yes, but when cached data is cleared too often, and too soon, it defeats the purpose of memcaching things. -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Google App Engine - Create a Engine not working

2012-11-04 Thread Deborah Ryan
I am receiving the special characters are not allowed message when trying to run the GAE...here is my response after choosing Deploy below. Anyone know the resolve for this? Thks 2012-11-04 21:18:33 Running command: "['C:\\Python27\\pythonw.exe', '-u', 'C:\\Program Files\\Google\\google_appengi

[google-appengine] Memory Issues

2012-11-04 Thread Jimmy Holmes
I have a paid account and I am running F4 front ends. Lately I have been getting out of memory consistently errors on requests that require moderately heavy processing. These request should work as they are merely processing a 1 MB file. Correct me if I'm wrong but F4 instances should be able t

[google-appengine] Cloud SQL: CancelledError: The API call rdbms.CloseConnection() was explicitly cancelled

2012-11-04 Thread Marcelo Pham
Hi, When using AppEngine with Cloud SQL, most queries run fine, but some queries give the error below. It's really hard to trace because it's sporadic. Anyone bumped into this issue before? Thanks! Marcelo Traceback (most recent call last): File "/base/python27_runtime/python27_lib/versions

[google-appengine] Appengine backend "DeadlineExceededError" error

2012-11-04 Thread Vivek More
We have a script that takes some time to execute. We have scheduled a cron job and use backend to run the job. Here's what the cron looks like: url: /cron/my_job_name target: mybackend schedule: every 30 minutes from 06:00 to 12:00 The cron job runs correctly as expected. But when I hit the url:

Re: [google-appengine] Google App Engine - Create a Engine not working

2012-11-04 Thread Joel Aniol
Hi Julie, i havent a Dashboard, the only thing that i can see is this here Am Sonntag, 4. November 2012 10:20:00 UTC+1 schrieb Julie: > *Please check your logs from the dashboard. They should give some > indication as to the cause of the error. > * > > > On 4 November 2012 17:17, Joel Anio

Re: [google-appengine] How to run 2 versions (go & java) of the same app at the same time in dev?

2012-11-04 Thread Robert Fischer
Could you create additional loopback adapters and bind to the different interfaces with two instances of the dev app server and specify which local loopback adapter (via IP address) to make the calls to to talk to the other version? This sounds like it might be more trouble than just using differen

[google-appengine] Can we have 2 versions (java & go) of an app in app.yaml?

2012-11-04 Thread Fred Janon
Is there a way to "package" two different versions of an app in the same project (app.yaml)? I would like to call the java part from the go part in the same app. Thanks Fred -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this

[google-appengine] How to run 2 versions (go & java) of the same app at the same time in dev?

2012-11-04 Thread Fred Janon
Is there a way to run locally two versions of the same app in two different languages (Java & Go)? The only way I can think of is to run the two apps on a different port. But I would like to call one app from the other one without having to specify the port. Any suggestion? Thanks Fred -- You

Re: [google-appengine] Google App Engine - Create a Engine not working

2012-11-04 Thread Julie Smith
*Please check your logs from the dashboard. They should give some indication as to the cause of the error. * On 4 November 2012 17:17, Joel Aniol wrote: > Seems there is a Problem with the App Engine > everytime i hit "Create Application" (https://appengine.google.com/start) > i got the Error me

Re: [google-appengine] How to migrate an app to HRD and keep its application id?

2012-11-04 Thread Fred Janon
Thanks Dan. I wanted to save an app (against the total count of 10), but reading some other posts, I realize that's probably a moo point. Fred On Fri, Nov 2, 2012 at 10:46 PM, Dan Holevoet wrote: > The final step of the HRD migration will alias your old app ID to the new > one. A visitor to foo

[google-appengine] Re: Go Lang everything in a single source?

2012-11-04 Thread Roger Bolton
Have a look at the documentation: http://golang.org/ref/spec#Source_file_organization A way more power full way of combining source code files into a complete program. a choice of package clause and import declarations. app.yaml stays alone to describe to GAE the purpose of the application. m

[google-appengine] Google App Engine - Create a Engine not working

2012-11-04 Thread Joel Aniol
Seems there is a Problem with the App Engine everytime i hit "Create Application" (https://appengine.google.com/start) i got the Error message Server Error A server error has occurred. *Return to Applications screen ยป* Sincerly Deex -- You received this me