
Anonymous
Not applicable
2010-10-20
09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[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
Thanks in advance for the time spent on my problem.
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.
529 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2010-10-22
12:00 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
529 Views
5 Replies

Anonymous
Not applicable
2010-10-21
04:25 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Which OS? Try to install JDK1.5 and test again.
Best regards
Shong
java version "1.6.0_22"
Which OS? Try to install JDK1.5 and test again.
Best regards
Shong
529 Views

Anonymous
Not applicable
2010-10-21
04:41 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm on Vista 32 bits.
I will try to install a previous verison.
I will try to install a previous verison.
529 Views

Anonymous
Not applicable
2010-10-21
05:21 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I install this version of java
and I still have the same problem
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
529 Views

Anonymous
Not applicable
2010-10-22
12:00 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
530 Views

Anonymous
Not applicable
2010-10-22
05:46 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you saved my life
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
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
529 Views
