Questions tagged [google-managed-vm]

Google App Engine Flexible Environments let you run Google App Engine applications on configurable Google Compute Engine VMs. The VM hosting environment offers more flexibility and provides more CPU and memory options.

You can use either standard runtimes or build a custom runtime even with custom operating systems via Dockerfiles to host your application. See the official site for more info.

72 questions
0
votes
1 answer

Scripts executed multiple times running on Google Managed VM's

I'm fairly new at google cloud and node. Based on Google's recommendation (the requirement to watch Firebase at all times) I deployed managed VM node app, instead of just app engine. There are now 22-23 instances every time I deploy. Is this…
SIr Codealot
  • 5,331
  • 9
  • 33
  • 45
0
votes
1 answer

GCE managed VM: how to configure the number and location of instances? (nodejs)

Okay so I am testing a hello world application with node.js and gce vm instance. This is the tutorial I followed: https://cloud.google.com/nodejs/getting-started/hello-world When created the app following the tutorial, it created 20 vm instances…
tipsywacky
  • 3,374
  • 5
  • 43
  • 75
0
votes
1 answer

Docker image prevents VM deployment

I have interrupted a mvn gcloud:deploy command and I couldn't redeploy because this error message kept coming up. I had deleted all self generated buckets from GCS, but still no different outcome from this. [INFO] If this is your first deployment,…
0
votes
1 answer

Deploy App Engine Managed VM for Java to non-default network

While deploying a Java application to App Engine Managed VM (using gcloud preview app...), I receive the following error: ERROR: (gcloud.compute.firewall-rules.create) Some requests did not succeed: The resource…
eCeleritas
  • 346
  • 2
  • 5
0
votes
2 answers

How Can You Determine When a Request Started on GAE Managed VM?

On Google App Engine, there are multiple ways a request can start: a web request, a cron job, a taskqueue, and probably others as well. How could you (especially on Managed VM) determine the time when your current request began? One solution is to…
speedplane
  • 15,673
  • 16
  • 86
  • 138
0
votes
1 answer

Managed VM not running Cloud SQL Proxy

Launching a Managed VM with a Java application, the following appengine-web.xml thmadmin-ben
DaBeeeenster
  • 1,481
  • 3
  • 16
  • 20
0
votes
2 answers

AppEngine Managed VM with Java and Cloud SQL

I want a Java Appengine Managed VM application to connect to a 2nd Gen Cloud SQL Instance. There are discrepancies in the documentation - I can't figure out if this is actually supported by Google or…
DaBeeeenster
  • 1,481
  • 3
  • 16
  • 20
0
votes
1 answer

Why gcloud preview app deploy don't update my app?

I can deploy a new app with 'gcloud preview app deploy' but if I change some code and deploy again I can't see the changes on my .appspot.com 'git push origin master' don't work too I'm using nodejs and google cloud shell inside browser.
0
votes
1 answer

Possible? How to setup VNC in a Google Managed VM Environment

I'm using Java but this isn't necessarily a Java question. Google's "java-compat" image is Debian (3.16.7-ckt20-1+deb8u3~bpo70+1 (2016-01-19)). Here is my Dockerfile: FROM gcr.io/google_appengine/java-compat RUN apt-get -qqy update && apt-get qqy…
Robert
  • 1,220
  • 16
  • 19
0
votes
1 answer

Deployment failed due to "Request had insufficient authentication scopes"

I created new VM instance (jenkins-server) on project1 and I installed jenkins server on it . one of the jenkins jobs should build my app and deploy it on project2 with the following command mvn gcloud:deploy -Dgcloud.gcloud_project=project2…
0
votes
1 answer

Java Google AppEngine Managed VMs: What logs are obtainable through the Logging API?

I like that I can use the Logs API (described here: https://cloud.google.com/appengine/docs/java/logs/) to programatically access and display app & request logs as I see fit--it's great. Now that I'm using Managed VMs on AppEngine you can see on…
0
votes
1 answer

java.lang.RuntimeException: Failed to generate quickstart-web.xml

Managed VM's require in your appengine-web.xml or it's app.yaml equivalent: And you use try to deploy you get this RuntimeException, what's going on?
0
votes
1 answer

Django Manage.py Migrate from Google Managed VM Dockerfile - How?

I'm working on a simple implementation of Django hosted on Google's Managed VM service, backed by Google Cloud SQL. I'm able to deploy my application just fine, but when I try to issue some Django manage.py commands within the Dockerfile, I get…
0
votes
1 answer

How to add C libraries to Python appengine

I have a Python GAE application which also uses Google Compute Engine VM instances. I'm trying to run some 3rd party applications from the shell. When I launch the Google Cloud Shell program and type pwd, the path shows: /home/ but when…
0
votes
0 answers

How do I resolve gcloud gmail-api watch 400 (Bad Request)?

Context: Following instructions (here) for setting up GMail push notifications; and (here) for setting up a GMail Watch on a Pub/Sub topic. (Pub/Sub topic and subscription has already been created; API client access to the app has been granted in…
Lindauson
  • 2,963
  • 1
  • 30
  • 33