java.io.IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1919)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:250)
at com.google.devtools.cdbg.debuglets.java.GcpHubClient.registerDebuggee(Unknown Source)
We do not use the clouddebugger (yet) and the stack trace isn't ours. Where do these messages come from? We also didn't hit any buttons and didn't upload our code.
And is this the right place to ask this or is there a cloud debugger group? (Couldn't find one.)
google.devtools.clouddebugger.v2.Controller2.ListActiveBreakpoints 307.719 0 39,97 Sekunden 1 Minute google.devtools.clouddebugger.v2.Controller2.RegisterDebuggee 2.097 0,05 % 0,162 Sekunden 0,454 Sekunden But where does this come from? I don't remember enabling this API. | ||||
I'll try to deactivate this API now. We use the standard java11 runtime with a simple spring boot application. |
Hello Ronald,
Do you have any deployed apps running? Cloud debugger (formerly known as stackdriver debugger) is indeed enabled by default.
In cloud debugger, is a resource selected? Refer to the documentation to see what I mean. You can share screenshots (*Just redact sensitive information*) and we can take a look. I don’t think the Cloud Debugger API is the issue here, and as Digil mentioned, Cloud debugger is referring to an app resource that is in your project.