Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] jvm terminated exit code = -1

hello,
I have installed tos v4.0.3 and I have a problem when I try to launch it.
I've got the error message : jvm terminated exit code = -1. See the details below

I've already tried to reinstall my jre (unistall and install the newest version) and I still have the same problem. I tried to install several versions of tos, same problem, exit code = -1.
My java environnement
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)

Thanks in advance for the time spent on my problem.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello
Can you try these solutions mentioned on
http://troyworks.com/blog/2008/06/08/eclipse-jvm-terminated-exit-code-1/
In Talend, you need to edit TalendDataQuality-win32-x86.ini if you are on 32bit OS.
Best regards
Shong

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hello
java version "1.6.0_22"

Which OS? Try to install JDK1.5 and test again.
Best regards
Shong
Anonymous
Not applicable
Author

I'm on Vista 32 bits.
I will try to install a previous verison.
Anonymous
Not applicable
Author

I install this version of java
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) Client VM (build 1.5.0_22-b03, mixed mode, sharing)

and I still have the same problem 0683p000009MPcz.png
Anonymous
Not applicable
Author

Hello
Can you try these solutions mentioned on
http://troyworks.com/blog/2008/06/08/eclipse-jvm-terminated-exit-code-1/
In Talend, you need to edit TalendDataQuality-win32-x86.ini if you are on 32bit OS.
Best regards
Shong
Anonymous
Not applicable
Author

you saved my life 0683p000009MA9p.png
The problem was because of the argument -Xmx768m in "TalendOpenStudio-win32-x86.ini".
My labtop only has 2Go of RAM and by default, the memory allocated is 768Mo. That's higher than the memory available.
So, I changed this value to 512 (Xmx512m) and it was better.
Thank you.
Best Regards