Skip to main content



      Home
Home » Newcomers » Newcomers » No Share Project wizard
No Share Project wizard [message #259498] Sat, 28 June 2008 01:22 Go to next message
Eclipse UserFriend
Originally posted by: daryl.daryllee.com

I just installed Ganymede a few days ago after being away from Eclipse for
a few years. I have a private CVS repository which I can browse in the
CVS perspective, but when I try to set up a new project on it from
Eclipse, the Share Project wizard never launches. I right-click on the
project, select Team->Share Project, and nothing happens. Where should I
start looking to fix that?
Re: No Share Project wizard [message #259619 is a reply to message #259498] Mon, 30 June 2008 10:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Daryl Lee wrote:
> I just installed Ganymede a few days ago after being away from Eclipse
> for a few years. I have a private CVS repository which I can browse in
> the CVS perspective, but when I try to set up a new project on it from
> Eclipse, the Share Project wizard never launches. I right-click on the
> project, select Team->Share Project, and nothing happens. Where should
> I start looking to fix that?
>

Start by look for something related in the error log. Easiest is to use
the Error Log view (Window Show View > Error Log).

If it is full of old stuff, you might want to clear it (use the red X
button in the view's toolbar), then try to share the project again, and
see if anything is written to the error log.
Post any seemingly relevant errors here if you need help deciphering them.

Hope this helps,
Eric
Re: No Share Project wizard [message #259643 is a reply to message #259619] Mon, 30 June 2008 14:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daryl.daryllee.com

Eric Rizzo wrote:
> Daryl Lee wrote:
>> I just installed Ganymede a few days ago after being away from Eclipse
>> for a few years. I have a private CVS repository which I can browse
>> in the CVS perspective, but when I try to set up a new project on it
>> from Eclipse, the Share Project wizard never launches. I right-click
>> on the project, select Team->Share Project, and nothing happens.
>> Where should I start looking to fix that?
>>
>
> Start by look for something related in the error log. Easiest is to use
> the Error Log view (Window Show View > Error Log).
>
> If it is full of old stuff, you might want to clear it (use the red X
> button in the view's toolbar), then try to share the project again, and
> see if anything is written to the error log.
> Post any seemingly relevant errors here if you need help deciphering them.
>
> Hope this helps,
> Eric

Well, it just might help! First, thanks for the pointer to the Error
Log. Now I'll know it exists and where to look for it. The error is an
"Unhandled event loop exception" and the trace is given below. Before
the trace, though, is more context. I get this error when running
Windows XP/SP2 using Bootcamp 1.2 on my Macbook Pro. It runs fine on my
Dell XPS running Windows XP/SP2.

So based on the trace and a bit of Googling, I opened up
org.eclipse.team.core_3.3.1.r33x_20080128.jar and sure enough, after
navigating down the tree, I found the class DelegatingStorageMerger. If
I can find it, why can't Eclipse, I wonder? I am a bit out of my
comfort zone here, but I wonder if the second line, containing "Native
Method" might hint at an incompatibility in the underlying Bootcamp
environment?

Here's the trace:
java.lang.NoClassDefFoundError:
org/eclipse/team/internal/core/mapping/DelegatingStorageMerg er
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.def ineClass(DefaultClassLoader.java:165)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineC lass(ClasspathManager.java:554)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findCla ssImpl(ClasspathManager.java:524)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClassImpl(ClasspathManager.java:455)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass_LockClassLoader(ClasspathManager.java:443)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:423)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at
org.eclipse.team.internal.ccvs.ui.mappings.CVSSubscriberMerg eContext. <clinit>(CVSSubscriberMergeContext.java:36)
at
org.eclipse.team.internal.ccvs.ui.mappings.ModelSynchronizeW izard.createWorkspaceParticipant(ModelSynchronizeWizard.java :72)
at
org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createParticipant(SharingWizardSyncPage.java:155)
at
org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createCompareInput(SharingWizardSyncPage.java:139)
at
org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createSyncPage(SharingWizardSyncPage.java:100)
at
org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createControl(SharingWizardSyncPage.java:81)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.ja va:170)
at
org.eclipse.jface.wizard.WizardDialog.createPageControls(Wiz ardDialog.java:669)
at
org.eclipse.jface.wizard.WizardDialog.createContents(WizardD ialog.java:543)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at
org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard. openWizard(ConfigureProjectWizard.java:224)
at
org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard. shareProjects(ConfigureProjectWizard.java:124)
at
org.eclipse.team.internal.ui.actions.ConfigureProjectAction$ 1.run(ConfigureProjectAction.java:39)
at
org.eclipse.team.internal.ui.actions.TeamAction$3.run(TeamAc tion.java:265)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamActi on.java:262)
at
org.eclipse.team.internal.ui.actions.ConfigureProjectAction. execute(ConfigureProjectAction.java:33)
at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamActi on.java:514)
at
org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent (TeamAction.java:548)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:241)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:583)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:500)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Caused by: java.lang.ClassNotFoundException:
org.eclipse.team.internal.core.mapping.DelegatingStorageMerg er
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:481)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
.... 65 more


