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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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 mahadevank,
Is your issue resolved?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi xdshi thank you for your reply...............
Still i am facing the same problem, after getting the jdk file from oracle website    jdk-7u71-linux-x64.tar.gz

Problem is i can't able to untar this tar.gz file.

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,
Have you tried to use JDK .zip file? We don't use  tar.gz before.
Best regards
Sabrina
Anonymous
Not applicable
Author

Have you also tried:
gunzip -c jdk-7u71-linux-x64.tar.gz | tar xvf -


?
Anonymous
Not applicable
Author

try this :
https://help.ubuntu.com/community/Java#Oracle_Java_7
you've got several methods to install jdk 7 on Ubuntu
as you got some problem about tar archive use apt-get & for that add repos 
http://www.webupd8.org/2011/09/how-to-install-oracle-java-7-jdk-in.html
regards
Anonymous
Not applicable
Author

Hi kzone and xdshi,
 Thank you for your valuable links.
Now i have successfully installed jdk1.7 on ubuntu linux.
But still iam facing the error , i can't launch talend open studion on ubuntu linux due to this erro.
But this time the error is something different, which i have uploaded for your review.
......................................
 A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fb3d3dbc4e9, pid=15624, tid=140411284743936
#
# JRE version: Java(TM) SE Runtime Environment (7.0_72-b14) (build 1.7.0_72-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.72-b04 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C    gdk_window_enable_synchronized_configure+0x9
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
---------------  T H R E A D  ---------------
Current thread (0x00007fb40400a000):  JavaThread "main"
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000018
Anonymous
Not applicable
Author

On linux machine you can have thsi kind of 'error' 0683p000009MACn.png
http://www.itworld.com/article/2693414/operating-systems/setting-limits-with-ulimit.html
regards
Anonymous
Not applicable
Author

Hi any one help me to solve this installation promblem....................
I would like to install talend open studio on ubuntu linux server.
I have completed all the steps successfully without error, but i don't know how to launch talend open studio.
Here i explain about my expectation..................
i want to install talend open studio on ubuntu lincux server in  amezon webservice, so i installed talend open studio on ubuntu server by using command mode through some interface.
But i don't know how to launch talend from ubuntu (amezon web service).
...........Amezon web service.......................
Here ubuntu linux server is available in amezon web service, i need to install and launch talend open studio .
How can i do it and access it....................guide me the steps if anyone knows.
   
Anonymous
Not applicable
Author

Talend OPen Studio is an EDI to make some java in a graphical mode.
So i don't understand your expectation to open Talend studion on a distant server (machine).
In general , Talend open studio is on local to develop your project and then differents environment could be on remote server as it's the compiled java code that is push on those server.
regards
Anonymous
Not applicable
Author

Hi kzone, thank you for your reply..........
Now i understand , we cannot access talend open studio in our local machine when it is installed in  a server.
Here one thing i have to know ,when Iam using talend open studio for data integration in my local machine
1.how can i share my job and metadata with server,
2. And what i have to install in server machine to share all my work.....................Is there any software to install in server to access all the work from my local system(talend open studio).