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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Tech8
Contributor III
Contributor III

Talend Container deploy

I´ve been testing different services and seems that some of them still are avaliable even they are not in the deploy folder. 

 

1.- Is it possible that some of the services are still running even if i restart the TALEND CONTAINER service?

 

2.- If i store them in a subfolder inside the deploy folder, Will the TALEND CONTAINER use them or only the ones that are in deploy?

 

 

Labels (4)
1 Solution

Accepted Solutions
Tech8
Contributor III
Contributor III
Author

I solved the problem doing a clean deploy. Just had to wipe out <TalendRuntimePath>/container/data/cache folder.

 

You can reach the same result by adding clean to the start command in Windows or Linux.

 

Seems that /container/data contains all the working and temporary files for Karaf and there will be files of old services even if you delete them from /container/deploy. So for this reason the old services were avaliable.

 

 

View solution in original post

3 Replies
Anonymous
Not applicable

@tech8 is it Data container in MDM?

Tech8
Contributor III
Contributor III
Author

No, im using Talend Runtime Container as a Windows Service

Tech8
Contributor III
Contributor III
Author

I solved the problem doing a clean deploy. Just had to wipe out <TalendRuntimePath>/container/data/cache folder.

 

You can reach the same result by adding clean to the start command in Windows or Linux.

 

Seems that /container/data contains all the working and temporary files for Karaf and there will be files of old services even if you delete them from /container/deploy. So for this reason the old services were avaliable.