Re: [google-appengine] Re: What is the s~ prefix?

2017-04-15 Thread Joshua Fox
On Mon, Apr 10, 2017 at 9:02 PM, 'Jordan (Cloud Platform Support)' via Google App Engine wrote: > To add onto pdknsk's answer, App Engine project names that have the > "s~" prefix mean that you selected to have your application hosted >

[google-appengine] Re: java.security.AccessControlException: Multithreading in App engine

2017-04-15 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Not all third-party libraries can be used with App Engine Java standard runtime, due to the limitations imposed by the sandbox . If the library will accept a ThreadFactory

[google-appengine] Re: Call to pubsub publish hangs

2017-04-15 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Is this still occurring? If so, please file an issue on the Issue Tracker if you can provide a way to reproduce the issue. On Saturday, April 15, 2017 at 12:23:24 AM UTC-4, Vinay Chitlangia wrote: > > All our calls to do a publish are

[google-appengine] Re: ApiProxy$UnknownException

2017-04-15 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Usually 'Error code 204' relates to an issue in the appserver, so its possible it was caused by ApiProxy$UnknownException as it was thrown in package com.google.apphosting.runtime. If you still see these errors, you might try deploying to a new version. Otherwise you might want to report this

[google-appengine] java.security.AccessControlException: Multithreading in App engine

2017-04-15 Thread Manish Sharma
Hello, This is my first post here. I am using GAE for my backend(module created through Android Studio). I added a library that helps in sending FCM messages to FCM Cloud Connection Server but this library spawns threads to handle things which is where I am getting this exception for

Re: [google-appengine] Request logs and flex

2017-04-15 Thread 'Justin Beckwith' via Google App Engine
Greetings folks! With the non-compat runtimes in the flexible environment, we rely on client logging libraries to make request correlation work. https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-logging Amir / Rajeev / Les should be able to help point you in the