RTC build failing with error : Caused by: org.apache.http.conn.HttpHostConnectException: Connect to xx.xx.xx.xx:9443 [/xx.xx.xx.xx] failed: EDC8127I Connection timed out.
I am executing RTC build , but the build is failing with error "BUILD FAILED
* com.ibm.team.repository.common.TeamRepositoryException: Error logging in to repository https://xx.xx.xx.xx:9443/ccm/. Verify that the repository address and credentials to log in are correct.
One answer
-Dhttps.proxyPort=...
Comments
my buildtoolkit is located on z/OS (mainframe). will the above solution apply on z/OS?
The proxy vmargs are provided to the jre, so I believe it should work in z/OS too. Did you confirm if a proxy is required to connect to your RTC server?
I have tried using all 3 options- Direct,Manual,Native. I can connect to my repository using all 3 options, but build fails for all 3 with same error.
If you are running JBE from z/OS machine, then try pinging the RTC server from that machine. If possible, run the curl command in that machine to fetch the rootservices document and see if that goes through
Lakshmi,
Hi
1 vote
Ok, thank you Lakshmi,Sridevi.
Comments
Sridevi Sangaiah
JAZZ DEVELOPER Jul 18 '19, 8:19 a.m.Can you please check if you are able to access the EWM(RTC) Web UI by navigating to the URL - https://xx.xx.xx.xx.6:9443/ccm/web - from a browser in the windows machine where the build engine is hosted?
Shalini Gupta
Jul 18 '19, 1:36 a.m.Yes, i am able to access the web UI on the URL . However,the connection says not secure. Is that creating any issue ?
Sridevi Sangaiah
JAZZ DEVELOPER Jul 18 '19, 2:03 a.m.You can ignore the connection not secure warning and continue to navigate. Does the login page come up?
Shalini Gupta
Jul 18 '19, 2:15 a.m.Yes, i can login into the page using the credentials that i have provided in build.
Sridevi Sangaiah
JAZZ DEVELOPER Jul 18 '19, 2:28 a.m.Hope there is no proxy server configured in the browser. Also did you try connecting to the server from EWM(RTC) eclipse client and was it successful?
Sridevi Sangaiah
JAZZ DEVELOPER Jul 18 '19, 2:57 a.m.Generally such errors occur because of some missing network configuration in the client machine.
Shalini Gupta
Jul 18 '19, 3:37 a.m.I am able to connect to the repository(server) using RTC client(Work Items perspective-> Repository Connections). Is there any other way to try connecting to server from eclipse?