[SOLVED] Java was started but returned exit code=8096 on RTC Client
Hi all,
I detected a issue on rtc client, at the moment that I make a load at any project. So eclipse closes, and a jvm window opens saying that: "Java was started but returned exit code=8096". Below my configurations:
OS: Windows 7 Enterprise SP1- 64bits;
Processor: Intel Core i7-2600
Memory: 8,00GB
Client: TeamConcert 4.0.5
Local client installation: C:\Program Files\TeamConcert405
Server: RTC 4.0.5
Local server installation: https://hub.jazz.net/
eclipse.ini:
-vmC:\Program Files\TeamConcert405\jdk\jre\bin\javaw.exe-startupplugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807-installC:/Program Files (x86)/IBM/TeamConcert405-vmargs-Xms206m-Xmx1024m-Xmnx64m-Xgcpolicy:gencon-Xscmx96m-Xshareclasses:name=IBMSDP_%u
javacore.20140108.155427.6396.0002: http://tny.cz/0972847e
Exit code=8096 img attached.
Accepted answer
Hi Joao,
There is common issue and there are couple of tech notes regarding that:
http://www-01.ibm.com/support/docview.wss?uid=swg21656989
or http://www-01.ibm.com/support/docview.wss?uid=swg21303648 (the second one is for RAD but might be also applicable).
Please let us know if any of these technotes helped you.
There is common issue and there are couple of tech notes regarding that:
http://www-01.ibm.com/support/docview.wss?uid=swg21656989
or http://www-01.ibm.com/support/docview.wss?uid=swg21303648 (the second one is for RAD but might be also applicable).
Please let us know if any of these technotes helped you.
One other answer
Hi Alwin brands, I removed all things as my eclipse.ini below:
-startupplugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222-vmjdk/jre/bin--launcher.XXMaxPermSize256m-vmargs-Xms100m-Xmx512m-Dosgi.requiredJavaVersion=1.6-Dosgi.bundlefile.limit=100
Comments
Did you install RTC 4.0.5 as 64bit application? My eclipse.ini file has many more lines. Higher demand on memory I would say.
-vm
C:\Program Files\IBM\SDP\jdk\jre\bin\javaw.exe
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
-install
C:\Program Files\IBM\SDP
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222
--launcher.XXMaxPermSize
256m
-vmargs
-Xquickstart
-Xms100m
-Xmx1024m
-Xmnx64m
-Xgcpolicy:gencon
-Xscmx96m
-Xnolinenumbers
-XX:MaxPermSize=128M
-Xcompressedrefs
-Dcom.ibm.ws.management.event.max_polling_interval=1000
-Djava.util.Arrays.useLegacyMergeSort=true
-Dosgi.requiredJavaVersion=1.5
-Dosgi.bundlefile.limit=100
Removing the
-Xshareclasses:name=IBMSDP_%u worked for me. Thanks Krzysztof
2 votes
Thanks Anthony :)
Comments
Alwin Brands
Jan 27 '14, 8:13 a.m.Hi Joao, I had exactly the same problem, received identical Eclipse error log. I applied both solutions. For the first one I deleted that particular line. Don´t know how to flag a line as Comment (as REM worked in old DOS days).