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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

installing Talend

Is there a simple guide that tell step by step to install talend`s dependent components and Talend itself.
Now,
I have a windows 7 64 bit.I m trying to install Talend on this.
My C: folder already has a C:/Program Files and C:/Program Files(86x) in it
C:\Program Files\Java\jre6\bin has javaw.exe
i installed Talend which i got from its website Talend 5.0 version.
Then i extracted it to the same c:/Program Files folder thinking that it may find jre which is required.
After extracting i had 4 exe in C:\Program Files\TOS_DI-Win32-r72978-V5.0.0 namely :
1)TOS_DI-win32-wpf.exe
2)TOS_DI-win32-x86.exe
3)TOS_DI-win-x86_64.exe
4)Uninstall-TOS_DI-Win32-r72978-V5.0.0.exe
Of which i dont know which exe is used to run ???(would appreciate some help here)
1)First exe did not run and gave this error
---------------------------
TOS_DI-win32-wpf
---------------------------
The TOS_DI-win32-wpf executable launcher wa



To see the whole post, download it here
Labels (2)
26 Replies
Anonymous
Not applicable
Author

Hi
Because of your OS environment, a 64-bit JDK1.5+ is prerequisite.
Step 1: Install JDK1.5+.
Step 2: Set Java environment variables correctly.
You may find more information at https://community.talend.com/t5/Installing-and-Upgrading/resolved-Installing-TIS-First-itme/td-p/107...10#
TOS_DI-win-x86_64 is the execution file for your system.
One more thing. Avoid spaces in your TOS installation path. 'C:/TOS/' is preferred instead of "C:/Program Files/"
Maybe these settings will take a little time.
Best regards!
Pedro
Anonymous
Not applicable
Author

Hi
Because of your OS environment, a 64-bit JDK1.5+ is prerequisite.
Step 1: Install JDK1.5+.
Step 2: Set Java environment variables correctly.
You may find more information at https://community.talend.com/t5/Installing-and-Upgrading/resolved-Installing-TIS-First-itme/td-p/107...10#
TOS_DI-win-x86_64 is the execution file for your system.
One more thing. Avoid spaces in your TOS installation path. 'C:/TOS/' is preferred instead of "C:/Program Files/"
Maybe these settings will take a little time.
Best regards!
Pedro

Did as u said.
When i clicked on the setup i was asked to created C:/TOS and installed inside it
Then when i clicked on C:\TOS\TOS_DI-Win32-r72978-V5.0.0\TOS_DI-win-x86_64.exe
I get the following error :
---------------------------
Java Virtual Machine Launcher
---------------------------
Error: could not open `C:\Program Files\Java\jre6\lib\amd64\jvm.cfg'
---------------------------
OK
---------------------------

And further :
---------------------------
TOS_DI-win-x86_64
---------------------------
Java was started but returned exit code=1
C:\Windows\system32\javaw.exe
-Xms64m
-Xmx1536m
-XX:MaxPermSize=256m
-jar C:\TOS\TOS_DI-Win32-r72978-V5.0.0\plugins\org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-os win32
-ws win32
-arch x86_64
-showsplash
-launcher C:\TOS\TOS_DI-Win32-r72978-V5.0.0\TOS_DI-win-x86_64.exe
-name TOS_DI-win-x86_64
--launcher.library C:\TOS\TOS_DI-Win32-r72978-V5.0.0\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.0.v20100503\eclipse_1307.dll
-startup C:\TOS\TOS_DI-Win32-r72978-V5.0.0\plugins\org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-exitdata 1284_60
-vm C:\Windows\system32\javaw.exe
-vmargs
-Xms64m
-Xmx1536m
-XX:MaxPermSize=256m
-jar C:\TOS\TOS_DI-Win32-r72978-V5.0.0\plugins\org.eclipse.equinox.launcher_1.1.0.v20100507.jar
---------------------------
OK
---------------------------
Please help me with this .
And also the path which the program is referring to does not exist on my computer,(C:\Program Files\Java\jre6\lib\amd64\jvm.cfg)
I mean my java is installed on C:\Program Files\Java\jdk1.6.0_27
So which link is the program referring to ?
Sebastiao_Qlik
Employee
Employee

Did you install a 64 bit Java JDK?
given the error, it seems that you still run the studio with a 32 bit JDK.
If you installed a 64 bit JDK, where is it installed?
if needed, you may force the path to the 64 bit JDK in the .ini file (see http://scorreiait.wordpress.com/2008/08/01/how-to-launch-top-with-a-specified-jvm/ )
Anonymous
Not applicable
Author

Did you install a 64 bit Java JDK?
given the error, it seems that you still run the studio with a 32 bit JDK.
If you installed a 64 bit JDK, where is it installed?
if needed, you may force the path to the 64 bit JDK in the .ini file (see http://scorreiait.wordpress.com/2008/08/01/how-to-launch-top-with-a-specified-jvm/ )

Finally i have got it installed!!
Just for ppl who have tried installing Talend.
Steps :
1)Install jdk which also has jre u can get it downloaded it from here : http://www.oracle.com/technetwork/java/javase/downloads/index.html
2) setup JAVA_HOME and classpath in environment variables. e.g JAVA_HOME should be the installation directory of the jdk folder. It could be anything(C:\Program Files\Java inside this folder there is the bin folder so your JAVA_HOME is C:\Program Files\Java)
mention in PATH your location of bin and jre/bin (;%JAVA_HOME%\bin;%JAVA_HOME%\jre6\bin) <-- copy paste this, the path should be an exact match.Sometimes ppl have jre instead of jre6 so take care in that case and change your path accordingly.
Once this is done goto JAVA_HOME directory in cmd and type java -version if u get a proper o/p you can double click the Talend exe in your Talend extracted folder
Because i have a 64 bit OS my exe is TOS_DI-win-x86_64.exe
So let me know if i have posted anything wrong.
Anonymous
Not applicable
Author

Hi ,
1.I have installed jdk and jre from here: http://www.oracle.com/technetwork/java/ ? index.html
2.I have setup the environment variable as you said.
JAVA_HOME C:\Program Files\Java\jdk1.8.0_05
3.And Installed the Talend unde "C:/Program files"
But when I open the talend I am getting below error.
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run TOS_DI-win32-x86. No Java virtual machine
was found after searching the following locations:
C:\Program Files\TOS_DI-Win32-r72978-V5.0.0\jre\bin\javaw.exe
javaw.exe in your current PATH

please help me
Anonymous
Not applicable
Author

http://talendtutorials.wordpress.com/
Please leave your comments.
Anonymous
Not applicable
Author

Hi,
Thanks for you reply.I missed the PATH variable. But even after setting this variable
I am getting below error
Falied to load the JNI shared library "C:\Program files\files\java\jdk1.8.0_05\bin..\jre\bin\server\jvm.dll"
java location:
C:\Program Files\Java
1.jdk1.8.0_05 folder
2.jre8 folder
variable are in my system :
JAVA_HOME C:\Program Files\Java\jdk1.8.0_05
PATH ;%JAVA_HOME%\bin;%JAVA_HOME%\jre8\bin
please help me if any thing wrong
Anonymous
Not applicable
Author

Hi sarava77,
We suspect something wrong with your jdk 1.8. Could you please use/ switch jdk 1.7 instead of jdk 1.8 to see if this issue repro?
TalendHelpCenter:Compatible+Platforms
In addition, TOS_DI-win32-x86.exe is for 32 bit JDK and TOS_DI-win-x86_64.exe is for 64 bit JDK.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sara,
Earlier I resolved this issue by adding both the variables in environment variables and not in system variables.
Thanks
Vaibhav