<?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: Reload/unload native libraries without restarting Talend ESB container in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237115#M25642</link>
    <description>This not working for us, because when you re-deploy bundle (overwrite older bundle, which is running, with the never), Talend ESB automatically stops and starts bundle. We receive an error during the start of bundle "", that dll is loaded by other classloader and when we try access functionality of dll, we get an error that loaded libraries cannot be found, but after Talend is restarted, everything works perfectly. 
&lt;BR /&gt;Received error: 
&lt;BR /&gt;Caused by: java.lang.UnsatisfiedLinkError: Native Library D:\Programs\Talend\Talend-ESB-V5.3.1\container\lib\native\avutil-52.dll already loaded in another classloader 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1923) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1843) 
&lt;BR /&gt; at java.lang.Runtime.load0(Runtime.java:795) 
&lt;BR /&gt; at java.lang.System.load(System.java:1061)</description>
    <pubDate>Thu, 13 Feb 2014 12:41:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-13T12:41:24Z</dc:date>
    <item>
      <title>Reload/unload native libraries without restarting Talend ESB container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237111#M25638</link>
      <description>Hi, I have question,&lt;BR /&gt;Is it possible somehow to reload/unload native libraries (for example dll files) without restarting whole Talend ESB container, only restarting bundle and how it can be done.</description>
      <pubDate>Sat, 16 Nov 2024 11:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237111#M25638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reload/unload native libraries without restarting Talend ESB container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237112#M25639</link>
      <description>Hi, 
&lt;BR /&gt;What's your job requirement? Do you want to use your own configuration or change some default setting in Talend ESB container? Could you please share more information about your current scenario with us in forum?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 13 Feb 2014 06:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237112#M25639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T06:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reload/unload native libraries without restarting Talend ESB container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237113#M25640</link>
      <description>Hi,
&lt;BR /&gt;We are using default Talend ESB container settings and we haven't changed anything. 
&lt;BR /&gt;We have requirement to be able to re-deploy (update to new version) bundle without restarting container. The mentioned dll is inside bundle, which shall be able to be re-deployed.
&lt;BR /&gt;The problem is, that we are we are unable to unload loaded dll during bundle stop procedure. We found only one solution to unload dll - restarting whole Talend ESB container and this solution doesn't implement mentioned requirement. 
&lt;BR /&gt;So, we are looking for solution how to unload dll library, which is included in the bundle, without restarting whole Talend ESB container.</description>
      <pubDate>Thu, 13 Feb 2014 07:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237113#M25640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T07:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reload/unload native libraries without restarting Talend ESB container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237114#M25641</link>
      <description>Hi, &lt;BR /&gt;Just want to check with you , did you already try "karaf@trun&amp;gt;refresh bundle#" command in the container console? instead of "stop/start" command.&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 13 Feb 2014 08:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237114#M25641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T08:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reload/unload native libraries without restarting Talend ESB container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237115#M25642</link>
      <description>This not working for us, because when you re-deploy bundle (overwrite older bundle, which is running, with the never), Talend ESB automatically stops and starts bundle. We receive an error during the start of bundle "", that dll is loaded by other classloader and when we try access functionality of dll, we get an error that loaded libraries cannot be found, but after Talend is restarted, everything works perfectly. 
&lt;BR /&gt;Received error: 
&lt;BR /&gt;Caused by: java.lang.UnsatisfiedLinkError: Native Library D:\Programs\Talend\Talend-ESB-V5.3.1\container\lib\native\avutil-52.dll already loaded in another classloader 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1923) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1882) 
&lt;BR /&gt; at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1843) 
&lt;BR /&gt; at java.lang.Runtime.load0(Runtime.java:795) 
&lt;BR /&gt; at java.lang.System.load(System.java:1061)</description>
      <pubDate>Thu, 13 Feb 2014 12:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237115#M25642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-13T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reload/unload native libraries without restarting Talend ESB container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237116#M25643</link>
      <description>Seems your dll is in another place than be packaged into bundle itself. could you please try to package it into bundle and add Bundle-NativeCode header in the manifest like this:&lt;BR /&gt;Bundle-NativeCode: /lib/avutil-52.dll; osname=win32; osname=win64; processor=x86; processor=x86_64 &lt;BR /&gt;(osname and processor should match what OS you're using)&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 14 Feb 2014 00:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237116#M25643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-14T00:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reload/unload native libraries without restarting Talend ESB container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237117#M25644</link>
      <description>Thx Xldai for your response.
&lt;BR /&gt;Actually we tried adding dll inside of jar, but we didnt try adding mentioned information to manifest. So we will try and we will let you know if it worked.</description>
      <pubDate>Fri, 14 Feb 2014 05:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-unload-native-libraries-without-restarting-Talend-ESB/m-p/2237117#M25644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-14T05:54:42Z</dc:date>
    </item>
  </channel>
</rss>

