Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

jazz build fetching files fails

Build system setup is on a linux machine. Build process run with a regular user(no root). BuildToolkit version 3.0 and RTC 3.0.1

I see 30M of my project source code on a build machine and then this error. Full project size is around 75Mb.

Any hints would be appreciated.

Stacktrace:
2013-01-09 08:11:40 [Jazz build engine] running on host: server.local
2013-01-09 08:11:40 [Jazz build engine] Should build occur?
2013-01-09 08:11:40 [Jazz build engine] Yes: Pre-build participant "com.ibm.team.build.jazzscm" would like to build.
2013-01-09 08:11:40 [Jazz build engine] Invoking pre-build participant "com.ibm.team.build.jazzscm"
2013-01-09 08:11:41 [Jazz build engine] Deleting fetch destination "/home/em/project" before fetching ...
2013-01-09 08:11:42 [Jazz build engine] Fetching files to fetch destination "/home/em/project" ...
java.lang.NullPointerException
    at com.ibm.team.filesystem.client.internal.core.SharingMetadata2.getFileItemInfo(SharingMetadata2.java:2394)
    at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.getLocalPathInternal(CopyFileAreaStore.java:941)
    at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.setConfigurationState(CopyFileAreaStore.java:2978)
    at com.ibm.team.filesystem.client.internal.load.MergeLoadMutator.load(MergeLoadMutator.java:773)
    at com.ibm.team.filesystem.client.internal.load.MergeLoadMutator.execute(MergeLoadMutator.java:285)
    at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
    at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:972)
    at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:626)
    at com.ibm.team.filesystem.rcp.core.internal.resources.ResourceSharingManager$1.run(ResourceSharingManager.java:200)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
    at com.ibm.team.filesystem.rcp.core.internal.resources.ResourceSharingManager.runWithinFileSystemLock(ResourceSharingManager.java:212)
    at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:164)
    at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:144)
    at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:657)
    at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:89)
    at com.ibm.team.build.internal.scm.SourceControlUtility.updateFileCopyArea(SourceControlUtility.java:375)
    at com.ibm.team.build.internal.engine.JazzScmPreBuildParticipant.preBuild(JazzScmPreBuildParticipant.java:238)
    at com.ibm.team.build.internal.engine.BuildLoop.invokePreBuildParticipants(BuildLoop.java:806)
    at com.ibm.team.build.internal.engine.BuildLoop$2.run(BuildLoop.java:622)
    at java.lang.Thread.run(Thread.java:679)

0 votes



One answer

Permanent link
Build engine was running on openjdk. Changed to IBM jdk and it works.


0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,130

Question asked: Jan 09 '13, 4:36 a.m.

Question was seen: 4,083 times

Last updated: Jan 09 '13, 8:07 a.m.

Confirmation Cancel Confirm