Error in Jenkin deploy: Loading the directories in the file system would overwrite/remove existing directories.
guti2k zoplas (11●1)
| asked Mar 08 '17, 3:19 a.m.
edited Mar 08 '17, 3:32 a.m. by Ralph Schoon (63.7k●3●36●48)
Hi guys,
i have this message error in Jenkin console :" ERROR: RTC : checkout failure: RTC : checkout failure: Loading the directories in the file system would overwrite/remove existing directories. /SQLJJavaSource (requested to be loaded from both component driv02Batch and driv01Batch)".
I try to solved it but i have not idea whats happends.... Any solution or idea?
Thanks and regards
|
One answer
Ralph Schoon (63.7k●3●36●48)
| answered Mar 08 '17, 5:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You don't provide any information here except that you use Jenkins and that RTC is involved can be seen in the error message. Please read: How should I ask a question in the Forum if I want to receive useful answers? and provide some basic information as requested.
You use some Jenkins and some RTC and some Integration between them - you did not provide any such information.
RTC loads the SCM data into a sandbx. There are various things that can go wrong, that can cause the error above. One reason might be that the load location contains something else loaded and there is some kind of conflict in loaded folders. So what the reason is I can not tell. Try loading the same from RTC and make sure there is no folder overlap. Check your Jenkins/RTC integration and make sure everything works fine.
Simply Googling for parts of your error message show these interesting hints:
The documentation for the integration can be found here: https://wiki.jenkins-ci.org/display/JENKINS/Team+Concert+Plugin
Comments
Ralph Schoon
commented Mar 08 '17, 5:28 a.m.
| edited Mar 08 '17, 5:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
PS: there is an option to delete the load folder in the RTC and the Jenkins RTC configuration (as far as I remember) before loading that might or might not help. It depends of the cause of the load failure. If you have overlap in the components of the workspace then it does not help and you need to fix that. If deleting the folder helps, consider to have different folders for each Jenkins Job and avoid loading in folds created by other Jobs. |
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.
Comments
How should I ask a question in the Forum if I want to receive useful answers?
hi Ralph,