It's all about the answers!

Ask a question

changing team.scm.fetchDestination caused build failure


Hong Li (546) | asked Jun 29 '13, 3:06 p.m.
First I setup the load directory at E:\CAC_71_BUILD, the build succeeded. Then changed the load directory to E:\CAC_71_BUILD\CAC_SRC, got the following errors:

com.ibm.team.filesystem.client.FileSystemStatusException: Status ERROR: com.ibm.team.filesystem.client code=0 Cannot create sandbox at E:/CAC_71_BUILD/CAC_SRC because one already exists at E:/CAC_71_BUILD null
    at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaManager.createCopyFileArea(CopyFileAreaManager.java:309)
    at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaManager.createCopyFileArea(CopyFileAreaManager.java:1)
    at com.ibm.team.filesystem.client.internal.SharingManager.register(SharingManager.java:1218)
    at com.ibm.team.build.internal.engine.JazzScmPreBuildParticipant.preBuild(JazzScmPreBuildParticipant.java:188)
    at com.ibm.team.build.internal.engine.BuildLoop.invokePreBuildParticipants(BuildLoop.java:881)
    at com.ibm.team.build.internal.engine.BuildLoop$2.run(BuildLoop.java:685)
    at java.lang.Thread.run(Thread.java:736)

Not sure why this happened.

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Jul 01 '13, 7:50 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You can not nest a sandbox in another sandbox. The SCM system prevents that. sandboxes usually have a .Jazz5 file in them.
Hong Li selected this answer as the correct answer

Your answer


Register or to post 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.