It's all about the answers!

Ask a question

Build fails with java.lang.Thread.run(Unknown Source) messag


Daniel martin (10122926) | asked May 05 '08, 12:05 p.m.
I am trying to get a build going for a test project, but can't get past the following error:

2008-05-05 10:37:42 Should build occur?
2008-05-05 10:37:42 Yes: Always build a user initiated request.
2008-05-05 10:37:42 Invoking pre-build participant "com.ibm.team.build.jazzscm"
Accepting changes into workspace "FundDB_group" ...
Fetching files to fetch destination "C:\Program Files\RTC\jazz\buildsystem\buildengine\eclipse" ...
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=
at com.ibm.team.build.internal.scm.SourceControlUtility.updateFileCopyArea(SourceControlUtility.java:272)
at com.ibm.team.build.internal.engine.JazzScmPreBuildParticipant.preBuild(JazzScmPreBuildParticipant.java:149)
at com.ibm.team.build.internal.engine.BuildLoop.invokePreBuildParticipants(BuildLoop.java:475)
at com.ibm.team.build.internal.engine.BuildLoop$2.run(BuildLoop.java:352)
at java.lang.Thread.run(Unknown Source)

There is a warning about overwriting/removing existing files, but the only error I can see is "Unknown Source". Has anyone come across this, and if so what is the solution.

One answer



permanent link
Ryan Manwiller (1.3k1) | answered May 06 '08, 12:52 p.m.
JAZZ DEVELOPER
I am not sure what is going on, but try this:

In the build definition, Jazz SCM page under Load Options, specify a load
directory (instead of leaving it blank), such as "fetched".
Also, check the "Delete directory before loading" option. This will ensure a
clean load directory.

Loading directly into the default location of the build engine eclipse
directory can cause problems if the workspace you are loading has files that
overlap with existing files there. I have filed work item 54464 to address
that issue.

If this indeed fixes the problem, then you may have fetched stuff on top of
your buildengine/eclipse directory and corrupted it. If you see problems
when restarting the build engine, you may need to reinstall the buildsystem
to fix it.

---
Ryan Manwiller
Jazz Team Build


"danielrmartin" <daniel> wrote in
message news:fvndnu$en4$1@localhost.localdomain...
I am trying to get a build going for a test project, but can't get
past the following error:

2008-05-05 10:37:42 Should build occur?
2008-05-05 10:37:42 Yes: Always build a user
initiated request.
2008-05-05 10:37:42 Invoking pre-build participant
"com.ibm.team.build.jazzscm"
Accepting changes into workspace "FundDB_group" ...
Fetching files to fetch destination "C:\Program
Files\RTC\jazz\buildsystem\buildengine\eclipse" ...
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=
at
com.ibm.team.build.internal.scm.SourceControlUtility.updateFileCopyArea(SourceControlUtility.java:272)
at
com.ibm.team.build.internal.engine.JazzScmPreBuildParticipant.preBuild(JazzScmPreBuildParticipant.java:149)
at
com.ibm.team.build.internal.engine.BuildLoop.invokePreBuildParticipants(BuildLoop.java:475)
at
com.ibm.team.build.internal.engine.BuildLoop$2.run(BuildLoop.java:352)
at java.lang.Thread.run(Unknown Source)

There is a warning about overwriting/removing existing files, but the
only error I can see is "Unknown Source". Has anyone come
across this, and if so what is the solution.

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.