Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » VE throws NoClassDefFoundError
VE throws NoClassDefFoundError [message #99714] Sun, 24 July 2005 08:48 Go to next message
chris is currently offline chrisFriend
Messages: 72
Registered: July 2009
Member
Hi,

VE 1.1 throws this error when I try to open e.g. a Shell (created with
the "New Visual Class" wizard) as a visual class. I have installed
Eclipse 3.1, EMF 2.1 and GEF 3.1. And I tried to start eclipse -with
-clean. There are actually some weird errors in the log, but "Manage
configuration" tells me that everything is EMF and GEF are configured
properly.

I attached the log below. If it's not something obvious, I can file a
bug with my configuration and a simple example project - just let me know.

Later,
Chris


!SESSION 2005-07-24 10:34:26.481
-----------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86 -clean

!ENTRY org.eclipse.update.configurator 2005-07-24 10:34:35.904
!MESSAGE Could not install bundle plugins/org.eclipse.draw2d_3.1.0.jar
Bundle "org.eclipse.draw2d" version "3.1.0" has already been installed
from: update@plugins/org.eclipse.draw2d_3.1.0/

!ENTRY org.eclipse.update.configurator 2005-07-24 10:34:36.275
!MESSAGE Could not install bundle
plugins/org.eclipse.emf.common_2.1.0.jar Bundle
"org.eclipse.emf.common" version "2.1.0" has already been installed
from: update@plugins/org.eclipse.emf.common_2.1.0/

!ENTRY org.eclipse.update.configurator 2005-07-24 10:34:36.525
!MESSAGE Could not install bundle plugins/org.eclipse.gef_3.1.0.jar
Bundle "org.eclipse.gef" version "3.1.0" has already been installed
from: update@plugins/org.eclipse.gef_3.1.0/

!ENTRY org.eclipse.ui 4 4 2005-07-24 10:36:46.01
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2005-07-24 10:36:46.81
!MESSAGE org/eclipse/ve/internal/cde/core/EditDomain$ToolChangedListe ner
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/ve/internal/cde/core/EditDomain$ToolChangedListe ner
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:162)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:142)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:129)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 48)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:232)
at
org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescriptor.java:252)
at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:837)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:543)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:365)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:28 3)
at
org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePart.java:126)
at
org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(PresentablePartFolder.java:268)
at
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRightTabOrder.java:65)
at
org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(TabbedStackPresentation.java:391)
at
org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:1102)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1051)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:12 56)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109 )
at
org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java:60)
at
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:212)
at
org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:202)
at
org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:753)
at
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.java:665)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:628)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2323)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2258)
at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:2250)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2236)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2231)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu. java:279)
at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.ja va:271)
at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMe nu.java:178)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
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.core.launcher.Main.invokeFramework(Main.java:334 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Re: VE throws NoClassDefFoundError [message #99779 is a reply to message #99714] Mon, 25 July 2005 12:35 Go to previous messageGo to next message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Chris,
Can you check the plugin list in Help>About..>Plugin details for the
plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
Eclipse has loaded the plugins.
Regards,
Sri.



chris wrote:
> Hi,
>
> VE 1.1 throws this error when I try to open e.g. a Shell (created with
> the "New Visual Class" wizard) as a visual class. I have installed
> Eclipse 3.1, EMF 2.1 and GEF 3.1. And I tried to start eclipse -with
> -clean. There are actually some weird errors in the log, but "Manage
> configuration" tells me that everything is EMF and GEF are configured
> properly.
>
> I attached the log below. If it's not something obvious, I can file a
> bug with my configuration and a simple example project - just let me know.
>
> Later,
> Chris
>
>
> !SESSION 2005-07-24 10:34:26.481
> -----------------------------------------------
> eclipse.buildId=I20050627-1435
> java.version=1.5.0_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> Command-line arguments: -os win32 -ws win32 -arch x86 -clean
>
> !ENTRY org.eclipse.update.configurator 2005-07-24 10:34:35.904
> !MESSAGE Could not install bundle plugins/org.eclipse.draw2d_3.1.0.jar
> Bundle "org.eclipse.draw2d" version "3.1.0" has already been installed
> from: update@plugins/org.eclipse.draw2d_3.1.0/
>
> !ENTRY org.eclipse.update.configurator 2005-07-24 10:34:36.275
> !MESSAGE Could not install bundle
> plugins/org.eclipse.emf.common_2.1.0.jar Bundle
> "org.eclipse.emf.common" version "2.1.0" has already been installed
> from: update@plugins/org.eclipse.emf.common_2.1.0/
>
> !ENTRY org.eclipse.update.configurator 2005-07-24 10:34:36.525
> !MESSAGE Could not install bundle plugins/org.eclipse.gef_3.1.0.jar
> Bundle "org.eclipse.gef" version "3.1.0" has already been installed
> from: update@plugins/org.eclipse.gef_3.1.0/
>
> !ENTRY org.eclipse.ui 4 4 2005-07-24 10:36:46.01
> !MESSAGE Unhandled event loop exception
>
> !ENTRY org.eclipse.ui 4 0 2005-07-24 10:36:46.81
> !MESSAGE org/eclipse/ve/internal/cde/core/EditDomain$ToolChangedListe ner
> !STACK 0
> java.lang.NoClassDefFoundError:
> org/eclipse/ve/internal/cde/core/EditDomain$ToolChangedListe ner
> at java.lang.Class.getDeclaredConstructors0(Native Method)
> at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
> at java.lang.Class.getConstructor0(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:162)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:142)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:129)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 48)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:232)
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescriptor.java:252)
> at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:837)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:543)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:365)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:552)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:28 3)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePart.java:126)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(PresentablePartFolder.java:268)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRightTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(TabbedStackPresentation.java:391)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:1102)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1051)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:12 56)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java:60)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:212)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:202)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:753)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.java:665)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:628)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2323)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2258)
> at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:2250)
> at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2236)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2231)
> at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu. java:279)
> at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.ja va:271)
> at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMe nu.java:178)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> 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.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
Re: VE throws NoClassDefFoundError [message #99823 is a reply to message #99779] Mon, 25 July 2005 13:45 Go to previous messageGo to next message
chris is currently offline chrisFriend
Messages: 72
Registered: July 2009
Member
Hi Sri,

there we go... kind of strange:

org.eclipse.ve (1.0.1, 1.1.0)
org.eclipse.ve.cde (11.0.0) (!)
org.eclipse.ve.doc (1.1.0)
org.eclipse.ve.java.core (1.1.0)
org.eclipse.ve.jfc (1.1.0)
org.eclipse.ve.propertysheet (1.0.1, 1.1.0)
org.eclipse.ve.sdk (1.0.1, 1.1.0)
org.eclipse.ve.source (1.1.0)
org.eclipse.ve.swt (1.1.0)

Those are all plugins starting with org.eclipse.ve. (1.0.1, 1.1.0) means
that both versions are shown in the plugin details.

Bye,
Chris


Sri Gunturi wrote:
> Hi Chris,
> Can you check the plugin list in Help>About..>Plugin details for the
> plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
> org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
> Eclipse has loaded the plugins.
> Regards,
> Sri.
Re: VE throws NoClassDefFoundError [message #99864 is a reply to message #99823] Mon, 25 July 2005 13:57 Go to previous messageGo to next message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Chris,
Looks like org.eclipse.ve.cde plugin is decades ahead of where it
should be. I would suggest 'eclipse -clean' again, and maybe if that
doesnt work, please try manual removal of org.eclipse.ve.cde plugins and
try to re-extract the org.eclipse.ve.cde 1.1.0 plugin again with a
-clean. Somehow your Eclipse plugins configuration seems to be out of sync.
Regards,
Sri.



chris wrote:
> Hi Sri,
>
> there we go... kind of strange:
>
> org.eclipse.ve (1.0.1, 1.1.0)
> org.eclipse.ve.cde (11.0.0) (!)
> org.eclipse.ve.doc (1.1.0)
> org.eclipse.ve.java.core (1.1.0)
> org.eclipse.ve.jfc (1.1.0)
> org.eclipse.ve.propertysheet (1.0.1, 1.1.0)
> org.eclipse.ve.sdk (1.0.1, 1.1.0)
> org.eclipse.ve.source (1.1.0)
> org.eclipse.ve.swt (1.1.0)
>
> Those are all plugins starting with org.eclipse.ve. (1.0.1, 1.1.0) means
> that both versions are shown in the plugin details.
>
> Bye,
> Chris
>
>
> Sri Gunturi wrote:
>
>>Hi Chris,
>> Can you check the plugin list in Help>About..>Plugin details for the
>>plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
>>org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
>>Eclipse has loaded the plugins.
>>Regards,
>>Sri.
Re: VE throws NoClassDefFoundError [message #99894 is a reply to message #99823] Mon, 25 July 2005 14:11 Go to previous messageGo to next message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Chris,
Iran also reported the same problem at
news://news.eclipse.org:119/dc2qdm$c74$1@news.eclipse.org and I have
opened defect 105013
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105013 to track this
problem. Please add yourself on CC if you would like to track its progress.
Regards,
Sri.


chris wrote:
> Hi Sri,
>
> there we go... kind of strange:
>
> org.eclipse.ve (1.0.1, 1.1.0)
> org.eclipse.ve.cde (11.0.0) (!)
> org.eclipse.ve.doc (1.1.0)
> org.eclipse.ve.java.core (1.1.0)
> org.eclipse.ve.jfc (1.1.0)
> org.eclipse.ve.propertysheet (1.0.1, 1.1.0)
> org.eclipse.ve.sdk (1.0.1, 1.1.0)
> org.eclipse.ve.source (1.1.0)
> org.eclipse.ve.swt (1.1.0)
>
> Those are all plugins starting with org.eclipse.ve. (1.0.1, 1.1.0) means
> that both versions are shown in the plugin details.
>
> Bye,
> Chris
>
>
> Sri Gunturi wrote:
>
>>Hi Chris,
>> Can you check the plugin list in Help>About..>Plugin details for the
>>plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
>>org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
>>Eclipse has loaded the plugins.
>>Regards,
>>Sri.
Re: VE throws NoClassDefFoundError [message #100223 is a reply to message #99894] Tue, 26 July 2005 14:53 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

You have on old version laying around. We accidently made it 11.0.0
during development, but that was fixed way back in June.

Sri Gunturi wrote:
> Hi Chris,
> Iran also reported the same problem at
> news://news.eclipse.org:119/dc2qdm$c74$1@news.eclipse.org and I have
> opened defect 105013
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=105013 to track this
> problem. Please add yourself on CC if you would like to track its progress.
> Regards,
> Sri.
>
>
> chris wrote:
>
>> Hi Sri,
>>
>> there we go... kind of strange:
>>
>> org.eclipse.ve (1.0.1, 1.1.0)
>> org.eclipse.ve.cde (11.0.0) (!)
>> org.eclipse.ve.doc (1.1.0)
>> org.eclipse.ve.java.core (1.1.0)

--
Thanks,
Rich Kulp
Re: VE throws NoClassDefFoundError [message #609220 is a reply to message #99714] Mon, 25 July 2005 12:35 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Chris,
Can you check the plugin list in Help>About..>Plugin details for the
plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
Eclipse has loaded the plugins.
Regards,
Sri.



chris wrote:
> Hi,
>
> VE 1.1 throws this error when I try to open e.g. a Shell (created with
> the "New Visual Class" wizard) as a visual class. I have installed
> Eclipse 3.1, EMF 2.1 and GEF 3.1. And I tried to start eclipse -with
> -clean. There are actually some weird errors in the log, but "Manage
> configuration" tells me that everything is EMF and GEF are configured
> properly.
>
> I attached the log below. If it's not something obvious, I can file a
> bug with my configuration and a simple example project - just let me know.
>
> Later,
> Chris
>
>
> !SESSION 2005-07-24 10:34:26.481
> -----------------------------------------------
> eclipse.buildId=I20050627-1435
> java.version=1.5.0_03
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> Command-line arguments: -os win32 -ws win32 -arch x86 -clean
>
> !ENTRY org.eclipse.update.configurator 2005-07-24 10:34:35.904
> !MESSAGE Could not install bundle plugins/org.eclipse.draw2d_3.1.0.jar
> Bundle "org.eclipse.draw2d" version "3.1.0" has already been installed
> from: update@plugins/org.eclipse.draw2d_3.1.0/
>
> !ENTRY org.eclipse.update.configurator 2005-07-24 10:34:36.275
> !MESSAGE Could not install bundle
> plugins/org.eclipse.emf.common_2.1.0.jar Bundle
> "org.eclipse.emf.common" version "2.1.0" has already been installed
> from: update@plugins/org.eclipse.emf.common_2.1.0/
>
> !ENTRY org.eclipse.update.configurator 2005-07-24 10:34:36.525
> !MESSAGE Could not install bundle plugins/org.eclipse.gef_3.1.0.jar
> Bundle "org.eclipse.gef" version "3.1.0" has already been installed
> from: update@plugins/org.eclipse.gef_3.1.0/
>
> !ENTRY org.eclipse.ui 4 4 2005-07-24 10:36:46.01
> !MESSAGE Unhandled event loop exception
>
> !ENTRY org.eclipse.ui 4 0 2005-07-24 10:36:46.81
> !MESSAGE org/eclipse/ve/internal/cde/core/EditDomain$ToolChangedListe ner
> !STACK 0
> java.lang.NoClassDefFoundError:
> org/eclipse/ve/internal/cde/core/EditDomain$ToolChangedListe ner
> at java.lang.Class.getDeclaredConstructors0(Native Method)
> at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
> at java.lang.Class.getConstructor0(Unknown Source)
> at java.lang.Class.newInstance0(Unknown Source)
> at java.lang.Class.newInstance(Unknown Source)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:162)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:142)
> at
> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:129)
> at
> org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 48)
> at
> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:232)
> at
> org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescriptor.java:252)
> at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:837)
> at
> org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.java:543)
> at
> org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:365)
> at
> org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReference.java:552)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:28 3)
> at
> org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(PresentablePart.java:126)
> at
> org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(PresentablePartFolder.java:268)
> at
> org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftToRightTabOrder.java:65)
> at
> org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPart(TabbedStackPresentation.java:391)
> at
> org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:1102)
> at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:1051)
> at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:12 56)
> at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
> at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109 )
> at
> org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java:60)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorA reaHelper.java:212)
> at
> org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAre aHelper.java:202)
> at
> org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:753)
> at
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.java:665)
> at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:628)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2323)
> at
> org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2258)
> at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage .java:2250)
> at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2236)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2231)
> at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu. java:279)
> at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.ja va:271)
> at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMe nu.java:178)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3080)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2713)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1699)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:103)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
> 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.core.launcher.Main.invokeFramework(Main.java:334 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
> at org.eclipse.core.launcher.Main.run(Main.java:973)
> at org.eclipse.core.launcher.Main.main(Main.java:948)
Re: VE throws NoClassDefFoundError [message #609223 is a reply to message #99779] Mon, 25 July 2005 13:45 Go to previous message
chris is currently offline chrisFriend
Messages: 72
Registered: July 2009
Member
Hi Sri,

there we go... kind of strange:

org.eclipse.ve (1.0.1, 1.1.0)
org.eclipse.ve.cde (11.0.0) (!)
org.eclipse.ve.doc (1.1.0)
org.eclipse.ve.java.core (1.1.0)
org.eclipse.ve.jfc (1.1.0)
org.eclipse.ve.propertysheet (1.0.1, 1.1.0)
org.eclipse.ve.sdk (1.0.1, 1.1.0)
org.eclipse.ve.source (1.1.0)
org.eclipse.ve.swt (1.1.0)

Those are all plugins starting with org.eclipse.ve. (1.0.1, 1.1.0) means
that both versions are shown in the plugin details.

Bye,
Chris


Sri Gunturi wrote:
> Hi Chris,
> Can you check the plugin list in Help>About..>Plugin details for the
> plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
> org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
> Eclipse has loaded the plugins.
> Regards,
> Sri.
Re: VE throws NoClassDefFoundError [message #609226 is a reply to message #99823] Mon, 25 July 2005 13:57 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Chris,
Looks like org.eclipse.ve.cde plugin is decades ahead of where it
should be. I would suggest 'eclipse -clean' again, and maybe if that
doesnt work, please try manual removal of org.eclipse.ve.cde plugins and
try to re-extract the org.eclipse.ve.cde 1.1.0 plugin again with a
-clean. Somehow your Eclipse plugins configuration seems to be out of sync.
Regards,
Sri.



chris wrote:
> Hi Sri,
>
> there we go... kind of strange:
>
> org.eclipse.ve (1.0.1, 1.1.0)
> org.eclipse.ve.cde (11.0.0) (!)
> org.eclipse.ve.doc (1.1.0)
> org.eclipse.ve.java.core (1.1.0)
> org.eclipse.ve.jfc (1.1.0)
> org.eclipse.ve.propertysheet (1.0.1, 1.1.0)
> org.eclipse.ve.sdk (1.0.1, 1.1.0)
> org.eclipse.ve.source (1.1.0)
> org.eclipse.ve.swt (1.1.0)
>
> Those are all plugins starting with org.eclipse.ve. (1.0.1, 1.1.0) means
> that both versions are shown in the plugin details.
>
> Bye,
> Chris
>
>
> Sri Gunturi wrote:
>
>>Hi Chris,
>> Can you check the plugin list in Help>About..>Plugin details for the
>>plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
>>org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
>>Eclipse has loaded the plugins.
>>Regards,
>>Sri.
Re: VE throws NoClassDefFoundError [message #609228 is a reply to message #99823] Mon, 25 July 2005 14:11 Go to previous message
Srimanth  is currently offline Srimanth Friend
Messages: 225
Registered: July 2009
Senior Member
Hi Chris,
Iran also reported the same problem at
news://news.eclipse.org:119/dc2qdm$c74$1@news.eclipse.org and I have
opened defect 105013
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105013 to track this
problem. Please add yourself on CC if you would like to track its progress.
Regards,
Sri.


chris wrote:
> Hi Sri,
>
> there we go... kind of strange:
>
> org.eclipse.ve (1.0.1, 1.1.0)
> org.eclipse.ve.cde (11.0.0) (!)
> org.eclipse.ve.doc (1.1.0)
> org.eclipse.ve.java.core (1.1.0)
> org.eclipse.ve.jfc (1.1.0)
> org.eclipse.ve.propertysheet (1.0.1, 1.1.0)
> org.eclipse.ve.sdk (1.0.1, 1.1.0)
> org.eclipse.ve.source (1.1.0)
> org.eclipse.ve.swt (1.1.0)
>
> Those are all plugins starting with org.eclipse.ve. (1.0.1, 1.1.0) means
> that both versions are shown in the plugin details.
>
> Bye,
> Chris
>
>
> Sri Gunturi wrote:
>
>>Hi Chris,
>> Can you check the plugin list in Help>About..>Plugin details for the
>>plugin 'org.eclipse.ve.cde' version 1.1.0 along with other
>>org.eclipse.ve.* plugins version 1.1.0. Just want to make sure that
>>Eclipse has loaded the plugins.
>>Regards,
>>Sri.
Re: VE throws NoClassDefFoundError [message #609251 is a reply to message #99894] Tue, 26 July 2005 14:53 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

You have on old version laying around. We accidently made it 11.0.0
during development, but that was fixed way back in June.

Sri Gunturi wrote:
> Hi Chris,
> Iran also reported the same problem at
> news://news.eclipse.org:119/dc2qdm$c74$1@news.eclipse.org and I have
> opened defect 105013
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=105013 to track this
> problem. Please add yourself on CC if you would like to track its progress.
> Regards,
> Sri.
>
>
> chris wrote:
>
>> Hi Sri,
>>
>> there we go... kind of strange:
>>
>> org.eclipse.ve (1.0.1, 1.1.0)
>> org.eclipse.ve.cde (11.0.0) (!)
>> org.eclipse.ve.doc (1.1.0)
>> org.eclipse.ve.java.core (1.1.0)

--
Thanks,
Rich Kulp
Previous Topic:Re: Eclipse Visual Editor
Next Topic:visual editing impossible
Goto Forum:
  


Current Time: Fri Apr 19 19:36:36 GMT 2024

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

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

Back to the top