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

Adaptors usage in Buildforge

Hi,
I am trying to use Buildforge and JazzSCM adaptor to get the list of changes that went into the project.

I updated the xml template that I got by default with the BF and jazzSCM adaptor and was able to get that working...as shown below the logs. The line I am concerned is:

Failed to acquire alivelock: com.ibm.team.filesystem.client.internal.utils.FilesystemLock

Why is this happening and even though as per the logs it says it is adding the values to the BOM category, section and field..I am not able to see any info when I click @ the "Bill Of materials" tab in Buildforge.

Am I missing something here. Really appreciate any help needed in this subject.

Thank you and have a nice day.

BF Adaptor log:

198 Aug 2 10 11:28:53AM INT Line matched pattern '.'.
199 Aug 2 10 11:28:53AM INT Adding '1' to BOM category 'Source' section 'jazz' field 'jazz'.
200 Aug 2 10 11:28:53AM INT Line matched pattern '.'.
201 Aug 2 10 11:28:53AM INT Adding '1' to BOM category 'Source' section 'jazz' field 'jazz'.
202 Aug 2 10 11:28:53AM INT Line matched pattern '^\s{2}(\w.*)'.
203 Aug 2 10 11:28:53AM INT Temp variable 'Changes' set to .
204 Aug 2 10 11:28:53AM INT Adding 'EDM R6 2.2.Development.Workspace ' to BOM category 'Source' section 'stream' field 'stream'.
205 Aug 2 10 11:28:53AM INT Line matched pattern '.'.
206 Aug 2 10 11:28:53AM INT Adding '1' to BOM category 'Source' section 'jazz' field 'jazz'.
207 Aug 2 10 11:28:53AM INT Line matched pattern '^\s{4}(\w.*)'.
208 Aug 2 10 11:28:53AM INT Adding 'webApps ' to BOM category 'Source' section 'stream' field 'component'.
209 Aug 2 10 11:28:53AM INT Line matched pattern '.'.
210 Aug 2 10 11:28:53AM INT Adding '1' to BOM category 'Source' section 'jazz' field 'jazz'.
211 Aug 2 10 11:28:53AM INT Line matched pattern '.'.
212 Aug 2 10 11:28:53AM INT Adding '1' to BOM category 'Source' section 'jazz' field 'jazz'.
213 Aug 2 10 11:28:53AM INT Line matched pattern '.'.
214 Aug 2 10 11:28:53AM INT Adding '1' to BOM category 'Source' section 'jazz' field 'jazz'.
215 Aug 2 10 11:28:53AM INT Line matched pattern '^\s*{3}\s(.*)'.
216 Aug 2 10 11:28:53AM INT Adding '\edm_webapps/workmgr/src/com/ibm/icm/edc/workmgr/work/BatchCompleteWork.java' to BOM category 'Source' section 'changes' field 'file'.

0 votes



2 answers

Permanent link
Hi,

I am not sure what that file lock error means, it's something coming from the SCM file system component. But have you tried using the Ant Tasks for doing the accept/fetch as it will create the list of changes for you in the build result. See https://jazz.net/wiki/bin/view/Main/RationalBuildForge/CallingBuildToolkitAntTasksFromBuildForgeToFeedContributions for more information.

Regards,
Pete

0 votes


Permanent link
Failed to acquire alivelock: com.ibm.team.filesystem.client.internal.utils.FilesystemLock


The alivelock is part of the client's initialization. It wants to acquire a filesystem lock so to tell other instances that it owns the given sandbox.

You're getting that error because the process is unable to acquire a filesystem lock in the user's home directory. Are you using a filesystem that supports locking?

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

Question asked: Aug 06 '10, 5:24 p.m.

Question was seen: 6,467 times

Last updated: Aug 06 '10, 5:24 p.m.

Confirmation Cancel Confirm