RTC 3.0 RC2 - Client and server versions do not match -
Hello,
I've installed RTC 3.0 RC2 but when I try to connect to the repository with Java APIs I get the following error com.ibm.team.repository.client.ServerVersionCheckException: Client and server versions do not match. Does anyone know why? I'm using the proper url to connect "https://testserver.com:9443/ccm" Thanks in advance for your help. |
18 answers
Hi-
I am in the process of evaluating RTC v3.0. by going through the, "Getting started with Rational Team Concert" tutorial. When I try creating the Prelude Build presented in the tutorial, I get the error below which appears to be similar, if not the same issue in this thread. Is there anything that I can do to resolve it, or workaround the problem so that I can continue with the tutorial? I can provide any additional info that you think might be helpful. $ ./jbe -vm /home/myhome/IBM/TeamConcert/jdk/bin/java -repository https://myserver:9443/ccm -userid build -pass build -engineId PreludeBuildEngine 2011-06-03 21:32:50 Running build loop... 2011-06-03 21:32:50 Waiting for request... 2011-06-03 21:32:52 CRRTC3538W: Server version check failed: Client and server versions do not match. CRRTC3529I: Completed JBE execution, RC=1. System info: Linux Ubuntu 10.04 Rational Team Concert Version: 3.0 Build id: RTC-I20110307-1844 Change and Configuration Management - Core Libraries 3.0 iFix 1 (RTC-I20110307-1844) Jazz Foundation - Core Libraries 3.0 iFix 1 (RJF-I20110307-1521) Thanks in advance, -Bill |
Bill, the problem is that you're running the 3.0 version of JBE against a 3.0 iFix 1 server. Please grab the 3.0 iFix 1 version of the Build System Toolkit and try that instead.
|
Bill, the problem is that you're running the 3.0 version of JBE against a 3.0 iFix 1 server. Please grab the 3.0 iFix 1 version of the Build System Toolkit and try that instead. Thanks Nick. Installed the proper version and I'm all set. -Bill |
@Nick
Can you elaborate more on how to add include the said plug-in or maybe give me a pointer. I also get following error when i try to run the shared Snippet 1(Connecting to a repository): Version: 3.0 Build id: RTC-I20101112-1731 Change and Configuration Management - Core Libraries 3.0 (RTC-I20101112-1731) Jazz Foundation - Core Libraries 3.0 (RJF-I20101112-0630) Correction: the Foundation clientCompatibilityVersion was bumped to 3.0 in RC3, so this error should only happen with RC2. |
It should suffice to add the com.ibm.team.rtc.common plugin along with the other client-side plugins you're already using. If that's not clear, please provide more details on how you're deploying / running your snippet.
|
Thanks a lot for the Reply Nick!!!
I created a new Java Project in RTC using downloaded client Plain Java libraries as described in: https://jazz.net/wiki/bin/view/Main/ClientLibrarySetup I am using this setup to run snippets after doing the changes as mentioned in snippets Readme file. I checked for Plugin com.ibm.team.rtc.common in the Plug-in View but i am not able to find it.I also tried to add the Plug in by following below mentioned path but with no success: https://jazz.net/library/article/495/ It would be great if you can guide me. Please let me know if some more information is required. -Regards, Achal It should suffice to add the com.ibm.team.rtc.common plugin along with the other client-side plugins you're already using. If that's not clear, please provide more details on how you're deploying / running your snippet. |
The ClientLibrarySetup page is pretty stale, intended for RTC 1.0 development, i.e. it's a child of https://jazz.net/wiki/bin/view/Main/RtcSdk which is for 1.0.
For 2.x see https://jazz.net/wiki/bin/view/Main/RtcSdk20 For 3.x see https://jazz.net/wiki/bin/view/Main/RtcSdk30 (basically the same as 2.x). For dev env setup, see: https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup |
Many thanks for sharing the Info. I followed the links and am able to create the environment and the results look good (Although the arguments part in application launch configuration was little confusing for me. :) ) I still get following errors (looks bcoz of classpath) but now the results looks better. Aug 31, 2011 4:57:08 PM com.ibm.team.repository.common.util.ExtensionRegistryReader logError SEVERE: The com.ibm.team.filesystem.common bundle's plugin.xml file contains a <component> element with the id Once again many thanks for sharing the info. -Regards, Achal The ClientLibrarySetup page is pretty stale, intended for RTC 1.0 development, i.e. it's a child of https://jazz.net/wiki/bin/view/Main/RtcSdk which is for 1.0. |
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.