Is it possible to install app engine sdk over openjdk 11? When I try it I get: $ sudo apt-get install google-cloud-sdk-app-engine-java On my linux distro (Debian testing) openjdk-8-jdk is not available anymore Answer The App Engine SDK component for the Google Cloud SDK is currently not available for Java 11.…
Tag: google-app-engine
GAE gcloud dev_appserver.py PHP: Failed to read session data: user (path: Memcache)
I run a local Google Cloud App Engine emulator for my PHP (runtime: php55) app. It works, except for PHP sessions. I get the following message: I start the app with the following command So I run using php-cgi. Before this I tried to run with regular php but then I got a WSOD. In a Google Group it was
How we can change OS for Google App Engine flexible? Or can we do this at all?
The one I always ends with is: but I need some another version with glibc 2.14. The current’s one glibc is 2.13: And I can’t upgrade glibc on this OS, because after apt-get update and apt-get install libc6 I getting this: And I can’t modify sources.list because of: So all I need is another O…