Questions tagged [google-app-engine-launch]

The Windows and Mac OSX Python SDKs include an additional development tool called the App Engine Launcher. This tool provides a simple graphical interface to create projects, run them locally, and deploy them to Google's App Engine servers. It can be used in place of the dev_appserver and appcfg command-line tools.

13 questions
5
votes
5 answers

Google App Engine Launcher Python Path

When I install the Google App Engine SDK and run the launcher, it asks me to configure the python location: And when I open Preferences, it asks for a path to a python executable: Which path should I insert and what is the…
3
votes
1 answer

App Engine 404 during deployment with appcfg.py

Whenever I deploy my project with app_cfg.py, there's a 3-4 second period of time where our project returns a 404 not found error. I thought this could be avoided by having multiple machines up and running. In the cloud console, it shows only one…
3
votes
0 answers

can't start googleappengine launcer .format(module_configuration.env, _ALLOWED_RUNTIMES_ENV_FLEX

Following this tutorial https://cloud.google.com/php/tutorials/wordpress-app-engine-flexible Every thing goes well. When i start to run googleAppEngineLauncer it throws this error in the last line of logs. .format(module_configuration.env,…
khan
  • 1,099
  • 1
  • 11
  • 21
2
votes
2 answers

Google App Engine Launcher - CGI / FastCGI has stopped working

Using the Google Identity Toolkit SDK for Php with Google App Engine Launcher causes this error to appear. 'CGI / FastCGI has stopped working'. As soon as you implement: Gitkit_Client::createFromFile('/gitkit-server-config.json'); The crash will…
George Bittmann
  • 143
  • 2
  • 11
2
votes
2 answers

google app engine launcher won't deploy application: says application does not exist

I can deploy from the command line using this command: appcfg.py --no_cookies --oauth2 --email=myemail --noauth_local_webserver update . noauth_local_webserver is what is letting me deploy because it gives me an access token at a location I can…
user2738183
2
votes
3 answers

Google app engine stuck deploying with appcfg

Google app engine refuses to deploy my latest build, and looking at the releases list, I can see that another build has been 'deploying' for the better part of a week. Google doesn't offer support anymore for this without paying for it, but this is…
1
vote
1 answer

Java App Engine Project in eclipse return Server App Engine Standard at Localhost failed to start

I'm working on a Java App Engine application using Java 7 in Eclipse Photon. I have an existed App engine Java web application received from one of our developers when I create a new App engine standard project and import this project and try to run…
1
vote
1 answer

Google App Engine Launcher Windows - Extra Command Line Flags

I'm using Google App Engine Launcher with SDK release 1.9.40 for Windows. It seems that I am unable to save extra command line flags for my application in my application settings. Any flags I write in "Launch Settings" don't save after…
yoonjesung
  • 1,148
  • 1
  • 9
  • 24
1
vote
1 answer

Annoying new confirmation page in Google App Engine Launcher

After upgrading to GoogleAppEngineLauncher 1.9.18 and clicking on the Deploy button, a new tab appears in the browser with a page reading: Google App Engine appcfg would like to: * View and manage your applications deployed on Google App Engine *…
Brent Washburne
  • 12,904
  • 4
  • 60
  • 82
0
votes
1 answer

AppEngine class found on local but not when deployed

For some reason, this perfectly works on my local development server but when I deploy it to google I get the following error: PHP Fatal error: Class 'PHPOnCouch\couchClient' not found in…
0
votes
1 answer

FCM XMPP java server app

I want to deploy a FCM XMPP app on Google AppEngine. I'm using this library https://github.com/thelong1EU/fcmxmppserver but I'm new on this backend side so I need some help. I managed to deploy it but it doesn't run. I don't know how to make the…
0
votes
1 answer

Adding multiple accounts for "You do not have permission to modify this app" error

I have two google app engine accounts. One for business and one for personal. In my GoogleAppEngineLauncher, I have a mix of these app engines on the same computer. Whenever I want to deploy these apps, I have to go into the terminal and remove my…
bryan
  • 8,879
  • 18
  • 83
  • 166
-1
votes
1 answer

Google app engine Launcher (PHP) / Eclipse - Deleting all my files

Im developing (trying to) an app with google app engine for PHP. Im using Eclipse to edit the files and the google app engine launcher to run the project. The thing is that everytime that i turn my computer offf, when i turn it back on and i check…