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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to install talend on ubuntu linux

how to install talned data integration on ubuntu linux
Please provide me the complete steps to install
Labels (2)
26 Replies
Anonymous
Not applicable
Author

Hi,
Have you checked Installation and Upgrade Guide: https://help.talend.com/search/all?query=Talend+Open+Studio+for+Data+Integration+Installation+and+Up...?
Is there any problem when you install Talend Data Integration on ubuntu linux?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi xdshi thanks for your quick reply......................
when i am installing talen on ubuntu linux , iam getting the following error .
How can i solve this error and what is the reason for this error
error:
        A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ffce9bb94e9, pid=1713, tid=140724653803264
#
# JRE version: OpenJDK Runtime Environment (7.0_65-b32) (build 1.7.0_65-b32)
# Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.5.2
# Distribution: Ubuntu 14.04 LTS, package 7u65-2.5.2-3~14.04
# Problematic frame:
# C    gdk_window_enable_synchronized_configure+0x9
#
Anonymous
Not applicable
Author

Hi,
So far, Talend don't support for Open JDK.
Please take a look at document:TalendHelpCenter:Compatible Platforms.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi xdshi thank you for your quick reply ................
I agree with your answer..............
                 One thing i have to know.................
So with your answer already open jdk7 installed in ubuntu server than how can i install again the jdk7 in ubuntu.
And another thing is i have download the jdk from oracle website into ubuntu server in the format of .tar.gz , now how can i unzip it.
Because its showing the following error.................while iam unzipping.
      gzip: stdin: not in gzip format
      tar: Child returned status 1
      tar: Error is not recoverable: exiting now

Now iam in final step , so  i need your help to complete the installation.
Anonymous
Not applicable
Author

Hi,
Can you uninstall your Open JDK from your ubuntu? Did you download oracle JDK from Oracle official website http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html?
Best regards
Sabrina
Anonymous
Not applicable
Author

hi all,
from my experience on Ubuntu -11 12 13 .. not 14 0683p000009MACn.png
use apt-get install if you're not sure about how install java package by hand.
OPen JDK normally work fine for Open Studio but not with installer (enterprise version).
As suggest by Sabrina install sun jdk 1.7 (you can esaily find how's to on google)
use update-alternative to switch between java version  installed
http://askubuntu.com/questions/308663/how-to-set-the-default-java-version
but aware about xulrunner problem on linux :
https://help.talend.com/pages/viewpage.action?pageId=19426568
hope it helps
regards
laurent
Anonymous
Not applicable
Author

 
Hi xdshi, 
       Yes i have uninstalled the open jdk7 from ubuntu linux server, and downloaded the jdk7 from the oracle website in the format of .tar.gz
like    jdk-7u71-linux-x64.tar.gz
Now my problem is how to unzip this .tar.gz file format ,because i tried the following the commands to unzip it.
    tar -xvzf jdk-7u71-linux-x64.tar.gz
    tar -zxvf jdk-7u71-linux-x64.tar.gz
    sudo tar -xvzf jdk-7u71-linux-x64.tar.gz   Nothing is work ................

its showing the following error.................while iam unzipping.
      gzip: stdin: not in gzip format
      tar: Child returned status 1
      tar: Error is not recoverable: exiting now
Anonymous
Not applicable
Author

Hi kzone thank you for your reply..............
   With your experience can you explain me how to unzip this .tar.gz file format in ubuntu linux.
like    jdk-7u71-linux-x64.tar.gz
Now my problem is how to unzip this .tar.gz file format ,because i tried the following the commands to unzip it.
    tar -xvzf jdk-7u71-linux-x64.tar.gz
    tar -zxvf jdk-7u71-linux-x64.tar.gz
    sudo tar -xvzf jdk-7u71-linux-x64.tar.gz   Nothing is work ................

its showing the following error.................while iam unzipping.
      gzip: stdin: not in gzip format
      tar: Child returned status 1
      tar: Error is not recoverable: exiting now
Anonymous
Not applicable
Author

try and use unzip command line (apt-get install unzip , if you haven't got it yet)
but your tar.gz could be corrupted. normally tar -xvf should work.
check your download with md5 
regards