Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 !
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
Hello Sabrina,
When I display localhost:8040/services I get this :
My deploy folder is empty (except the default README file) :
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 :
How can I solve this problem ? Undeploy these services which are not in deploy folder anymore ?