"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
|
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