29 Jan 2019 08:04 PM
Hi,
I have a problem with the integration jenkins and dynatrace.
This error: Connection to the Jenkins REST interface could not be established occurs when I try to push the test data.
Log file:
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.CommandExecutionException: error getting version of server: null
Stacktrace:
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.ApiException: java.net.SocketTimeoutException: connect timed out
at de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.ApiClient.execute(ApiClient.java:223)
at de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.DynatraceServerConnection.getServerVersion(DynatraceServerConnection.java:90)
at
java.net.SocketTimeoutException: connect timed out
regards
Roberto Lopes
Solved! Go to Solution.
25 Apr 2019 01:47 AM
Did you ever get an answer to this? I am facing the same error with the API token and connectivity using the Perf Signature plugin
25 Apr 2019 01:48 AM
Did you ever get this resolved or answered? I have the same error with the Je nkins Perf Signature plugin and trying to connect via API token
25 Apr 2019 08:29 AM
Hi All. A Connection TImeout indicates that your Jenkins Instance is not able to open a network connection to that Dynatrace Server URI Endpoint. I would logon to that machine where Jenkins runs and try a CURL to validate that there is no firewall blocking Jenkins from accessing this URL
25 Apr 2019 08:58 AM