cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Connection with Jenkins REST interface could not be established

roberto_lopes
Newcomer

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


4 REPLIES 4

mark_ellebie
Newcomer

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


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


andreas_grabner
Dynatrace Guru
Dynatrace Guru

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


mark_ellebie
Newcomer

Per our conversation, the exact error I am seeing is due to the jenkins plugin being meant for the new generation of the Dynatrace APM, and in our older instance it is not compatible

Featured Posts