Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC 3.0 RC0 client and server versions do not match error

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.

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,954

Question asked: Sep 27 '10, 1:08 p.m.

Question was seen: 3,806 times

Last updated: Sep 27 '10, 1:08 p.m.

Confirmation Cancel Confirm