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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error launching Talend Open Studio for Data Integration on Linux

Hi,

I have installed Talend Open Studio for Data Integration. When i try to launch the product, it gives me error:

 

"TOS_DI-linux-gtk-x86_64:
An error has occurred. See the log file
/talend/TOS_DI-20190424_1503-V7.2.1M5/configuration/1558534796542.log."

 

System specifications:
Linux Centos 6.10

 

Java version:
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-b04)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)

 

[root@geoloc TOS_DI-20190424_1503-V7.2.1M5]# echo $JAVA_HOME
/usr/lib/jvm/jre-1.8.0-openjdk.x86_64
[root@geoloc TOS_DI-20190424_1503-V7.2.1M5]# echo $PATH
/usr/lib/jvm/jre-1.8.0-openjdk.x86_64/bin/java:/usr/lib/jvm/jre-1.8.0-openjdk.x86_64/bin:/usr/lib64/qt-3.3/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin

 

Following is the subset of log file, complete file is attached separately.

 

Thanks for the support
Marco

 

 

 

[root@geoloc TOS_DI-20190424_1503-V7.2.1M5]# more /talend/TOS_DI-20190424_1503-V7.2.1M5/configuration/1558534796542.log
!SESSION 2019-05-22 16:19:56.355 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_212
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=it_IT
Command-line arguments: -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.compare.win32 4 0 2019-05-22 16:19:58.084
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [4]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)"

at org.eclipse.osgi.container.Module.start(Module.java:451)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)

!ENTRY org.eclipse.jdt.launching.macosx 4 0 2019-05-22 16:19:58.088
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx [20]
Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=macosx)"

at org.eclipse.osgi.container.Module.start(Module.java:451)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1783)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1762)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1725)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1656)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)

 

 

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

the problem is solved.
The error was probably due to the Linux Centos 6.10 operating system not supported by Talend.
Installed on Linux Centos 7.3 it worked.
Thanks for the support
regards

 

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hello,

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.

Go to Windows-->Preferences-->Java-->Installed JREs and you can find the version of Java used by Studio.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

the problem is solved.
The error was probably due to the Linux Centos 6.10 operating system not supported by Talend.
Installed on Linux Centos 7.3 it worked.
Thanks for the support
regards