appengine-java-vm-runtime icon indicating copy to clipboard operation
appengine-java-vm-runtime copied to clipboard

Results 39 appengine-java-vm-runtime issues
Sort by recently updated
recently updated
newest added

in a Cloud SDK App run, we need to set the com.google.appengine.runtime.environment=Development system prop in Java Managed VM. This is not the case.

Added to my appengine-web.xml: did a mvn gcloud:run on my Mac on my [project](https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/tree/master/java/managed-vm-gae) and it generated a quickstart.xml and crashed. Looking at getFilteredQuickstartDoc in Application.java it appears that it...

See SO entry at http://stackoverflow.com/questions/34620186/failing-to-run-zk-spreadsheet-on-app-engine-managed-vm

enhancement

We noticed that some HTTP responses are being truncated and the following message is added at the end of the truncated body "Error from HTTP-over-RPC proxy: Truncated body". It seems...

From arie: In https://cloud.google.com/appengine/docs/java/runtime (Threads section) we describe how one could use ThreadManager.currentRequestThreadFactory() with ExecutorService. It is a common practice to keep a ThreadPool as a member variable (or even...

While debugging #164, it appears that http requests were able to terminate on the instance despite there being a confidential security constraint. We need to verify if this really is...

question

It seems that https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/pull/93/files did not take care of the logic for logging traceid. It got removed. There is a test showing how to do it in https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/blob/master/appengine-java-logging/src/test/java/com/google/apphosting/logging/JsonFormatterTest.java search for...

@ludoch FYI https://cloud.google.com/sql/docs/sql-proxy#example_proxy_invocations_and_connection_strings You should be able to set an environment variable and have the Cloud SQL proxy initialized before java / jetty starts.

enhancement

Hello, I am using the jetty9-compat-image on Managed VMs, and have some issues with long-running requests. I am running an import, and after exactly 3.600 seconds it fails, and throws...

From a customer: I'm working on migrating my app from standard -> flex and am using the compat image (java 7) and have run into a small inconsistency I thought...

More Information Needed