- This topic has 5 replies, 3 voices, and was last updated 20 years, 4 months ago by Rob.
-
AuthorPosts
-
RobMemberHi all,
I’ve had the ClearCase plugin working without issue for over a year now (not tried it with MyEclipse 3.0). I haven’t had any issues. Suddenly today I noticed that ClearCase is not working through Eclipse…
I have uninstalled ME, installed numerous versions of pure Eclipse, and a few different versions of the CC Plugin. Nothing seems to work.
When I select the ‘Team’ menu from a contect-menu of what I know is a CC Object, the only option it gives me is ‘Patch’. None of the CC options work on the toolbar. I do not have access to the “Advanced” tab in the “Window –> Preferences –> Clear Case” Menu. When I select “Connect to Rational Clear Case” it gives me an error saying “Connection failed, will not retry.”.
Any suggestions?
Thanks!
Rob.
Scott AndersonParticipantRob,
From the sounds of it, the Clearcase plugin isn’t Eclipse 3.0 compatible yet. Remember, Eclipse 3.0 is very new and everyone that ships products on it had to make sweeping changes to their code in order to become compatible with it.
On the IBM website here:
http://www-106.ibm.com/developerworks/rational/library/content/03July/2500/2834/ClearCase/clearcase_plugins.html
only versions for Eclipse 2.x are available.
RobMemberSorry, I meant to say that I am not using this with 3.0…
I am getting this in the logs:
!SESSION Jul 06, 2004 19:12:51.851 ———————————————
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -data z:\isds\msds -server -install file:D:/Data/dare/eclipse-2.1.2-my-eclipse/
!ENTRY com.rational.clearcase 4 0 Jul 06, 2004 19:12:51.851
!MESSAGE Cannot find Source Control tool information on this machine.
!STACK 0
com.rational.resourcemanagement.cmframework.CMConnectException: Cannot find Source Control tool information on this machine.
at com.rational.resourcemanagement.cmframework.ProviderMgr.attach(ProviderMgr.java:109)
at com.rational.clearcase.RSCMService.initialize(RSCMService.java:1215)
at com.rational.clearcase.RSCMService.startClearCaseMode(RSCMService.java:2809)
at com.rational.resourcemanagement.cmcommands.ConnectToClearCaseCommand$1.execute(ConnectToClearCaseCommand.java:96)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
!ENTRY com.rational.clearcase 4 0 Jul 06, 2004 19:12:51.882
!MESSAGE RSCMService::RSCMService: Exception occured in constructor
!STACK 0
com.rational.resourcemanagement.cmframework.CMConnectException: Cannot find Source Control tool information on this machine.
at com.rational.resourcemanagement.cmframework.ProviderMgr.attach(ProviderMgr.java:109)
at com.rational.clearcase.RSCMService.initialize(RSCMService.java:1215)
at com.rational.clearcase.RSCMService.startClearCaseMode(RSCMService.java:2809)
at com.rational.resourcemanagement.cmcommands.ConnectToClearCaseCommand$1.execute(ConnectToClearCaseCommand.java:96)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
Riyad KallaMemberAm I mistaken that this should be moved to Random Thoughts as its not ME related?
Scott AndersonParticipantRob,
From the sounds of your post, it appears that Clearcase stopped working on your machine on fresh Eclipse installations. There’s been a similar problem reported on WSAD on the following newsgroup that might help:
http://groups.google.com/groups?q=com.rational.resourcemanagement.cmframework.CMConnectException&hl=en&lr=&ie=UTF-8&selm=beucji%24aahg%241%40news.boulder.ibm.com&rnum=1
RobMemberThanks Scott,
I had found that article, and verified my Registry settings 🙂
I assume this can be moved as it is not directly with ME…
…I have various installations of ME on my PC, and all of them
have stopped working with the ClearCase PlugIn. I am not sure
if it is related, but I installed the Microsoft .NET Studio and IIS
suites on this machine, and it seems like since that time the
plugin has stopped working.Thanks!
Rob.
-
AuthorPosts