Why do I get CLIClientException: Internal Error?
I'm running the script available at https://github.com/WtfJoke/rtc2git to export my RTC project with all of its history to Git.
The script keeps getting hung after trying to accept a particular changeset:
I've tried running different commands after the failed Accept like 'lscm show conflicts' and 'lscm resolve conflict --auto-merge' and I get the same CLIClientException.
Any ideas what could be causing the error?
The script keeps getting hung after trying to accept a particular changeset:
I've tried running different commands after the failed Accept like 'lscm show conflicts' and 'lscm resolve conflict --auto-merge' and I get the same CLIClientException.
Any ideas what could be causing the error?
Comments
Don Yang
May 13 '15, 9:31 p.m.from the trace log, you may hit this defect:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/345551Lauren Hayward Schaefer
JAZZ DEVELOPER May 14 '15, 6:44 a.m.Thanks! I'll add a comment to the work item.