<?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: First time starting Talend Open Studio for Data Integration on Linux produces an error in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351250#M960</link>
    <description>&lt;P&gt;Did you install gtk libs ? &lt;/P&gt;&lt;P&gt;java.lang.UnsatisfiedLinkError: org.eclipse.swt.internal.gtk.OS._cachejvmptr()V means he can't find the libs : gtk : &lt;/P&gt;&lt;P&gt;Can you check if you installed those libs ? Which releases ? =&amp;gt;&lt;/P&gt;&lt;P&gt;apt list --installed |grep gtk &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 09:14:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-06T09:14:55Z</dc:date>
    <item>
      <title>First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351244#M954</link>
      <description>&lt;P&gt;I downloaded&amp;nbsp;Talend Open Studio for Data Integration version 7,2,1 and unzipped it on our Linux 7 machine. followed the installation guide to configure JAVA_HOME and&amp;nbsp;xulrunner.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Connect to the Linux machine with Cygwin to allow graphical interface and run&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;./TOS_DI-linux-gtk-x86_64&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This produces the bellow error.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;from the first few lines it looks a little strange to me that although it recognizes that the operating system is linux it still tries to find the module&amp;nbsp;org.eclipse.compare.win32&amp;nbsp; &amp;nbsp;which I assume is for windows.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any advise on this issue will be highly appreciated!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;=========&amp;nbsp; from log file&amp;nbsp; 1568152839888.log&amp;nbsp; ===============================&lt;/P&gt; 
&lt;P&gt;!SESSION 2019-09-10 22:00:39.760 -----------------------------------------------&lt;BR /&gt;eclipse.buildId=unknown&lt;BR /&gt;java.version=1.8.0_222&lt;BR /&gt;java.vendor=Oracle Corporation&lt;BR /&gt;BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US&lt;BR /&gt;Command-line arguments: -os linux -ws gtk -arch x86_64&lt;/P&gt; 
&lt;P&gt;!ENTRY org.eclipse.compare.win32 4 0 2019-09-10 22:00:40.658&lt;BR /&gt;!MESSAGE FrameworkEvent ERROR&lt;BR /&gt;!STACK 0&lt;BR /&gt;org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [4]&lt;BR /&gt;Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"&lt;/P&gt; 
&lt;P&gt;at org.eclipse.osgi.container.Module.start(Module.java:451)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)&lt;BR /&gt;at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)&lt;BR /&gt;at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)&lt;/P&gt; 
&lt;P&gt;!ENTRY org.eclipse.jdt.launching.macosx 4 0 2019-09-10 22:00:40.660&lt;BR /&gt;!MESSAGE FrameworkEvent ERROR&lt;BR /&gt;!STACK 0&lt;BR /&gt;org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [20]&lt;BR /&gt;Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"&lt;/P&gt; 
&lt;P&gt;at org.eclipse.osgi.container.Module.start(Module.java:451)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)&lt;BR /&gt;at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)&lt;BR /&gt;at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)&lt;/P&gt; 
&lt;P&gt;!ENTRY org.eclipse.jdt.launching.ui.macosx 4 0 2019-09-10 22:00:40.660&lt;BR /&gt;!MESSAGE FrameworkEvent ERROR&lt;BR /&gt;!STACK 0&lt;BR /&gt;org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.ui.macosx [21]&lt;BR /&gt;Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"&lt;/P&gt; 
&lt;P&gt;at org.eclipse.osgi.container.Module.start(Module.java:451)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)&lt;/P&gt; 
&lt;P&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)&lt;BR /&gt;at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)&lt;BR /&gt;at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)&lt;BR /&gt;at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)&lt;/P&gt; 
&lt;P&gt;!ENTRY org.eclipse.osgi 4 0 2019-09-10 22:00:42.875&lt;BR /&gt;!MESSAGE Application error&lt;BR /&gt;!STACK 1&lt;BR /&gt;java.lang.UnsatisfiedLinkError: org.eclipse.swt.internal.gtk.OS._cachejvmptr()V&lt;BR /&gt;at org.eclipse.swt.internal.gtk.OS._cachejvmptr(Native Method)&lt;BR /&gt;at org.eclipse.swt.internal.gtk.OS.cachejvmptr(OS.java:488)&lt;BR /&gt;at org.eclipse.swt.internal.gtk.OS.&amp;lt;clinit&amp;gt;(OS.java:91)&lt;BR /&gt;at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:209)&lt;BR /&gt;at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:155)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.&amp;lt;clinit&amp;gt;(Display.java:151)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:741)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:163)&lt;BR /&gt;at org.talend.rcp.intro.Application.start(Application.java:103)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1501)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.main(Main.java:1474)&lt;/P&gt; 
&lt;P&gt;================================================================&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351244#M954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351245#M955</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Ensure proper version of JDK is installed. For v6 of Talend products JDKv1.8 is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 07:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351245#M955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-12T07:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351246#M956</link>
      <description>&lt;P&gt;Thank you Sabrina for the answer.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We installed Talend open studio for data integration version 7.2.1 and our java version is:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;java -version&lt;BR /&gt;openjdk version "1.8.0_222"&lt;BR /&gt;OpenJDK Runtime Environment (build 1.8.0_222-b10)&lt;BR /&gt;OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Our PATH includes the java bin directory:&lt;/P&gt; 
