Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] StellationCM plugin (0.0.7) not working in M4 release?

Hi Randy,

I'm responsible for the Eclipse client; I'll do an install into a clean workspace and look into it.
In the meantime
--  What OS are you running on ?
--- what kind of server are you using ?
--- could you post your local plugin.xml files for org.eclipse.stellation.scm.ui and org.eclipse.stellation.scm.model, so I can verify some dependency settings?

Thanks!

Jim

At 02:23 PM 1/21/2003, Cobb, Randy wrote:
Can anyone help?  I have finally got Stellation (2003-01-20 source) built
and installed properly on my server.  I can successfully access the
stellation server via command-line from local and remote systems.

Now, when trying to use the Eclipse plugin (0.0.7 binary distro), I get the
exception pasted below when trying to "share" a project using the stellation
plugin.  When I select Share from the team menu on the project, I get the
team provider dialog (showing Stellation, CVS, and file based), but as soon
as I click on the stellation option, I do not get an enabled 'Next' button,
and the following exception gets tossed into the .log file.

BTW, I have verified that the plugin(s) are all installed correctly, as all
of them are displayed in the feature and plugin list(s) as appropriate.  I
have also verified that all the stellation based plugins (and their
associated .jar files) are resident in the eclipse plugin directory.  I even
did a directory of the svc-cli.jar file, and lo and behold, the class file
does exist at the location requested.

Anyone have any clues?

Thanks in advance,
Randy

!ENTRY org.eclipse.ui 4 4 Jan 21, 2003 12:59:16.734
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jan 21, 2003 12:59:16.736
!MESSAGE org/eclipse/stellation/cli/workspace/WorkspaceException
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/stellation/cli/workspace/WorkspaceException
        at
org.eclipse.stellation.scm.ui.wizards.ScmConfigWizard.init(ScmConfigWizard.j
ava:56)
        at
org.eclipse.team.internal.ui.ConfigureProjectWizardMainPage$1.selectionChang
ed(ConfigureProjectWizardMainPage.java:129)
        at
org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:148)
        at
org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.
java:1151)
        at
org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.jav
a:540)
        at
org.eclipse.jface.viewers.StructuredViewer$1.widgetSelected(StructuredViewer
.java:564)
        at
org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:172
)
        at
org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:167)
        at
org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:302)
        at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined
Compiled Code))
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
Code))
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:561)
        at org.eclipse.jface.window.Window.open(Window.java:541)
        at
org.eclipse.team.internal.ui.actions.ConfigureProjectAction$1.run(ConfigureP
rojectAction.java:36)
        at
org.eclipse.team.internal.ui.actions.TeamAction$1.run(TeamAction.java:157)
        at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:65)
        at
org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:154)
        at
org.eclipse.team.internal.ui.actions.ConfigureProjectAction.run(ConfigurePro
jectAction.java:29)
        at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:250)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:411)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:365)
        at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:356)
        at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:48)
        at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined
Compiled Code))
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled
Code))
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
        at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled
Code))
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1429)
        at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:845)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
        at org.eclipse.core.launcher.Main.run(Main.java:703)
        at org.eclipse.core.launcher.Main.main(Main.java:539)
_______________________________________________
stellation-res mailing list
stellation-res@xxxxxxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/stellation-res

--
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx



Back to the top