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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

ESB : tRun, my api doesn't disappear from bundle list

Hello everyone,

 

I noticed something. I tested an api placing its jar file in deploy folder.

I saw it in bundle:list.

 

However, when I deleted the jar file, stopped Karaf, and started it again, my API didn't disappear in bundle:list.

 

Is it normal ?

 

Thank you !

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

Are you getting jars conflict while running job/route on runtime? If you are trying to exclude your jar, please add the below line in studio/plugins/org.talend.repository_xxx.jar/resources/osgi-exclude.properties

com.ibm.mq.osgi.java 

e.g. if the jar name is com.ibm.mq.osgi.java_9.0.3.0.jar, here put ' com.ibm.mq.osgi.java' is OK.

 so that publish the job won't include the jar again.

2. restart studio with new workspace and re-publish the job/route again.

Here is a jira issue in V 7.1.1 and 7.0.2

Best regards

Sabrina

 

 

 

 

Alpha549
Creator II
Creator II
Author

Hello Sabrina,

 

When I display localhost:8040/services I get this :

 

0695b00000RgwU1AAJ.png 

My deploy folder is empty (except the default README file) :

 

0695b00000RgwW7AAJ.png 

Indeed, in the past I had 3 jars in this folder, for api hello, bye and err.

However these jar files are note here anymore.

The services haven't been undeployed and are displayed in bundle:list :

 

0695b00000RgwQZAAZ.png 

How can I solve this problem ? Undeploy these services which are not in deploy folder anymore ?