OperationCanceledException on PlainText Login
In the following code sample I am getting the following exception. I have read a ton on the different forums and I am missing something.
Can anyone help? Thanks String repositoryURI= "https://<server>:9443/jazz"; org.eclipse.core.runtime.OperationCanceledException at com.ibm.team.repository.client.internal.TeamRepository.internalLogin(TeamRepository.java:1355) at com.ibm.team.repository.client.internal.TeamRepository.login(TeamRepository.java:570) at RTC_API_Test.RTC_Editor.createWorkItem(RTC_Editor.java:125) |
One answer
Turns out userId was null, so a simple mistake by me.
Not a very useful exception though. |
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.