[google-appengine] Re: IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register

2020-04-07 Thread Ronald Bergmann
Thanks, opened an issue (hopefully in the correct section): 153412854 -- 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 to

[google-appengine] Re: IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register

2020-04-06 Thread Ronald Bergmann
Hi Thomas, here are some screens. The debugger is trying to refer to our internal git repo. The *source-context.json* (where does this come from?) also refers to our git. There ain't much more to see there, no logpoints or snapshots etc. Best, Ronald -- You received this message because you

[google-appengine] Re: IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register

2020-04-01 Thread Ronald Bergmann
When trying to disable the Cloud Debugger API I receive a warning that " *cloudapis.googleapis.com*" will be disabled as well. That doesn't sound right. Is the Cloud Debugger enabled by default / required for the GAE? If so, what exactly does it do and why does it throw 503s from time to time?

[google-appengine] Re: IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register

2020-04-01 Thread Ronald Bergmann
Thanks for your quick response. It's not that we get a 503 for some requests we fire but that the whole stack trace does not belong to us. We do not use the Cloud Debugger anywhere! I see that the Cloud Debugger API is active and in the metrics section I see

[google-appengine] IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register

2020-03-30 Thread Ronald Bergmann
>From time to time these error reports pop up: java.io.IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register at

[google-appengine] Re: SocketTimeoutException outbound request - spring boot resttemplate

2020-03-27 Thread Ronald Bergmann
Hey nibrass, there's no issue with Elastic. That was just an example of another app using resttemplate. But glancing at the code it actually does not seem to be based on spring's resttemplate. Spring utilizes HttpURLConnection. When leaving out the entry point mvn

[google-appengine] Re: SocketTimeoutException outbound request - spring boot resttemplate

2020-03-26 Thread Ronald Bergmann
le App Engine Standard or Flexible? > 2) What are you doing in your code ( calls to other Google Cloud Platform > products , etc ) ? > 3) Other apps deployed in Google Cloud Platform is also using java11 > runtime? > > Could you please share your app.yaml file? > > Thank you.

[google-appengine] SocketTimeoutException outbound request - spring boot resttemplate

2020-03-23 Thread Ronald Bergmann
We use the java11 runtime and F1 instances, spring boot 2.2.5 and didn't experience the following issues with other apps deployed on GAE. When trying to perform an outbound (POST) request we end up with an SocketTimeoutException: java.util.concurrent.ExecutionException:

[google-appengine] SocketTimeoutException - HTTP POST - Spring Boot resttemplate

2020-03-23 Thread Ronald Bergmann
I've posted this before but it seems like the topic just vanished without any trace, trying to repost now. Hey there, hitting a wall here. java11 standard environment, F1 instance, Spring Boot 2.2.5 application, europe west 3 (FFM) - trying to perform a POST request via spring boot's