<?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: trun.bat returns error when starting in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343063#M110862</link>
    <description>&lt;P&gt;Ah, that could be a problem. Sorry, I forgot to check this.  You need to strictly follow the supported Java versions shown here....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/8.0/installation-guide-mac/compatible-java-environments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because there are an awful lot of third-party Jars included in the products and we have to make sure that all are supported by the version of Java that is selected. This could be a problem.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 18:31:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-19T18:31:03Z</dc:date>
    <item>
      <title>trun.bat returns error when starting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343060#M110859</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;trun.bat returns an error "Error occurred while checking the system module." but doesn't say anything else.&lt;/P&gt;&lt;P&gt;I've updated the "preauthorized.key.cfg" with the Remote Engine Key details as well.&lt;/P&gt;&lt;P&gt;What am i missing here,&lt;/P&gt;&lt;P&gt;Note: i'm using Archieve, and not installed using exe&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update: Found below error in the log file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jan 19, 2023 9:40:06 AM org.apache.karaf.main.Main main&lt;/P&gt;&lt;P&gt;SEVERE: Could not launch framework&lt;/P&gt;&lt;P&gt;java.lang.RuntimeException: Error occurred while checking the system module.&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:432)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:177)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.internal.framework.EquinoxContainer.&amp;lt;init&amp;gt;(EquinoxContainer.java:72)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.launch.Equinox.&amp;lt;init&amp;gt;(Equinox.java:34)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.launch.EquinoxFactory.newFramework(EquinoxFactory.java:27)&lt;/P&gt;&lt;P&gt;	at org.apache.karaf.main.Main.launch(Main.java:258)&lt;/P&gt;&lt;P&gt;	at org.apache.karaf.main.Main.main(Main.java:180)&lt;/P&gt;&lt;P&gt;Caused by: org.osgi.framework.BundleException: Invalid manifest header Export-Package: "org.osgi.dto;version="1.0",org.osgi.resource;version="1.0",org.osgi.resource.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework;version="1.8",org.osgi.framework.dto;version="1.8";uses:="org.osgi.dto",org.osgi.framework.hooks.bundle;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.resolver;version="1.0";uses:="org.osgi.framework.wiring",org.osgi.framework.hooks.service;version="1.1";uses:="org.osgi.framework",org.osgi.framework.hooks.weaving;version="1.1";uses:="org.osgi.framework.wiring",org.osgi.framework.launch;version="1.2";uses:="org.osgi.framework",org.osgi.framework.namespace;version="1.1";uses:="org.osgi.resource",org.osgi.framework.startlevel;version="1.0";uses:="org.osgi.framework",org.osgi.framework.startlevel.dto;version="1.0";uses:="org.osgi.dto",org.osgi.framework.wiring;version="1.2";uses:="org.osgi.framework,org.osgi.resource",org.osgi.framework.wiring.dto;version="1.2";uses:="org.osgi.dto,org.osgi.resource.dto",org.osgi.service.condpermadmin;version="1.1.1";uses:="org.osgi.framework,org.osgi.service.permissionadmin",org.osgi.service.packageadmin;version="1.2";uses:="org.osgi.framework",org.osgi.service.permissionadmin;version="1.2",org.osgi.service.resolver;version="1.0";uses:="org.osgi.resource",org.osgi.service.startlevel;version="1.1";uses:="org.osgi.framework",org.osgi.service.url;version="1.0",org.osgi.util.tracker;version="1.5.1";uses:="org.osgi.framework",org.apache.karaf.version;version="4.2.16",org.apache.karaf.jaas.boot.principal;uses:=javax.security.auth;version="4.2.16",org.apache.karaf.jaas.boot;uses:="javax.security.auth,javax.security.auth.callback,javax.security.auth.login,javax.security.auth.spi,org.osgi.framework";version="4.2.16",org.apache.karaf.info;version="4.2.16",, com.sun.jmx.mbeanserver, com.sun.management, sun.misc"&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.util.ManifestElement.parseHeader(ManifestElement.java:351)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.container.builders.OSGiManifestBuilderFactory.createBuilder(OSGiManifestBuilderFactory.java:109)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.storage.Storage.getBuilder(Storage.java:770)&lt;/P&gt;&lt;P&gt;	at org.eclipse.osgi.storage.Storage.checkSystemBundle(Storage.java:384)&lt;/P&gt;&lt;P&gt;	... 6 more&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343060#M110859</guid>
      <dc:creator>MM1655984008</dc:creator>
      <dc:date>2024-11-15T22:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: trun.bat returns error when starting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343061#M110860</link>
      <description>&lt;P&gt;I'm afraid that this is probably something that is better raised with Support. I would need to look at your system to try and figure this out. Sorry I cannot help.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343061#M110860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-19T16:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: trun.bat returns error when starting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343062#M110861</link>
      <description>&lt;P&gt;Thanks @Richard Hall​&amp;nbsp;, i've raised a support ticket for this.&lt;/P&gt;&lt;P&gt;FYI, i'm using JDK version 1.17 and above (tried in 2 diff machines one with 1.17 and another with 1.19).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are the System details, in case if this helps&lt;/P&gt;&lt;P&gt;1.17 version --&amp;gt; Windows 11 &lt;/P&gt;&lt;P&gt;1.19 version --&amp;gt; Windows Server 2012 R2&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 17:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343062#M110861</guid>
      <dc:creator>MM1655984008</dc:creator>
      <dc:date>2023-01-19T17:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: trun.bat returns error when starting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343063#M110862</link>
      <description>&lt;P&gt;Ah, that could be a problem. Sorry, I forgot to check this.  You need to strictly follow the supported Java versions shown here....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/8.0/installation-guide-mac/compatible-java-environments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because there are an awful lot of third-party Jars included in the products and we have to make sure that all are supported by the version of Java that is selected. This could be a problem.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 18:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343063#M110862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-19T18:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: trun.bat returns error when starting</title>
      <link>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343064#M110863</link>
      <description>&lt;P&gt;Thanks @Richard Hall​&amp;nbsp;, after injecting JDK 11 Zulu in the trun.bat, Remote Engine started&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 18:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/trun-bat-returns-error-when-starting/m-p/2343064#M110863</guid>
      <dc:creator>MM1655984008</dc:creator>
      <dc:date>2023-01-19T18:48:40Z</dc:date>
    </item>
  </channel>
</rss>

