Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to run TOS - Data Integration in Linux but it's not working.
!SESSION 2018-07-11 10:27:39.743 -----------------------------------------------
eclipse.buildId=unknown
java.version=10.0.1
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86_64
!ENTRY org.talend.hadoop.distribution.cdh580 4 0 2018-07-11 10:27:42.049
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.talend.hadoop.distribution.cdh580 [9]
Unresolved requirement: Require-Bundle: org.talend.core.runtime
-> Bundle-SymbolicName: org.talend.core.runtime; bundle-version="7.0.1.20180411_1414"; singleton:="true"
org.talend.core.runtime [10]
Unresolved requirement: Require-Bundle: org.talend.model
-> Bundle-SymbolicName: org.talend.model; bundle-version="7.0.1.20180411_1414"
Hello,
We are not targetting java 10 yet. Could you please use java 8 instead to see if it works?
Please have a look at this online document about:TalendHelpCenter:Compatible Java Environments.
Best regards
Sabrina
Hello,
We are not targetting java 10 yet. Could you please use java 8 instead to see if it works?
Please have a look at this online document about:TalendHelpCenter:Compatible Java Environments.
Best regards
Sabrina
As you said, I have installed Java 8 but another error message pops out:
JVM terminated. Exit code=2
/home/ubuntu/Desktop/TOS_DI-20180411_1414-V7.0.1/jre/bin/java
-Xms512m
-Xmx1536m
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-jar /home/ubuntu/Desktop/TOS_DI-20180411_1414-V7.0.1/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /home/ubuntu/Desktop/TOS_DI-20180411_1414-V7.0.1/TOS_DI-linux-gtk-x86_64
-name TOS_DI-linux-gtk-x86_64
--launcher.library /home/ubuntu/Desktop/TOS_DI-20180411_1414-V7.0.1/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/eclipse_1605.so
-startup /home/ubuntu/Desktop/TOS_DI-20180411_1414-V7.0.1/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.overrideVmargs
-exitdata f20038
-vm /home/ubuntu/Desktop/TOS_DI-20180411_1414-V7.0.1/jre/bin/java
-vmargs
-Xms512m
-Xmx1536m
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-jar /home/ubuntu/Desktop/TOS_DI-20180411_1414-V7.0.1/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
Thank you.
Hello,
Is your java environment set correctly?
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.
Best regards
Sabrina