"Show View -> Pending Changes" Kills RTC 4.0.4 Client
Gary Mullen-Schultz (287●2●55●36)
| asked Sep 10 '13, 2:05 p.m.
retagged Sep 16 '13, 8:23 a.m. by Ralph Earle (257●3●9)
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:
showing 5 of 6
show 1 more comments
|
Accepted answer
Hi Gary.
Glad to hear your Eclipse is no longer crashing after you commented out this JVM option in the eclipse.ini file:
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:
Gary Mullen-Schultz selected this answer as the correct answer
|
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 Comments
Gary Mullen-Schultz
commented Sep 11 '13, 8:30 a.m.
Karl:
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Does not happen with the Eclipse 3.6.x-based 4.0.4 client.
Hi Gary.
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
Hi Gary.
Done. Thanks for your help.
Gary