--
Daryl Lee
Open the Present--It's a Gift
Re: No Share Project wizard [message #259669 is a reply to message #259643] Mon, 30 June 2008 22:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daryl.daryllee.com

I have a general rule: if an app isn't working when there is no
reasonable explanation, remove and reinstall. So I did "del *.*" on the
c:\eclipse folder, downloaded a new zip file from a mirror I hadn't used
before, and reinstalled it. Problem solved.

Thanks for the attention, anyway.

Daryl Lee wrote:
> Eric Rizzo wrote:
>> Daryl Lee wrote:
>>> I just installed Ganymede a few days ago after being away from Eclipse
>>> for a few years. I have a private CVS repository which I can browse
>>> in the CVS perspective, but when I try to set up a new project on it
>>> from Eclipse, the Share Project wizard never launches. I right-click
>>> on the project, select Team->Share Project, and nothing happens.
>>> Where should I start looking to fix that?
>>>
>> Start by look for something related in the error log. Easiest is to use
>> the Error Log view (Window Show View > Error Log).
>>
>> If it is full of old stuff, you might want to clear it (use the red X
>> button in the view's toolbar), then try to share the project again, and
>> see if anything is written to the error log.
>> Post any seemingly relevant errors here if you need help deciphering them.
>>
>> Hope this helps,
>> Eric
>
> Well, it just might help! First, thanks for the pointer to the Error
> Log. Now I'll know it exists and where to look for it. The error is an
> "Unhandled event loop exception" and the trace is given below. Before
> the trace, though, is more context. I get this error when running
> Windows XP/SP2 using Bootcamp 1.2 on my Macbook Pro. It runs fine on my
> Dell XPS running Windows XP/SP2.
>
> So based on the trace and a bit of Googling, I opened up
> org.eclipse.team.core_3.3.1.r33x_20080128.jar and sure enough, after
> navigating down the tree, I found the class DelegatingStorageMerger. If
> I can find it, why can't Eclipse, I wonder? I am a bit out of my
> comfort zone here, but I wonder if the second line, containing "Native
> Method" might hint at an incompatibility in the underlying Bootcamp
> environment?
>
> Here's the trace:
> java.lang.NoClassDefFoundError:
> org/eclipse/team/internal/core/mapping/DelegatingStorageMerg er
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(Unknown Source)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.def ineClass(DefaultClassLoader.java:165)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineC lass(ClasspathManager.java:554)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findCla ssImpl(ClasspathManager.java:524)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClassImpl(ClasspathManager.java:455)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass_LockClassLoader(ClasspathManager.java:443)
> at
> org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:423)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:193)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:368)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:444)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> at
> org.eclipse.team.internal.ccvs.ui.mappings.CVSSubscriberMerg eContext. <clinit>(CVSSubscriberMergeContext.java:36)
> at
> org.eclipse.team.internal.ccvs.ui.mappings.ModelSynchronizeW izard.createWorkspaceParticipant(ModelSynchronizeWizard.java :72)
> at
> org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createParticipant(SharingWizardSyncPage.java:155)
> at
> org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createCompareInput(SharingWizardSyncPage.java:139)
> at
> org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createSyncPage(SharingWizardSyncPage.java:100)
> at
> org.eclipse.team.internal.ccvs.ui.wizards.SharingWizardSyncP age.createControl(SharingWizardSyncPage.java:81)
> at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.ja va:170)
> at
> org.eclipse.jface.wizard.WizardDialog.createPageControls(Wiz ardDialog.java:669)
> at
> org.eclipse.jface.wizard.WizardDialog.createContents(WizardD ialog.java:543)
> at org.eclipse.jface.window.Window.create(Window.java:431)
> at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
> at org.eclipse.jface.window.Window.open(Window.java:790)
> at
> org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard. openWizard(ConfigureProjectWizard.java:224)
> at
> org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard. shareProjects(ConfigureProjectWizard.java:124)
> at
> org.eclipse.team.internal.ui.actions.ConfigureProjectAction$ 1.run(ConfigureProjectAction.java:39)
> at
> org.eclipse.team.internal.ui.actions.TeamAction$3.run(TeamAc tion.java:265)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:70)
> at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamActi on.java:262)
> at
> org.eclipse.team.internal.ui.actions.ConfigureProjectAction. execute(ConfigureProjectAction.java:33)
> at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamActi on.java:514)
> at
> org.eclipse.team.internal.ui.actions.TeamAction.runWithEvent (TeamAction.java:548)
> at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:241)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:583)
> at
> org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:500)
> at
> org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3823)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3422)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:21 98)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at
> org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:288)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
> at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:193)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:382)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
> Caused by: java.lang.ClassNotFoundException:
> org.eclipse.team.internal.core.mapping.DelegatingStorageMerg er
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl assInternal(BundleLoader.java:481)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:397)
> at
> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:385)
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:87)
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> ... 65 more
>
>


--
Daryl Lee
Open the Present--It's a Gift
Re: No Share Project wizard [message #263632 is a reply to message #259643] Mon, 25 August 2008 09:17 Go to previous message
Eclipse UserFriend
Originally posted by: karpyakgrigoriy.gmail.com

This problem can occur due to multiple occurrences of the mentioned class.
So, try to find other jars that contain DelegatingStorageMerger class.
Problem should be resolved, after redundant jars removing. (Be careful
during removing :))
Previous Topic:How to get checked items in an array list from a table with checkboxes
Next Topic:Templates issue
Goto Forum:
  


Current Time: Fri May 09 16:31:13 EDT 2025

Powered by FUDForum. Page generated in 0.07963 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top