<?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: Data Integration Intallation Problems on x64 Windows 7 in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390292#M6563</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had the same issue. But got resolved.&lt;/P&gt;
&lt;P&gt;I had windows 7 and I have installed Java 9.4&amp;nbsp; - That didn't work&lt;/P&gt;
&lt;P&gt;So, I tried to install the Java 1.8 from this link below&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and it worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have a look at the table 7 and table 8 in the below link and figure out which version is right for your environment.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/RexlZLQDFJ5kZX15Y4ZebQ/QiBwsPB_OFS64lEACkDWEQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/RexlZLQDFJ5kZX15Y4ZebQ/QiBwsPB_OFS64lEACkDWEQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once you install it, make sure you set the environment variables to the new path you have installed&lt;/P&gt;
&lt;P&gt;For eg:&amp;nbsp;&amp;nbsp;&amp;nbsp; JAVE HOME has the path :&amp;nbsp;&amp;nbsp; C:\Program Files (x86)\Java\jre1.8.0_161&amp;nbsp; in user variables and&amp;nbsp;&amp;nbsp; ;%JAVA_HOME%\bin&amp;nbsp; in the end for 'path' in system variables.&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;
&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>Fri, 02 Feb 2018 19:50:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-02T19:50:59Z</dc:date>
    <item>
      <title>Data Integration Intallation Problems on x64 Windows 7</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390290#M6561</link>
      <description>&lt;P&gt;I am also getting the same issue.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to install Talend data integration software, and it fails. It writes the following issue to the log (and about 500 KB more just like it):&lt;/P&gt; 
&lt;P&gt;Update: I also posted &lt;A href="https://pastebin.com/g06Guuk9" target="_blank" rel="nofollow noopener noreferrer"&gt;the full error log&lt;/A&gt; to Pastebin.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;!SESSION 2017-10-19 06:41:34.981 -----------------------------------------------
eclipse.buildId=unknown
java.version=9.0.1
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64

!ENTRY org.eclipse.jdt.launching.macosx 4 0 2017-10-19 06:42:04.725
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [326]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)&lt;/PRE&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; 
&lt;P&gt;I am on a 64-bit machine, and have the 64-bit JRE installed I believe. Environment variable&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;JRE_HOME and PATH have the correct paths to the JRE.&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; 
&lt;PRE&gt;JRE_HOME = C:\Program Files\Java\jre-9.0.1&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I know that log has MacOS X stuff in it ... but I am clicking the correct `.exe`:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="L75Dj" style="width: 595px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lr0h.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152705i07A76E9801C90EA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lr0h.png" alt="0683p000009Lr0h.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I can’t figure out what to try next based on the log. Any ideas?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390290#M6561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data Integration Intallation Problems on x64 Windows 7</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390291#M6562</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Are you using Java 9? Does this issue repro on Java 8?&lt;/P&gt;
&lt;P&gt;Could you please take a look at this online document about &lt;A title="TalendHelpCenter:Java" href="https://help.talend.com/reader/RexlZLQDFJ5kZX15Y4ZebQ/QiBwsPB_OFS64lEACkDWEQ" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Java&lt;/A&gt;?&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;</description>
      <pubDate>Mon, 23 Oct 2017 04:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390291#M6562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-23T04:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Integration Intallation Problems on x64 Windows 7</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390292#M6563</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had the same issue. But got resolved.&lt;/P&gt;
&lt;P&gt;I had windows 7 and I have installed Java 9.4&amp;nbsp; - That didn't work&lt;/P&gt;
&lt;P&gt;So, I tried to install the Java 1.8 from this link below&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and it worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have a look at the table 7 and table 8 in the below link and figure out which version is right for your environment.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.talend.com/reader/RexlZLQDFJ5kZX15Y4ZebQ/QiBwsPB_OFS64lEACkDWEQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/RexlZLQDFJ5kZX15Y4ZebQ/QiBwsPB_OFS64lEACkDWEQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;once you install it, make sure you set the environment variables to the new path you have installed&lt;/P&gt;
&lt;P&gt;For eg:&amp;nbsp;&amp;nbsp;&amp;nbsp; JAVE HOME has the path :&amp;nbsp;&amp;nbsp; C:\Program Files (x86)\Java\jre1.8.0_161&amp;nbsp; in user variables and&amp;nbsp;&amp;nbsp; ;%JAVA_HOME%\bin&amp;nbsp; in the end for 'path' in system variables.&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;
&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>Fri, 02 Feb 2018 19:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390292#M6563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-02T19:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data Integration Intallation Problems on x64 Windows 7</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390293#M6564</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For v6 of Talend products JDKv1.8 is required instead of JDK v 1.9.&amp;nbsp; And please ensure JDK bin is included in your PATH environment variable and is being reached.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 08:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390293#M6564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Integration Intallation Problems on x64 Windows 7</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390294#M6565</link>
      <description>&lt;P&gt;I had this same problem, and it seems like there is an easy fix (or it worked for me). My problem was that I didn't read the installation instructions properly!! I just downloaded the first jdk option from the oracle site, but the installation documentation clearly states that you must download and install the JRE and not the JDK. After I installed the JRE, and added the java_home path and path values, it all worked as expected.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 13:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Data-Integration-Intallation-Problems-on-x64-Windows-7/m-p/2390294#M6565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-03T13:45:27Z</dc:date>
    </item>
  </channel>
</rss>

