It's all about the answers!

Ask a question

What might be causing this error? I get this when I attempt to checkout code in a Jenkins build.


Mitch Goldstein (1111) | asked Apr 07 '16, 10:05 a.m.
Started by user anonymous
Building in workspace C:\Jenkins\workspace\pe_main
RTC : checkout...
RTC : Build initiated by request from RTC
FATAL: RTC : checkout failure: null
java.lang.UnsupportedOperationException
	at java.util.Collections$UnmodifiableCollection.add(Unknown Source)
	at com.ibm.team.build.internal.hjplugin.RTCScm.checkout(RTCScm.java:1158)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1738)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
ERROR: RTC : checkout failure: null
Finished: FAILURE

Comments
Sridevi Sangaiah commented Apr 09 '16, 2:05 a.m.
JAZZ DEVELOPER

Which version of RTC Jenkins plugin are you using?

Thanks,
Sridevi


Ralph Schoon commented Apr 11 '16, 2:02 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Mitch Goldstein commented Apr 11 '16, 9:12 a.m.

Java 1.8
RTC 6.0.1
JBE 6.0.1
Jenkins 1.656
- Team Concert Plugin for Jenkins 1.1.9.9

2 answers



permanent link
Sridevi Sangaiah (59179) | answered Apr 12 '16, 1:58 a.m.
JAZZ DEVELOPER
Can you please check if you are seeing the same issue with the current LTS version of Jenkins which is 1.642.4?

Thanks,
Sridevi

permanent link
Mitch Goldstein (1111) | answered Apr 12 '16, 9:41 a.m.
I added an RTC logger and saw that I was not pointing at the POM, which was a directory level down.

Your answer


Register or to post your answer.