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. |