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

SCM leaves a job running; is this a bug or a usage error?

I'm running a large number of property gets back-to-back (getting properties of all files in my workspace to check file metadata as part of a project clone). I regularly seem to get the following error:

Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: com.ibm.team.filesystem.rcp.core.internal.changes.util.listeners.UpdateChangesJob

The command I'm running is:

for dir in <directory list>; do find $dir -type f  | xargs scm property list; done

Am I doing something wrong, or is there a bug in the SCM tools that leaves something running?

I'm running RTC 4.0.0.1; this also happened ion RTC 4.0.



0 votes



6 answers

Permanent link
 It is similar to workitem 49609. Does this message show up on every command run on the console?

1 vote

Comments

 I don't actually know. I wasn't doing detailed work from the command line, just getting properties. It sometimes shows up, and sometimes doesn't.

Okay, we will track this in the workitem mentioned above. 


Permanent link
what is the work around for this problem ....????

0 votes


Permanent link
Following it up in the defect.

0 votes


Permanent link
 I have the same problem as well with Jenkins and the Team Center plugin by Rational and RTC version 4.0.1  -- How do I resolve this? What do I do to "shutdown" things?

0 votes

Comments

From defect 49609...

Do you have a .snap file under <workspace>/.metadata/.plugins/org.eclipse.core.resources/ ? If so, delete it and rerun the command. This would be a workaround until we fix the issue.

I ended up deleting the whole workspace (from the directory containing .jazz5 on down). 


Permanent link
Hi,

I am seeing this problem frequently in my build environment. We have a Jenkins plugin called "Maven Release Plugin" that we use to automate our maven release process, however it needs to deliver changes back in to RTC and I would say we hit this error about 25% of the time. It has become a real burden to our team to keep having to cleanup the failed release each time. We are on RTC 4.0.6, and the problem still seems to be there, so wondering if we know what version of RTC this was addressed in. We are looking to upgrade to RTC some time Next year.

Thanks!

0 votes

Comments

We are planning to upgrade to RTC 5 beginning of next year, wondering if anyone has seen this issue there or knows what version this bug was fixed in?


Permanent link
My work around for https://jazz.net/forum/questions/108881/message-job-manager-has-been-shut-down-appears-within-output-of-scmexe-utility has been to write a wrapper that separates stdout and stderr and basicaly ignores stderr if the status is ok.
That works also for this issue.

0 votes

Comments

p.s. I have it on AIX in a script that creates a new workspace, so looking for a .snap file in the .metadata is not an option (rtc 405)

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
× 12,019
× 1,202
× 158
× 113

Question asked: Sep 27 '12, 10:51 a.m.

Question was seen: 8,587 times

Last updated: Oct 28 '14, 7:17 p.m.

Confirmation Cancel Confirm