"Show View -> Pending Changes" Kills RTC 4.0.4 Client
I just installed the RTC 4.0.4 Client for Eclipse 4.2.x IDE. It starts up fine.
However, if I go to the Pending Changes view, Eclipse goes away. I don't even need to connect to an RTC server for this to happen; going to that view right after starting up a virgin install causes the client to blow up.
Error as below:
However, if I go to the Pending Changes view, Eclipse goes away. I don't even need to connect to an RTC server for this to happen; going to that view right after starting up a virgin install causes the client to blow up.
Error as below:
Accepted answer
Hi Gary.
Here is more info on class sharing and the class cache:
-Matt
Glad to hear your Eclipse is no longer crashing after you commented out this JVM option in the eclipse.ini file:
-Xshareclasses:name=IBMSDP_%u
I believe this JVM option improves performance by allowing multiple Java-based applications to share compiled classes. In your case, there was something already in this class cache - an old class from an earlier JVM maybe - that caused Eclipse to die with a GPF. I imagine just deleting class cache directory would have also fixed the problem. On my Windows 7 box, it lives here:
C:\Users\<user>\AppData\Local\javasharedresources\
One other answer
The first line is the important part of the error
JVM terminated. Exit code=8096
I found a few hits searching google for that error
One of the more common fixes was to clear the Microsoft Temp directory.
C:\Users\<username>\AppData\Local\Temp
I found some interesting information on clearing the cache using Java commands here:
http://stackoverflow.com/questions/2143155/installation-of-ibm-rad-7-5-fails-with-jvm-crash
Here are a couple technotes that might help.
http://www-01.ibm.com/support/docview.wss?uid=swg21303648
http://www-01.ibm.com/support/docview.wss?uid=swg21627887
Another thing to try is to create a new workspace and see if you have the same problem
JVM terminated. Exit code=8096
I found a few hits searching google for that error
One of the more common fixes was to clear the Microsoft Temp directory.
C:\Users\<username>\AppData\Local\Temp
I found some interesting information on clearing the cache using Java commands here:
http://stackoverflow.com/questions/2143155/installation-of-ibm-rad-7-5-fails-with-jvm-crash
Here are a couple technotes that might help.
http://www-01.ibm.com/support/docview.wss?uid=swg21303648
http://www-01.ibm.com/support/docview.wss?uid=swg21627887
Another thing to try is to create a new workspace and see if you have the same problem
Comments
Gary Mullen-Schultz
Sep 10 '13, 2:21 p.m.Gary Mullen-Schultz
Sep 10 '13, 2:21 p.m.Does not happen with the Eclipse 3.6.x-based 4.0.4 client.
Matt Lennon
JAZZ DEVELOPER Sep 11 '13, 2:59 p.m.Hi Gary.
Gary Mullen-Schultz
Sep 10 '13, 5:36 p.m.Matt:
Thanks for replying.
1. Yes, there are snap, core and javacore* files created. No Eclipse log file that I can find in "workspace/.metadata."
2. No, it's the original eclipse.ini.
3. Virgin RTC 4.0.4 install.
4. Windows 7 Professional, Service Pack 1.
Gary
Matt Lennon
JAZZ DEVELOPER Sep 11 '13, 3:00 p.m.Hi Gary.
Gary Mullen-Schultz
Sep 11 '13, 8:31 a.m.Done. Thanks for your help.
Gary