<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mail issue on Karaf container in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Mail-issue-on-Karaf-container/m-p/2321258#M142156</link>
    <description>&lt;P&gt;Hello @Andrea De Pinto​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You probably have two different versions of the JavaMail jars in your application and Runtime.&lt;/P&gt;&lt;P&gt;The possible solution:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;try to delete the mail folder under &amp;lt;runtime home folder&amp;gt;\system\javax\mail,  please zip the folder as a backup first.&lt;/LI&gt;&lt;LI&gt;restart runtime to re-try?&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Tue, 17 Jan 2023 03:17:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-17T03:17:48Z</dc:date>
    <item>
      <title>Mail issue on Karaf container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Mail-issue-on-Karaf-container/m-p/2321257#M142155</link>
      <description>&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;I have 2 different servers where I deployed a simple dummy mail application and for some reason on 1 server it doesn't work and It logs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: java.lang.LinkageError: loader constraint violation: when resolving method "com.sun.mail.util.PropUtil.getBooleanSessionProperty(Ljavax/mail/Session;Ljava/lang/String;Z)Z" the class loader (instance of org/eclipse/osgi/internal/loader/EquinoxClassLoader) of the current class, javax/mail/internet/MimeMessage, and the class loader (instance of java/net/URLClassLoader) for the method's defining class, com/sun/mail/util/PropUtil, have different Class objects for the type javax/mail/Session used in the signature&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The application works properly locally. The configuration, the libraries, the java version are exactly the same on both the server. During the deploy it logs : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:55,403 | INFO&amp;nbsp;| -192.168.125.143 | FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 | Adding features: DummySendMailAdp-feature/[0.1.0.SNAPSHOT,0.1.0.SNAPSHOT]&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,575 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 | Changes to perform:&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,575 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;Region: root&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,575 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;&amp;nbsp;Bundles to install:&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,575 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;mvn:DemoRoutes/DummySendMailAdp-bundle/0.1.0-SNAPSHOT&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,590 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;mvn:org.apache.camel/camel-mail/2.17.3&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,590 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 | Installing bundles:&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,590 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;mvn:DemoRoutes/DummySendMailAdp-bundle/0.1.0-SNAPSHOT&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,622 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;mvn:org.apache.camel/camel-mail/2.17.3&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,637 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 | Starting bundles:&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,637 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;org.apache.camel.camel-mail/2.17.3&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,731 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| FeaturesServiceImpl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;| 8 - org.apache.karaf.features.core - 4.0.7 |&amp;nbsp;&amp;nbsp;mdw.DummySendMailAdp/0.1.0.SNAPSHOT&lt;/P&gt;&lt;P&gt;2023-01-16 12:26:57,731 | INFO&amp;nbsp;| pool-3-thread-1&amp;nbsp;| ultOsgiApplicationContextCreator | 243 - org.springframework.osgi.extender - 1.2.1 | Discovered configurations {osgibundle:/META-INF/spring/*.xml} in bundle [DummySendMailAdp (mdw.DummySendMailAdp)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any tips!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea De Pinto&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Mail-issue-on-Karaf-container/m-p/2321257#M142155</guid>
      <dc:creator>ADe_Pinto1673864968</dc:creator>
      <dc:date>2024-11-15T22:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mail issue on Karaf container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Mail-issue-on-Karaf-container/m-p/2321258#M142156</link>
      <description>&lt;P&gt;Hello @Andrea De Pinto​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You probably have two different versions of the JavaMail jars in your application and Runtime.&lt;/P&gt;&lt;P&gt;The possible solution:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;try to delete the mail folder under &amp;lt;runtime home folder&amp;gt;\system\javax\mail,  please zip the folder as a backup first.&lt;/LI&gt;&lt;LI&gt;restart runtime to re-try?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 17 Jan 2023 03:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Mail-issue-on-Karaf-container/m-p/2321258#M142156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-17T03:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mail issue on Karaf container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Mail-issue-on-Karaf-container/m-p/2321259#M142157</link>
      <description>&lt;P&gt;Hi Achen, thanks for your reply, I really appreciate it. I found the problem, there are files that make conflict with the email lib, so after removing them the process works. These files are : &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aws-java-sdk-1.11.397-javadoc.jar&lt;/P&gt;&lt;P&gt;aws-java-sdk-1.11.397-sources.jar&lt;/P&gt;&lt;P&gt;aws-java-sdk-1.11.397.jar&lt;/P&gt;&lt;P&gt;camel-aws-alldep-2.17.3.jar&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 07:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Mail-issue-on-Karaf-container/m-p/2321259#M142157</guid>
      <dc:creator>ADe_Pinto1673864968</dc:creator>
      <dc:date>2023-01-18T07:49:25Z</dc:date>
    </item>
  </channel>
</rss>

