It's all about the answers!

Ask a question

RTC 3.0 RC0 client and server versions do not match error


Kinny Kun (5183) | asked Sep 27 '10, 1:08 p.m.
Hi,

I'm using RTC 3.0 RC0 server and client, but I'm getting the client and server versions do not match error when I'm trying to login to RTC using the Java Client Libraries. (I'm using RC0 Plain Java Client Libraries as well) Following is my code:

ITeamRepository repo = TeamPlatform.getTeamRepositoryService().getTeamRepository(rtcUrl); // where rtcUrl is https://<host>:9443/ccm
...
if (!repo.loggedIn())
{
repo.login(m); // where m is IProgressMonitor
}

Error occurred when trying to login

Error: com.ibm.team.repository.client.ServerVersionCheckException: Client and server versions do not match.

Any idea? Am I doing anything wrong?

Thanks alot for the help.

Be the first one to answer this question!


Register or to post 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.