Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI Team,
I Deployed Data service job in TMC and it was working fine .Later i Undeployed it but in cfx servce it shows its still running.
How to kill the Data service from back end?
Thanks
-Sanjeevini
Hello @Sanjeevini Patil ,
How about to restart the ESB runtime service?
Best regards
Aiming
@Aiming Chen -I did restart runtime service but it didnt help.
Hello @Sanjeevini Patil ,
You can login the runtime server machine, then start the runtime(need to stop the runtime service first) by the script <runtime>/bin/trun, then run the command >list to find the bundle id of the job
then run the below command to stop and uninstall the bundle like the below>stop {bundleId}
>uninstall {bundleId}
Best regards
Aiming
Hi @Aiming Chen I tried the option provided by you . But it didnot help. I cleared data folder restarted the run time service and then it worked.
Thanks
-Sanjeevini
Clear the data folder is brutal and also clears a other things like DataSources. Try to avoid that.
The problem is, Talend TMC (and also the TAC) works not correct with the Karaf container.
Here shortly how it works in general:
For every API artifact you have in Karaf 2 things:
feature (referencing the necessary bundles)
bundle (is the actual job)
If you want to get rid of a api job it works well if you remove the feature. This will also prevent if you have more than one version of the feature or bundle for one artifact all will be removed.
@Jan Lolling I agree with you . But in my case uninstalling bundle or feature didnt help