Unable to create a repository connection via RTC Client
I am not able to create a repository connection via the Rational Team Concert client. The Rational CLM v and RTC Client v are both 4.0 and there is no mismatch; I am able to log into the different apps via the browser.
showing 5 of 9
show 4 more comments
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Nov 01 '12, 11:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
With your URL, I assume Eclipse would use 443 as the well known post for https. I would either use HTTP or add the irregular port for https.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
How did the connection look like (URL) and what is the error message?
The URL is in this format: https://localhost/ccm the local host referencing the secure site. I am able to log in to the browser using the same URL and supplying my user name and password. I get the error message shown below:
CRJAZ00981 The “com.ibm.team.repository.common.internal.IRepositoryRemoteService{/ccm/service/com.ibm.team.repository.common.internal.IrepositoryRemoteService}”service failed. The server returned the HTTP error 500 with error text “Internal Server Error”.
Checked the services and ran diagnostics on the Jazz Team Server for all apps - there are no error messages there and all services/configuration is running fine.
Have you configured the server to use 443? Otherwise the port would be missing. also localhost is a very bad choice for a public URI, except for demo usage.
We are not using local host - using DNS alias and we have configured 9080 for the port; it is using SSL but the server issuing the cert is a proxy Windows server. The applications are hosted on WAS........
https://localhost:9443/jts/ccm
I am not able to create a repository connection via the Rational Team Concert client 4.0.1.
what 's URI?
The url's can be seen if you go to the server via the browser. For the RTC Eclipse client it is https://<host>[:<port>]/ccm or https://<host>[:<port>]/jazz (if you upgraded from 2.x or a variation without the port number. with your host name (which is discouraged except for some tests) it is https://localhost:9443/ccm, if you just started with 4.x.
Based on your URL you can either have jts or ccm (not both) so it should be as follows:
https://localhost:9443/jts
https://localhost:9443/ccm
I would correct that to
https://localhost:9443/jazz
https://localhost:9443/ccm
You won't be able to connect to https://localhost:9443/jts since it is likely the public URL of your Jazz Team Server (rather than your RTC server). The Jazz Team Server does not support rich client login.
Agree the JTS is for the web interface. The Jazz option on the other hand is for older RTC versions; it is CCM for v4.0 and above......