Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Integration Intallation Problems on x64 Windows 7

I am also getting the same issue. 

 

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):

Update: I also posted the full error log to Pastebin.

  

!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)

 

 

 

I am on a 64-bit machine, and have the 64-bit JRE installed I believe. Environment variable

 

JRE_HOME and PATH have the correct paths to the JRE.

 

 

 

JRE_HOME = C:\Program Files\Java\jre-9.0.1

 

I know that log has MacOS X stuff in it ... but I am clicking the correct `.exe`:

 

0683p000009Lr0h.png

 

I can’t figure out what to try next based on the log. Any ideas?

Labels (3)
4 Replies
Anonymous
Not applicable
Author

Hi,

Are you using Java 9? Does this issue repro on Java 8?

Could you please take a look at this online document about TalendHelpCenter:Java?

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hi

 

I had the same issue. But got resolved.

I had windows 7 and I have installed Java 9.4  - That didn't work

So, I tried to install the Java 1.8 from this link below

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

and it worked.

 

have a look at the table 7 and table 8 in the below link and figure out which version is right for your environment.

https://help.talend.com/reader/RexlZLQDFJ5kZX15Y4ZebQ/QiBwsPB_OFS64lEACkDWEQ

 

once you install it, make sure you set the environment variables to the new path you have installed

For eg:    JAVE HOME has the path :   C:\Program Files (x86)\Java\jre1.8.0_161  in user variables and   ;%JAVA_HOME%\bin  in the end for 'path' in system variables.

 

 

 

 

 

 

Anonymous
Not applicable
Author

Hello,

For v6 of Talend products JDKv1.8 is required instead of JDK v 1.9.  And please ensure JDK bin is included in your PATH environment variable and is being reached.

Best regards

Sabrina

Anonymous
Not applicable
Author

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.