Jobs found still runnning after platform shutdown.Jobs should be canceled by the plugin that has scheduled them
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
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=238917
Comments
Hi Don Yang ,
Thank you for your reply, Still i could'nt find a fix.
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.