RTC Client failing to connect to server
![]()
Trying to connect the RTC client to jazz and I'm getting this error message.
The server is running and I am logged in as that user in the web so they have the right credentials. The client is the exact same version as the server (4.0) and I have rebooted everything plus reinstalled the RTC client. I have had this working in a different copy of the same VM previously, which is now having the same problem. Any ideas? |
Accepted answer
2 other answers
![]()
Is there a Proxy, you might have to check Eclipse settings in that case. Preferences > General > Network Connections : here is more help on it - http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-net-preferences.htm
|
Comments
What version of Java are you using?
If you are not sure open the eclipse.ini in the install directory
Look for the -vm argument
run java.exe -version against the java.exe in that directory.
To confirm, are you logging in through the web on the same machine as the RTC Client?
It is all on the same machine, apache, web browser and eclipse client. The host file is configured so gado.rtp.raleigh.ibm.com points to localhost.
Java version for the eclipse instance is in
C:\IBM\TeamConcert\jdk\jre and it is version 1.6.0
Is there an error message/stack trace generated in <workspace>/.metadata/.log file when you are attempting to connect?
!ENTRY com.ibm.team.repository.client.login.KeyStoreLoginInfo 1 800 2013-06-06 16:21:40.056
!MESSAGE CRJAZ1887I The list of certificates available in the Windows-MY KeyStore could not be read. If you'd like to access the certificates from that key store, make sure that you are running with a JVM that supports reading from that key store.
!STACK 0
com.ibm.team.repository.transport.client.AuthenticationException: Error initializing the key store.
at com.ibm.team.repository.client.login.KeyStoreLoginInfo.loadKeyStore(KeyStoreLoginInfo.java:212)
at com.ibm.team.repository.client.login.KeyStoreLoginInfo.initializeKeyStore(KeyStoreLoginInfo.java:166)
at com.ibm.team.repository.client.login.KeyStoreLoginInfo.getKeyStore(KeyStoreLoginInfo.java:123)
at com.ibm.team.repository.client.login.KeyStoreLoginInfo.collectAliases(KeyStoreLoginInfo.java:80)
at com.ibm.team.repository.client.login.KeyStoreLoginInfo.getAliases(KeyStoreLoginInfo.java:96)