Skip to main content

Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers. Google App Engine is a Platform as a Service (PaaS) offering for Java, Python, Go, Node.js, and PHP in its standard environment. Runtimes for a few other languages as well as docker-based custom runtimes are supported in its flexible environment.

0 votes
1 answer
45 views

Why can't we deploy to the app engine with nodejs version 20?

Since this morning we are not able to deploy to the app engine on GCP. We recieve this kind of error message. ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your ...
Olivier Pacqueu's user avatar
0 votes
0 answers
16 views

Google Compute Auto Deletes /etc/init.d/Script Custom Script

I created a my own init.d script: using bash on command shell: sudo nano /etc/init.d/myscript Here is my script: #!/bin/sh case "$1" in start) echo "Starting my script" /usr/...
user914425's user avatar
  • 16.5k
-2 votes
0 answers
12 views

max_burst_size and bucket_size in google taskqueue, Whats the difference and why are the needed? [closed]

https://www.googlecloudcommunity.com/gc/Developer-Tools/max-burst-size-and-bucket-size-in-taskqueues/m-p/779853#M2572 While creating a queue via queue.yaml whats the need of bucket_size and ...
Tushar Agarwal's user avatar
0 votes
1 answer
62 views

whitenoise module not found in production

Error: I ran into this error when trying to deploy my Django app using GAE using these instructions GAE for Django: ModuleNotFoundError: No module named 'whitenoise'. The error occurs when starting ...
Ledge's user avatar
  • 23
0 votes
1 answer
121 views

Error during `gcloud app deploy` for GAE app: "Failed to create cloud build: invalid bucket"

After creating a new Google Cloud project and following all steps carefully from this documentation to create & deploy a new GAE app, gcloud app deploy yields the following error: ╔════════════════...
myconode's user avatar
  • 2,585
0 votes
1 answer
28 views

Deploying GAE Node-JS app using gcloud app deploy fails at build step 2

I have recently updated the node-js version from 4.x to 20.15.1 In the package.json I use this as the engine : "engines": { "node": "20.15.1" }, Now when I use ...
dompardoe's user avatar
0 votes
1 answer
64 views

how to conver new key into old in python3 ndb

Here my code new_key= ndb.Key(urlsafe = request.user_key) this is written in python3 ndb this will return us key and we change in urlsafe key = new_key.urlsafe() key.decode(encoding="utf-8&...
Jaskaran Singh's user avatar
0 votes
0 answers
34 views

Google App Engine standard cron job fails

I have a cron.yaml file in Google AppEngine standard environment: cron: - description: "some_description" url: /some_url/ schedule: every 60 mins from 05:00 to 18:00 The same syntax ...
Vit Amin's user avatar
  • 634
0 votes
1 answer
34 views

Where is nginx.conf kept on Google App Engine flexible environment?

I am getting nginx.error: client intended to send too large body so I'm trying to fix by making changes to nginx.conf. This is in a Google App Engine that uses Django and deploys to the flexible ...
Dan Cogswell's user avatar
0 votes
0 answers
12 views

Service Restart notification on Google Cloud App Engine

I new to GCP and what I want to achieve is that we have App engine with 8 services running, I want to set up a notification or show it on the dashboard how many time any particular service has been ...
Gourav Shaw's user avatar
0 votes
0 answers
48 views

Error when running my java appengine project locally when using cloudsdk version greater than 449

I am getting this error when running the project locally using java21 and when using any cloud sdk version greater than this: 449.0.0 [INFO] GCLOUD: com.google.apphosting.utils.config....
Ibrahim Ali Mohamed's user avatar
0 votes
2 answers
67 views

What Are the Minimum Required IAM Roles for App Engine and Compute Engine Default Service Accounts to Deploy with gcloud on a new Project?

In this document, it says: Depending on your organization policy configuration, the default service account might automatically be granted the Editor role on your project. We strongly recommend that ...
Inn0v8_m8's user avatar
0 votes
0 answers
60 views

GAE on java 21 throws NullPointerException at CookieCache.parseCookies()

I updated my Google App Engine app from java 17 to java 21 following instructions on https://cloud.google.com/appengine/docs/standard/java-gen2/upgrade-java-runtime I am using the legacy bundled ...
Antoine Snyers's user avatar
0 votes
0 answers
18 views

Objectify load entity by id fails inconsistently

I am trying to load an entity from datastore by : objectifyFactory.ofy().load().type(clazz).id(id).now(); However, this returns a null, even though the entity is present in the datastore. In another ...
anomaly's user avatar
  • 23
0 votes
0 answers
50 views

java 8 end of support on App Engine flexible environment

I'm using Eclipse to deploy Java applications to the Google App Engine Flexible Environment. Now I must upgrade the code to Java version > 8. The following warning is prompted: "Java 8 and ...
Daniel Rausch's user avatar

15 30 50 per page
1
2 3 4 5
3141