RTC Plain Java API : Initializing of RTC failed -com.ibm.team.repository.common.transport.ServiceMethodInvocationError: java.lang.NoSuchMethodError: 'void org.apache.http.impl.cookie.BasicClientCookie.setCreationDate(java.util.Date)'
hi Team,
Am getting following exception when connecting to RTC Client , using RTC Plain Java API.
Initializing of RTC failed -com.ibm.team.repository.common.transport.ServiceMethodInvocationError: java.lang.NoSuchMethodError: 'void org.apache.http.impl.cookie.BasicClientCookie.setCreationDate(java.util.Date)'
On Checking , setCreationDate is Deprecated method.
Could you please help how to proceed further ?
Thanks in advance.
One answer
I can only hint to read my other answer: https://jazz.net/forum/answer_link/284401/ and setup an environment as suggested there. This is maybe related to Java versions or how to start the application, there is not enough data to even begin investigating.