[google-appengine] Error in app engine

2018-03-20 Thread Bhuvaneshwari Arkala
Hello All, I am getting below crash ..I have jersey and jackson libs included. java.lang.SecurityException: Unable to get members for class com.sun.jersey.json.impl.provider.entity.JSONArrayProvider$App at com.google.appengine.runtime.Request.process-503a6c6799ff342a(Request.java)

[google-appengine] access denied when deploy why?

2018-03-20 Thread Guy Dviri
to this : why? -- You received

[google-appengine] Websocket support for Golang?

2018-03-20 Thread Saransh Mohapatra
I am looking to build a web socket server in gaoling and host that on google app-engine. I tried to search for whether its supported or not? I got it that its supported on flexible environment but not on standard environment? But the post was from 2016. So can u confirm whats the status today

[google-appengine] Disable weak cipher for Google Cloud App engine custom domain website

2018-03-20 Thread Nikolaus Banjo
I have set up a custom domain website using a PHP Google Cloud App engine. After some third party security testing i've been advised to disable the use of cipher suite DES-CBC3-SHA (TLS_RSA_WITH_3DES_EDE_CBC_SHA). I'm trying to find out if its possible to disable this for a Google PHP App

[google-appengine] Re: Java 9 Support in App Engine?

2018-03-20 Thread Matt Senter
Dunno if you made progress with this or what the official word is, but I recently made a quick write up on how to use java 9 on GAE: https://matts.blog/2018/03/11/how-to-launch-with-spring-boot-2-and-java-9-on-google-app-engine-flex-environment/ -- You received this message because you are

[google-appengine] Shutdown hook for Node JS flex env?

2018-03-20 Thread Shai Ben-Tovim
Hi, Is there a way to configure a shutdown hook in the node js flex environment? Goal is to run some code when instance(s) is(are) shutdown/recycled. I know there's an option for a shutdown hook in some of the standard env's (Python) and wanted to know what the equivalent option is for node

[google-appengine] 500 error during deployment

2018-03-20 Thread Mateusz Motel
I'm deploying applications using Jenkins, Ant and appcfg.py script. Since yesterday morning I have troubles with that. At random moments deployment crashes and returns 500 error with message: [exec] Error 500: --- begin server output --- [exec] Server ErrorA server error has occurred.

Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Guy Dviri
thanks for willing to give a a hand. this is the continuous posting I've already post the log here : the deploy command is : gradlew appenginedeploy On Tue, Mar 20, 2018 at 1:03 PM, Mihail Russu

Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Mihail Russu
According to the logs from your other thread you now linked - you have specified a non-default service name (*cloudsql*) in your app.yaml or appengine-web.xml (which you still are not showing for whatever reason) so to access your deployed app you'd need to go to

Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Guy Dviri
access denied was an hour ago , maybe after few modifications that message change , no about the app.yaml do I must have it with endpoints v2 & gradle? On Tue, Mar 20, 2018 at 12:37 PM, Mihail Russu wrote: > It doesn't say "access denied", it says "Not Found" and we have no

Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Mihail Russu
> > access denied was an hour ago , maybe after few modifications that message > change , I was only pointing at your second screenshot, the way you posted it. No idea about what happened hours ago as you didn't provide any details on that. Again, you need to provide a lot more information

[google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Mihail Russu
It doesn't say "access denied", it says "Not Found" and we have no way of knowing why without you providing a lot more information first, i.e. telling what and how you deployed, i.e. do you have a valid `app.yaml`? How does it look like? Does an entry point defined? Did the deployment show any

[google-appengine] Re: Java 9 Support in App Engine?

2018-03-20 Thread Andreas Hartmann
Thanks, also with Java 10 being released today and support for 9 ending, this should really be about 10 now. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email

[google-appengine] Re: Error in app engine

2018-03-20 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
A thread like this is off-topic for Google Groups, and should be posted to StackOverflow . This forum isn't meant for specific 1-on-1 technical issues, but for general discussion of the platform and its services. With StackOverflow

[google-appengine] Re: Disable weak cipher for Google Cloud App engine custom domain website

2018-03-20 Thread 'Fady (Google Cloud Platform)' via Google App Engine
Hello Nikolaus, For the time being , you do not have the option to disable 3DES yourself. However, I created a private issue tracker (sent privately) to investigate the possibility if the backline team can disable it for your custom domain. Meanwhile, if your goal is to create a Payment

[google-appengine] Re: 500 error during deployment

2018-03-20 Thread Michał Z
I'm working together with Mateusz Motel on this issue. I would like to add a few informations. We have added flag --verbose to the appcfg.py command and script is returning 2018-03-20 16:35:45,516 INFO appengine_rpc_httplib2.py:303 Too many retries for url

[google-appengine] Problems with deploy on EU application from 4 hours ago

2018-03-20 Thread Alexandru Farcaş
Hi, The issue started around 1 pm UTC! My application is hosted on: *Region: europe-west2* I had the same issue also on another application that is hosted on *Region: us-central, *but around 2 hours ago it was fixed. The error that I received is this one: java.lang.RuntimeException: Fatal

[google-appengine] Re: 500 error during deployment

2018-03-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The new GCloud SDK is the preferred method of deploying over appcfg , specifically the GCloud SDK based Maven

[google-appengine] Re: Disable weak cipher for Google Cloud App engine custom domain website

2018-03-20 Thread Nikolaus Banjo
Thank you, i look forward to hearing back from them. On Tuesday, 20 March 2018 15:13:49 UTC, Fady (Google Cloud Platform) wrote: > > Hello Nikolaus, > > For the time being , you do not have the option to disable 3DES yourself. > However, I created a private issue tracker (sent privately) to

[google-appengine] Re: Problems with deploy on EU application from 4 hours ago

2018-03-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
There is a great likelihood that your application may use some resources, subject to quotas. I recommend that you check to see if your are in quota . - Note that Google Groups is reserved for general product discussions and not for

[google-appengine] Re: Java 9 Support in App Engine?

2018-03-20 Thread Matt Senter
Ain't that always the way? ;) On Tuesday, March 20, 2018 at 10:29:20 AM UTC-4, Andreas Hartmann wrote: > > Thanks, also with Java 10 being released today and support for 9 ending, > this should really be about 10 now. -- You received this message because you are subscribed to the Google

[google-appengine] Re: AppEngine-Go Flex big difference in dashboard and logged request latency

2018-03-20 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
The 95th percentile and 99th percentile values in the dashboard tell you the point at which 95% and 99% of your traffic is experiencing latency while in the logs you see the latency for each request. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: Shutdown hook for Node JS flex env?

2018-03-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As per the documentation App Engine sends a SIGTERM signal to your application container running within the instance to notify your application that it is about to be shutdown. You can read from the

Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Guy, You may consider availing yourself of the support opportunities offered; there is more than one support package, and you may choose according to your needs. In the developers' console, you can reach the support overview page by clicking on the support link offered in the drop-down

[google-appengine] Re: Websocket support for Golang?

2018-03-20 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As per the documentation the Go standard environment supports outbound sockets only. There is an early access form for full