Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem starting Talend: Java was started but returned exit code=1

Hello,

 

I accidentally moved the TOS_BD-win-x86_64.exe file into another directory and tried running it from there and it wouldn't run.  After trying to put it back to it's rightful directory, I've been getting errors similar to this one.  

 

I'm able to open up the 32-bit exe version but not the 64-bit exe, which isn't useful for me since all my work utilizes components built up in the 64-bit version.  I've even recently tried to reinstall Talend but to no avail, and received the following message as below.  

 

I'm not sure how to proceed to correct this, nor have I been able to find a workaround to this solution that has yet to work.  

 

Can someone please help, or help guide me to a sight that help?

 

I'm running the following java version: java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) Client VM (build 25.131-b11, mixed mode)

 

0683p000009Lu6U.pngTOS_BD-win-x86_64 response to running .exe

Labels (2)
15 Replies
cterenzi
Specialist
Specialist

Usually only the topic creator can accept a solution.
Anonymous
Not applicable
Author

That makes sense.

So much for those clock cycles poking around for a button.

saravana_kannan
Contributor
Contributor

you are using jdk 32 bit in your windows.

But you are trying to run talend 64 bit software.

Please upgrade your JDK to 64 bit and also give the jdk bin path in to your system environment variables PATH.

Please restart your PC. It should work now

 

saravana_kannan
Contributor
Contributor

You can give jdk bin path in to system variables PATH .

Thanks
Saravana
KarthikGs
Creator
Creator

if editing the environmental variables didn't work, you can make changes in the configuration settings file in the talend home directory like below.

Add

-vm C:\Users\saikarthik\Downloads\Java\jdk1.8.0_131\jre\bin (the location of the jre bin inside the installed jdk).

This forces your TOS to use jre inside jdk while starting up.

 

0683p000009Lt0Y.png

Anonymous
Not applicable
Author

Hi

Can you pl help . I am new to Talend & am facing the same issue.

I set the enviornment variable (see below) but still get the same error. If i put the same JRE path in Talend config file I get "Cant create JVM error'

 

Any quick resolution will be extremely helpful

Thanks in advance

Bibek

0683p000009MaAK.jpg