&lt;P&gt;PATH=/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/talend/.local/bin:/home/talend/bin:/usr/lib/jvm/jre-1.8.0-openjdk:/usr/local/ec2/ec2-api-tools-1.7.5.1/bin:/usr/local/aws/bin:/usr/lib/jvm/jre-1.8.0-openjdk/bin&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and the JAVA_HOME defined:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you see any wrong configuration here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you again!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 13:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351246#M956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-12T13:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351247#M957</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm currently in the same situation but with talend 7.3.1 always on linux os.&lt;/P&gt;&lt;P&gt;has anyone found the solution to the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 14:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351247#M957</guid>
      <dc:creator>robb183</dc:creator>
      <dc:date>2020-10-21T14:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351248#M958</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please refer to this online documentations about: &lt;A href="https://help.talend.com/reader/RzdULPz3cf8xOi2hTwk6LQ/pCghMI_rKN8u1fzRdTaH5g" alt="https://help.talend.com/reader/RzdULPz3cf8xOi2hTwk6LQ/pCghMI_rKN8u1fzRdTaH5g" target="_blank"&gt;TalendHelpCenter: Compatible Operating Systems&lt;/A&gt; and &lt;A href="https://help.talend.com/reader/RzdULPz3cf8xOi2hTwk6LQ/e8MyhxOgjjchFm4niwW7ig" alt="https://help.talend.com/reader/RzdULPz3cf8xOi2hTwk6LQ/e8MyhxOgjjchFm4niwW7ig" target="_blank"&gt;TalendHelpCenter: Compatible Java Environments&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to make sure if you are on a compatible platform and compatible java environment.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2020 04:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351248#M958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-22T04:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351249#M959</link>
      <description>&lt;P&gt;Thanks for your reply, I checked and my server has the following configurations:&lt;/P&gt;&lt;P&gt;Name:Debian GNU/Linux&lt;/P&gt;&lt;P&gt;Version_id=10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;java v 1.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something not compatible? i was told that the debian version ok ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;last error log &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!SESSION 2020-10-27 11:38:56.159 -----------------------------------------------&lt;/P&gt;&lt;P&gt;eclipse.buildId=unknown&lt;/P&gt;&lt;P&gt;java.version=1.8.0_271&lt;/P&gt;&lt;P&gt;java.vendor=Oracle Corporation&lt;/P&gt;&lt;P&gt;BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en&lt;/P&gt;&lt;P&gt;Command-line arguments:&amp;nbsp;-os linux -ws gtk -arch x86_64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.compare.win32 4 0 2020-10-27 11:38:57.631&lt;/P&gt;&lt;P&gt;!MESSAGE FrameworkEvent ERROR&lt;/P&gt;&lt;P&gt;!STACK 0&lt;/P&gt;&lt;P&gt;org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [733]&lt;/P&gt;&lt;P&gt;&amp;nbsp;Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.container.Module.start(Module.java:451)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!ENTRY org.talend.platform.logging 1 0 2020-10-27 11:39:00.600&lt;/P&gt;&lt;P&gt;!MESSAGE 2020-10-27 11:39:00,597 INFO&amp;nbsp;org.talend.utils.StudioKeysFileCheck&amp;nbsp;- encryptionKeyFilePath: /root/talend/TOS_BD-20200219_1130-V7.3.1/configuration/studio.keys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.osgi 4 0 2020-10-27 11:39:00.672&lt;/P&gt;&lt;P&gt;!MESSAGE Application error&lt;/P&gt;&lt;P&gt;!STACK 1&lt;/P&gt;&lt;P&gt;org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.SWT.error(SWT.java:4621)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.createDisplay(Display.java:1033)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.create(Display.java:1013)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.graphics.Device.&amp;lt;init&amp;gt;(Device.java:175)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.&amp;lt;init&amp;gt;(Display.java:578)&lt;/P&gt;&lt;P&gt;	at org.eclipse.swt.widgets.Display.&amp;lt;init&amp;gt;(Display.java:569)&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:757)&lt;/P&gt;&lt;P&gt;	at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:163)&lt;/P&gt;&lt;P&gt;	at org.talend.rcp.intro.Application.start(Application.java:106)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)&lt;/P&gt;&lt;P&gt;	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;/P&gt;&lt;P&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/P&gt;&lt;P&gt;	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;	at java.lang.reflect.Method.invoke(Method.java:498)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.run(Main.java:1501)&lt;/P&gt;&lt;P&gt;	at org.eclipse.equinox.launcher.Main.main(Main.java:1474)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 14:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351249#M959</guid>
      <dc:creator>robb183</dc:creator>
      <dc:date>2020-10-27T14:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351250#M960</link>
      <description>&lt;P&gt;Did you install gtk libs ? &lt;/P&gt;&lt;P&gt;java.lang.UnsatisfiedLinkError: org.eclipse.swt.internal.gtk.OS._cachejvmptr()V means he can't find the libs : gtk : &lt;/P&gt;&lt;P&gt;Can you check if you installed those libs ? Which releases ? =&amp;gt;&lt;/P&gt;&lt;P&gt;apt list --installed |grep gtk &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351250#M960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-06T09:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: First time starting Talend Open Studio for Data Integration on Linux produces an error</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351251#M961</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please let us know if this article helps?&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/58701026/eclipse-cdt-4-11-0-crashes-with-swt-library-not-found-error" alt="https://stackoverflow.com/questions/58701026/eclipse-cdt-4-11-0-crashes-with-swt-library-not-found-error" target="_blank"&gt;https://stackoverflow.com/questions/58701026/eclipse-cdt-4-11-0-crashes-with-swt-library-not-found-error&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 05:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/First-time-starting-Talend-Open-Studio-for-Data-Integration-on/m-p/2351251#M961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-09T05:36:47Z</dc:date>
    </item>
  </channel>
</rss>

