Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sanjeevini
Contributor III
Contributor III

Kill ESB service which is running but in TMC its not running

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

Labels (4)
6 Replies
Anonymous
Not applicable

Hello @Sanjeevini Patil​ ,

How about to restart the ESB runtime service?

Best regards

Aiming

sanjeevini
Contributor III
Contributor III
Author

@Aiming Chen​ -I did restart runtime service but it didnt help.

Anonymous
Not applicable

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 below0695b00000hv4iDAAQ.png>stop {bundleId}

>uninstall {bundleId}

 

Best regards

Aiming

 

sanjeevini
Contributor III
Contributor III
Author

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

 

jlolling
Creator III
Creator III

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.

 

sanjeevini
Contributor III
Contributor III
Author

@Jan Lolling​  I agree with you . But in my case uninstalling bundle or feature didnt help