Need Help With Build Engine / Build Profile
2012-11-20 23:32:33 [Jazz build engine] running on host: iwd-lpar-85
2012-11-20 23:32:33 [Jazz build engine] Should build occur?
2012-11-20 23:32:33 [Jazz build engine] Yes: Always build a user initiated request.
2012-11-20 23:32:34 [Jazz build engine] Invoking pre-build participant "com.ibm.team.build.jazzscm"
Accepting changes into workspace "Test Build Stream for ME / iwd-lpar-85" ...
Deleting fetch destination "/tmp/me-build" before fetching ...
Fetching files to fetch destination "/tmp/me-build" ...
com.ibm.team.build.internal.scm.SourceControlUtility$2: Status WARNING: com.ibm.team.filesystem.client code=2
Loading the directories in the file system would overwrite/remove existing directories.
null children=[Status WARNING: com.ibm.team.filesystem.client code=204 README.md
(collides with other components being loaded) null Status
WARNING: com.ibm.team.filesystem.client code=204 .classpath (collides with other components being loaded)
null Status WARNING: com.ibm.team.filesystem.client code=204 build.sh
(collides with other components being loaded) null Status WARNING: com.ibm.team.filesystem.client
code=204 .settings (collides with other components being loaded) null
Status WARNING: com.ibm.team.filesystem.client code=204 .project (collides with other components being loaded) null Status WARNING: com.ibm.team.filesystem.client code=204 src (collides with other components being loaded) null]
at com.ibm.team.build.internal.scm.SourceControlUtility.updateFileCopyArea(SourceControlUtility.java:365)
at com.ibm.team.build.internal.engine.JazzScmPreBuildParticipant.preBuild(JazzScmPreBuildParticipant.java:193)
at com.ibm.team.build.internal.engine.BuildLoop.invokePreBuildParticipants(BuildLoop.java:628)
at com.ibm.team.build.internal.engine.BuildLoop$2.run(BuildLoop.java:466)
at java.lang.Thread.run(Thread.java:736)
Contains: README.md (collides with other components being loaded)
Contains: .classpath (collides with other components being loaded)
Contains: build.sh (collides with other components being loaded)
Contains: .settings (collides with other components being loaded)
Contains: .project (collides with other components being loaded)
Contains: src (collides with other components being loaded)
Accepted answer
I am not sure what happens with your build. There is an issue when loading the files from the repository workspace or stream. There are overlaps. I have to guess why. Do you have more than one component in the repository workspace/Stream that you try to load that have the same project name? Can you load the build workspace manually to disk?
Did you specify / as the load directory? You should rather use a different one for example /tmp/build or use a relative path.
Otherwise you could check if there is no overlap with another sandbox (which could probably happen if you loaded to /). I would check that there is no .jazz5 file in any of the folders of the path /tmp/.
A good approach is also to set up a test system and look into the MTM example: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.jazz.install.doc/topics/t_install_sample_project.html
It comes with a working build that you could look into for inspiration.