java.lang.NoSuchMethodError When create repository connection in Eclipse
When I try to create repository connection in my Eclipse, I got following error:
java.lang.NoSuchMethodError: com/ibm/team/repository/transport/auth/TransportAuthUtil.formBasedAuthenticate(Ljava/lang/String;Lorg/apache/commons/httpclient/HttpClient;Lorg/apache/commons/httpclient/UsernamePasswordCredentials;)Vjava.lang.NoSuchMethodError: com/ibm/team/repository/transport/auth/TransportAuthUtil.formBasedAuthenticate(Ljava/lang/String;Lorg/apache/commons/httpclient/HttpClient;Lorg/apache/commons/httpclient/UsernamePasswordCredentials;)V
My Eclipse version is
Version: 3.7.0 INDIGO
Build id: I20110613-1736
The RTC Plugin is: RTC-Client-p2Repo-3.0.1.4
Have any idea about this problem?
|
One answer
Hi Krzysztof,
Please verify if you have provided URI string correctly? e.g. https://<domain-name:port>/ccm
Also, see error logs in eclipse to check if you can find more details.
|
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.
Comments
Hi Jian,
Were you able to resolve this issue? We have another customer having this problem.