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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

S.O.S------>installation under linux

hello
I just used Talend on window,I want to migrate to linux but I did'nt succeed on the installation process(did'nt even find source files!)
could you please help(describe the process)
thx a lot
Labels (2)
17 Replies
Anonymous
Not applicable

Hi
Can you show the error message? Did you extract the zip file again and restart TOS?
Best regards
shong
_AnonymousUser
Specialist III
Specialist III
Author

well to tell the truth ,I don't know anything about linux!
I just unziped TOS-All-r6584-V2.2.1.zip
I tried to run yum(cause I use Fedora 6) but it did'nt work 0683p000009MPcz.png
Anonymous
Not applicable

Hi,
Did you install a JVM 1.5 or higher on your computer ?
Did you have modify the chmod on the TOS folder or TOS start file ?
You will find in the forum many reply to this subject, please search and read it.
Regards
_AnonymousUser
Specialist III
Specialist III
Author

Hi
I am also trying the talend TOS-All-r7640-V2.3.0M2 in linux.
there is no .sh files to run.All are .exe files,which could run in windows.
But the package which i downloaded is for linux only.
can anybody help me?
thanks in advance
Akila
Anonymous
Not applicable

Hello,
Talend Open Studio 2.3.0M2 is released for multiple operating systems
You only have to choose to run the binary adapted to your environment, (i.e probably TalendOpenStudio-linux-gtk-x86 in your case)
Regards,
Anonymous
Not applicable

I unfortunately have to post an additional question about this otherwise great TOS.
I am unlucky enough to need to move some of developments onto a Linux machine, Debian latest flavour, I think I followed pretty exactly the steps so far to use TOS on linux:
-> installed Java 1.6.0 into /usr/java/jre1.6.0_05/
-> download of the latest TOS (v2.3.1)
-> unzip
-> rights changes on TalendOpenStudio-linux-gtk-x86
-> then ./TalendOpenStudio-linux-gtk-x86
But then TOS didn't start, intead it gave me this message:
*** glibc detected *** double free or corruption (!prev): 0x0806bbe8 ***
Aborted
and the log file shows:
!SESSION 2008-03-06 17:03:23.856 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=GNU libgcj 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_NZ
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.equinox.app 2008-03-06 17:03:33.828
!MESSAGE Product org.talend.rcp.branding.tos.product could not be found.
!ENTRY org.eclipse.osgi 4 0 2008-03-06 17:03:33.852
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:229)
at org.eclipse.equinox.internal.app.EclipseAppContainer.start(EclipseAppContainer.java:92)
at org.eclipse.equinox.internal.app.Activator.addingService(Activator.java:129)
at org.osgi.util.tracker.ServiceTracker$Tracked.trackAdding(ServiceTracker.java:1064)
.....
Any hints on what might be wrong?
I assume there isn't much wrong as I read in an other thread that some of the developpers of the Talend Team were using debian ....
Regards
Anonymous
Not applicable

Hello,
It may be possible that you're using gcj. Use "java -version" to see what is your java version. On debian you can select your prefered java executable using "sudo update-alternatives --config java", it will set your links on the good jdk, check with "ls -al /usr/bin/java /etc/alternatives/java".
Anonymous
Not applicable

Hi again,
Thanks for the quick reply, I was indeed using gcj.
But, I now changed it to my "prefered" java, the "java -version" command gives me:
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20061115 (prerelease) (Debian 4.1.1-20)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
BUT, the error message and logs are still identical to my previous message.
Any other hint available??
Anonymous
Not applicable

You're still using gcj.
In your /etc/apt/sources.list, add the section "non-free" :
deb http://ftp.fr.debian.org/debian/ etch main non-free

Then perform:
# apt-get update
# apt-get install sun-java5-jdk
# java -version
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)