Why can't I add a new project to Jazz Source Control with RTC plugin for Eclipse without error?
Hello,
I have installed RTC 3.0.1.1 client over existing Java EE Eclipse environments. I have tried Helios SR1 and SR2, and Indigo SR2. In order to install into Eclipse I followed the article listed here. I can install without issue, but in all three configurations I receive the following two errors when trying to add a project to Jazz Source Control during the Review Ignored Resources step:
1. Filtering Ignored Resources
An internal error occurred during: "Filtering Ignored Resources".
Could not initialize class com.ibm.team.filesystem.client.internal.ManagedFileStore
2. Finding Ignore Patterns
An internal error occurred during: "Finding Ignore Patterns".
Could not initialize class com.ibm.team.filesystem.client.internal.ManagedFileStore
Is there some configuration that I am missing? Please help!
Best regards,
Andrew
Comments
Josh Crawford
May 07 '13, 1:52 p.m.Hi Andrew, what version of eclipse did you install RTC 3011 into? Also what JRE version are you using? If you aren't specifying a vm argument from the command line or via eclipse.ini you are likely using the system java version so to determine this you can use java -version from the command line.
Krzysztof Kaźmierczyk
May 08 '13, 6:27 a.m.Hi Andrew,
Could you provide here <your-workspace>/.metadata/.log file?
Andrew Trobec
May 10 '13, 8:49 a.m.Hello Josh and Krzysztof,