VE After Upgrade throws exception on open [message #102169] |
Sun, 14 August 2005 22:08  |
Eclipse User |
|
|
|
I just upgraded VE, and when I open a previous visual edit developed class I
get the following exception in the Eclipse log. Can someone suggest the
next step? I have tried -clean and othere remedies, but nothing seems to
fix this one.
java.lang.NoClassDefFoundError: org/eclipse/ve/internal/cde/palette/Root
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 teExecutableExte
nsion(ConfigurationElement.java:162)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExte
nsion(ConfigurationElement.java:142)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExte
nsion(ConfigurationElement.java:129)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutab
leExtension(ConfigurationElementHandle.java:48)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java
:232)
at
org.eclipse.ui.internal.registry.EditorDescriptor.createEdit or(EditorDescrip
tor.java:252)
at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:837)
at
org.eclipse.ui.internal.EditorReference.createPartHelper(Edi torReference.jav
a:543)
at
org.eclipse.ui.internal.EditorReference.createPart(EditorRef erence.java:365)
at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReferenc
e.java:552)
at
org.eclipse.ui.internal.EditorReference.getEditor(EditorRefe rence.java:214)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.ja
va:2325)
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)
--
Bud Curtis
Colorado Springs, CO
|
|
|
|
|
Re: VE After Upgrade throws exception on open [message #102316 is a reply to message #102271] |
Mon, 15 August 2005 23:00  |
Eclipse User |
|
|
|
Thank you Rich. That was the problem. There was a
"org.eclipse.ve.cde_11.0.0" in the plugin folder. After deleting it the VE
comes up without an error. Thank you again!
--
Bud Curtis
Colorado Springs, CO
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:ddquqv$e4u$1@news.eclipse.org...
> One more thing, if you had upgraded from an older VE 1.1 development
> driver, we had accidently shipped it as CDE plugin version 11.0 when it
> should of been 1.1. Make sure you don't have a CDE plugin at version 11.0
>
> Rich Kulp wrote:
> > Are there any other errors in the log? This means that the configuration
> > is not correct.
> >
>
> --
> Thanks,
> Rich Kulp
|
|
|
|
Re: VE After Upgrade throws exception on open [message #610283 is a reply to message #102224] |
Mon, 15 August 2005 16:44  |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
One more thing, if you had upgraded from an older VE 1.1 development
driver, we had accidently shipped it as CDE plugin version 11.0 when it
should of been 1.1. Make sure you don't have a CDE plugin at version 11.0
Rich Kulp wrote:
> Are there any other errors in the log? This means that the configuration
> is not correct.
>
--
Thanks,
Rich Kulp
|
|
|
Re: VE After Upgrade throws exception on open [message #610296 is a reply to message #102271] |
Mon, 15 August 2005 23:00  |
Eclipse User |
|
|
|
Thank you Rich. That was the problem. There was a
"org.eclipse.ve.cde_11.0.0" in the plugin folder. After deleting it the VE
comes up without an error. Thank you again!
--
Bud Curtis
Colorado Springs, CO
"Rich Kulp" <richkulp@us.NO_SPAM.ibm.com> wrote in message
news:ddquqv$e4u$1@news.eclipse.org...
> One more thing, if you had upgraded from an older VE 1.1 development
> driver, we had accidently shipped it as CDE plugin version 11.0 when it
> should of been 1.1. Make sure you don't have a CDE plugin at version 11.0
>
> Rich Kulp wrote:
> > Are there any other errors in the log? This means that the configuration
> > is not correct.
> >
>
> --
> Thanks,
> Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.27323 seconds