It's all about the answers!

Ask a question

Jobs found still runnning after platform shutdown.Jobs should be canceled by the plugin that has scheduled them


nanda S (201619) | asked May 26 '14, 4:47 a.m.

I am trying to execute some scm commands using a batch file and am facing a problem saying

"Jobs found still runnning after platform shutdown.Jobs should be canceled by the plugin that has scheduled them"

Example :

scm create workspace -r https :\\XXXX -u Userid -p password WorkspaceName1

----wokspace successfully created

scm create workspace -r https :\\XXXX -u Userid -p password WorkspaceName2

Jobs found still runnning after platform shutdown.Jobs should be canceled by the plugin that has scheduled them

2 answers



permanent link
Don Yang (7.7k21109138) | answered May 26 '14, 9:43 p.m.
If you use AIX, this could be the known AIX issue and see the workaround and fix from:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=238917

Comments
nanda S commented May 27 '14, 7:31 a.m.

Hi Don Yang ,

Thank you for your reply, Still i could'nt find a fix. 


Don Yang commented May 27 '14, 6:05 p.m.

Nanda

Are you having the issue on AIX or not? If yes, then the defect mentioned applies. In the scm.ini or scm.sh file, add entry:

-Djava.nio.channels.spi.SelectorProvider=sun.nio.ch.PollSelectorProvider

as per comment 14.

If you want an AIX fix, go to -http://www-01.ibm.com/support/docview.wss?uid=isg1IZ73507

and at the bottom, there is defect link to different AIX version. When clicking in to the version you are using, on top there is a link: Obtain the fix for this APAR. and you can follow the link to obtain the fix for AIX.

Hopefully this helps.


permanent link
Shuchita Tripathi (31436294) | answered May 26 '14, 5:53 a.m.

Pleas have a look at this work item.

I think this has been fixed in RTC v5.0.1

https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=306852

Your answer


Register or to post your answer.