Skip to main content



      Home
Home » Eclipse Projects » GEF » Logic Editor Example 0206
Logic Editor Example 0206 [message #63233] Fri, 07 February 2003 17:47 Go to next message
Eclipse UserFriend
I try build and run the logic Editor example 0206 with eclipse 2.1 M5. But
I got this
java.lang.AbstractMethodError:
org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V

Could some one please tell me how to resolve this?

Thank you.



Command-line arguments: -dev bin -feature org.eclipse.platform -data
C:\eclipse0207\eclipse\runtime-workspace -os win32 -ws win32 -arch x86 -nl
en_US -configuration
file:C:/eclipseWorkSpace2/workspace/.metadata/.plugins/org.e clipse.pde.core/
C__eclipse0207_eclipse_runtime-workspace/platform.cfg -install
file:C:/eclipse0207/eclipse/
!ENTRY org.eclipse.ui 4 4 Feb 07, 2003 16:37:06.909
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Feb 07, 2003 16:37:06.919
!MESSAGE org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
!STACK 0
java.lang.AbstractMethodError:
org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
at
org.eclipse.gef.ui.actions.ActionBarContributor.init(ActionB arContributor.ja
va:86)
at
org.eclipse.ui.part.EditorActionBarContributor.init(EditorAc tionBarContribut
or.java:113)
at
org.eclipse.ui.internal.EditorManager.createEditorActionBars (EditorManager.j
ava:167)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:585)
at
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
637)
at
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager
..java:430)
at
org.eclipse.ui.internal.EditorManager.openEditorFromInput(Ed itorManager.java
:304)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:395)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1990)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1828)
at
org.eclipse.gef.examples.logicdesigner.LogicWizardPage1.fini sh(LogicWizardPa
ge1.java:111)
at
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
icCreationWizard.java:30)
at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:570)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:308)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:417)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:87)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:561 )
at org.eclipse.jface.window.Window.open(Window.java:541)
at org.eclipse.ui.actions.NewExampleAction.run(NewExampleAction .java:119)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:804 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:450)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:398)
at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:392)
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1289)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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)
Re: Logic Editor Example 0206 [message #63257 is a reply to message #63233] Fri, 07 February 2003 17:48 Go to previous messageGo to next message
Eclipse UserFriend
What I don't understand is I compile it with no error in my Eclipse
environment.
But when I run it, I got a "java.lang.AbstractMethodError".



"yinglcs" <yinglcs@netscape.com> wrote in message
news:b21bkb$cfl$1@rogue.oti.com...
> I try build and run the logic Editor example 0206 with eclipse 2.1 M5.
But
> I got this
> java.lang.AbstractMethodError:
> org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
>
> Could some one please tell me how to resolve this?
>
> Thank you.
>
>
>
> Command-line arguments: -dev bin -feature org.eclipse.platform -data
> C:\eclipse0207\eclipse\runtime-workspace -os win32 -ws win32 -arch x86 -nl
> en_US -configuration
>
file:C:/eclipseWorkSpace2/workspace/.metadata/.plugins/org.e clipse.pde.core/
> C__eclipse0207_eclipse_runtime-workspace/platform.cfg -install
> file:C:/eclipse0207/eclipse/
> !ENTRY org.eclipse.ui 4 4 Feb 07, 2003 16:37:06.909
> !MESSAGE Unhandled exception caught in event loop.
> !ENTRY org.eclipse.ui 4 0 Feb 07, 2003 16:37:06.919
> !MESSAGE org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> !STACK 0
> java.lang.AbstractMethodError:
> org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> at
>
org.eclipse.gef.ui.actions.ActionBarContributor.init(ActionB arContributor.ja
> va:86)
> at
>
org.eclipse.ui.part.EditorActionBarContributor.init(EditorAc tionBarContribut
> or.java:113)
> at
>
org.eclipse.ui.internal.EditorManager.createEditorActionBars (EditorManager.j
> ava:167)
> at
org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:585)
> at
>
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
> 637)
> at
>
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager
> .java:430)
> at
>
org.eclipse.ui.internal.EditorManager.openEditorFromInput(Ed itorManager.java
> :304)
> at
org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:395)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1990)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1828)
> at
>
org.eclipse.gef.examples.logicdesigner.LogicWizardPage1.fini sh(LogicWizardPa
> ge1.java:111)
> at
>
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> icCreationWizard.java:30)
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:570)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:308)
> at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:417)
> at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:87)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:561 )
> at org.eclipse.jface.window.Window.open(Window.java:541)
> at org.eclipse.ui.actions.NewExampleAction.run(NewExampleAction .java:119)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:804 )
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> ContributionItem.java:450)
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> ributionItem.java:398)
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> tem.java:392)
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> ctionContributionItem.java:72)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1289)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:845)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> 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)
>
>
Re: Logic Editor Example 0206 [message #63306 is a reply to message #63257] Fri, 07 February 2003 18:13 Go to previous messageGo to next message
Eclipse UserFriend
I figure out what is the problem. Sorry for the previous positing.

"yinglcs" <yinglcs@netscape.com> wrote in message
news:b21bns$chn$1@rogue.oti.com...
> What I don't understand is I compile it with no error in my Eclipse
> environment.
> But when I run it, I got a "java.lang.AbstractMethodError".
>
>
>
> "yinglcs" <yinglcs@netscape.com> wrote in message
> news:b21bkb$cfl$1@rogue.oti.com...
> > I try build and run the logic Editor example 0206 with eclipse 2.1 M5.
> But
> > I got this
> > java.lang.AbstractMethodError:
> > org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> >
> > Could some one please tell me how to resolve this?
> >
> > Thank you.
> >
> >
> >
> > Command-line arguments: -dev bin -feature org.eclipse.platform -data
> > C:\eclipse0207\eclipse\runtime-workspace -os win32 -ws win32 -arch
x86 -nl
> > en_US -configuration
> >
>
file:C:/eclipseWorkSpace2/workspace/.metadata/.plugins/org.e clipse.pde.core/
> > C__eclipse0207_eclipse_runtime-workspace/platform.cfg -install
> > file:C:/eclipse0207/eclipse/
> > !ENTRY org.eclipse.ui 4 4 Feb 07, 2003 16:37:06.909
> > !MESSAGE Unhandled exception caught in event loop.
> > !ENTRY org.eclipse.ui 4 0 Feb 07, 2003 16:37:06.919
> > !MESSAGE org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > !STACK 0
> > java.lang.AbstractMethodError:
> > org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > at
> >
>
org.eclipse.gef.ui.actions.ActionBarContributor.init(ActionB arContributor.ja
> > va:86)
> > at
> >
>
org.eclipse.ui.part.EditorActionBarContributor.init(EditorAc tionBarContribut
> > or.java:113)
> > at
> >
>
org.eclipse.ui.internal.EditorManager.createEditorActionBars (EditorManager.j
> > ava:167)
> > at
> org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:585)
> > at
> >
>
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
> > 637)
> > at
> >
>
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager
> > .java:430)
> > at
> >
>
org.eclipse.ui.internal.EditorManager.openEditorFromInput(Ed itorManager.java
> > :304)
> > at
> org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:395)
> > at
> >
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1990)
> > at
> >
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1828)
> > at
> >
>
org.eclipse.gef.examples.logicdesigner.LogicWizardPage1.fini sh(LogicWizardPa
> > ge1.java:111)
> > at
> >
>
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> > icCreationWizard.java:30)
> > at
> >
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:570)
> > at
> >
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:308)
> > at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:417)
> > at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:87)
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> > at org.eclipse.jface.window.Window.runEventLoop(Window.java:561 )
> > at org.eclipse.jface.window.Window.open(Window.java:541)
> > at
org.eclipse.ui.actions.NewExampleAction.run(NewExampleAction .java:119)
> > at org.eclipse.jface.action.Action.runWithEvent(Action.java:804 )
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> > ContributionItem.java:450)
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> > ributionItem.java:398)
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> > tem.java:392)
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> > ctionContributionItem.java:72)
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1289)
> > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
> > at
> >
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> > a:845)
> > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > at
> >
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> > )
> > at
> >
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> > .java:25)
> > at java.lang.reflect.Method.invoke(Method.java:324)
> > 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)
> >
> >
>
>
Re: Logic Editor Example 0206 [message #63374 is a reply to message #63306] Fri, 07 February 2003 19:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jim.azeltine.indus.com

yinglcs wrote:

> I figure out what is the problem. Sorry for the previous positing.

You should post what the solution was...


> \"yinglcs\" <yinglcs@netscape.com> wrote in message
> news:b21bns$chn$1@rogue.oti.com...
> > What I don\'t understand is I compile it with no error in my Eclipse
> > environment.
> > But when I run it, I got a \"java.lang.AbstractMethodError\".
> >
> >
> >
> > \"yinglcs\" <yinglcs@netscape.com> wrote in message
> > news:b21bkb$cfl$1@rogue.oti.com...
> > > I try build and run the logic Editor example 0206 with eclipse 2.1 M5.
> > But
> > > I got this
> > > java.lang.AbstractMethodError:
> > > org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > >
> > > Could some one please tell me how to resolve this?
> > >
> > > Thank you.
> > >
> > >
> > >
> > > Command-line arguments: -dev bin -feature org.eclipse.platform -data
> > > C:\\eclipse0207\\eclipse\\runtime-workspace -os win32 -ws win32 -arch
> x86 -nl
> > > en_US -configuration
> > >
> >
> file:C:/eclipseWorkSpace2/workspace/.metadata/.plugins/org.e clipse.pde.core/
> > > C__eclipse0207_eclipse_runtime-workspace/platform.cfg -install
> > > file:C:/eclipse0207/eclipse/
> > > !ENTRY org.eclipse.ui 4 4 Feb 07, 2003 16:37:06.909
> > > !MESSAGE Unhandled exception caught in event loop.
> > > !ENTRY org.eclipse.ui 4 0 Feb 07, 2003 16:37:06.919
> > > !MESSAGE org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > > !STACK 0
> > > java.lang.AbstractMethodError:
> > > org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > > at
> > >
> >
> org.eclipse.gef.ui.actions.ActionBarContributor.init(ActionB arContributor.ja
> > > va:86)
> > > at
> > >
> >
> org.eclipse.ui.part.EditorActionBarContributor.init(EditorAc tionBarContribut
> > > or.java:113)
> > > at
> > >
> >
> org.eclipse.ui.internal.EditorManager.createEditorActionBars (EditorManager.j
> > > ava:167)
> > > at
> > org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:585)
> > > at
> > >
> >
> org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
> > > 637)
> > > at
> > >
> >
> org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager
> > > .java:430)
> > > at
> > >
> >
> org.eclipse.ui.internal.EditorManager.openEditorFromInput(Ed itorManager.java
> > > :304)
> > > at
> > org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:395)
> > > at
> > >
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1990)
> > > at
> > >
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1828)
> > > at
> > >
> >
> org.eclipse.gef.examples.logicdesigner.LogicWizardPage1.fini sh(LogicWizardPa
> > > ge1.java:111)
> > > at
> > >
> >
> org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> > > icCreationWizard.java:30)
> > > at
> > >
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:570)
> > > at
> > >
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:308)
> > > at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:417)
> > > at
> > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:87)
> > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> > > at org.eclipse.jface.window.Window.runEventLoop(Window.java:561 )
> > > at org.eclipse.jface.window.Window.open(Window.java:541)
> > > at
> org.eclipse.ui.actions.NewExampleAction.run(NewExampleAction .java:119)
> > > at org.eclipse.jface.action.Action.runWithEvent(Action.java:804 )
> > > at
> > >
> >
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> > > ContributionItem.java:450)
> > > at
> > >
> >
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> > > ributionItem.java:398)
> > > at
> > >
> >
> org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> > > tem.java:392)
> > > at
> > >
> >
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> > > ctionContributionItem.java:72)
> > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> > > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1289)
> > > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
> > > at
> > >
> >
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> > > a:845)
> > > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > at
> > >
> >
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> > > )
> > > at
> > >
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> > > .java:25)
> > > at java.lang.reflect.Method.invoke(Method.java:324)
> > > 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)
> > >
> > >
> >
> >
Re: Logic Editor Example 0206 [message #63506 is a reply to message #63233] Sat, 08 February 2003 08:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

It sounds like M5 has some problems. You should always do a manual rebuild
all when upgrading.

"yinglcs" <yinglcs@netscape.com> wrote in message
news:b21bkb$cfl$1@rogue.oti.com...
> I try build and run the logic Editor example 0206 with eclipse 2.1 M5.
But
> I got this
> java.lang.AbstractMethodError:
> org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
>
> Could some one please tell me how to resolve this?
>
> Thank you.
>
>
>
> Command-line arguments: -dev bin -feature org.eclipse.platform -data
> C:\eclipse0207\eclipse\runtime-workspace -os win32 -ws win32 -arch x86 -nl
> en_US -configuration
>
file:C:/eclipseWorkSpace2/workspace/.metadata/.plugins/org.e clipse.pde.core/
> C__eclipse0207_eclipse_runtime-workspace/platform.cfg -install
> file:C:/eclipse0207/eclipse/
> !ENTRY org.eclipse.ui 4 4 Feb 07, 2003 16:37:06.909
> !MESSAGE Unhandled exception caught in event loop.
> !ENTRY org.eclipse.ui 4 0 Feb 07, 2003 16:37:06.919
> !MESSAGE org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> !STACK 0
> java.lang.AbstractMethodError:
> org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> at
>
org.eclipse.gef.ui.actions.ActionBarContributor.init(ActionB arContributor.ja
> va:86)
> at
>
org.eclipse.ui.part.EditorActionBarContributor.init(EditorAc tionBarContribut
> or.java:113)
> at
>
org.eclipse.ui.internal.EditorManager.createEditorActionBars (EditorManager.j
> ava:167)
> at
org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:585)
> at
>
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
> 637)
> at
>
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager
> .java:430)
> at
>
org.eclipse.ui.internal.EditorManager.openEditorFromInput(Ed itorManager.java
> :304)
> at
org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:395)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1990)
> at
> org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1828)
> at
>
org.eclipse.gef.examples.logicdesigner.LogicWizardPage1.fini sh(LogicWizardPa
> ge1.java:111)
> at
>
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> icCreationWizard.java:30)
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:570)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:308)
> at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:417)
> at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:87)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:561 )
> at org.eclipse.jface.window.Window.open(Window.java:541)
> at org.eclipse.ui.actions.NewExampleAction.run(NewExampleAction .java:119)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:804 )
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> ContributionItem.java:450)
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> ributionItem.java:398)
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> tem.java:392)
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> ctionContributionItem.java:72)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1289)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:845)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
>
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> )
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> .java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> 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)
>
>
Re: Logic Editor Example 0206 [message #63553 is a reply to message #63374] Sat, 08 February 2003 12:16 Go to previous message
Eclipse UserFriend
I remove all the .class file and do a clean build.
"jim azeltine" <jim.azeltine@indus.com> wrote in message
news:b21icr$g2t$1@rogue.oti.com...
> yinglcs wrote:
>
> > I figure out what is the problem. Sorry for the previous positing.
>
> You should post what the solution was...
>
>
> > \"yinglcs\" <yinglcs@netscape.com> wrote in message
> > news:b21bns$chn$1@rogue.oti.com...
> > > What I don\'t understand is I compile it with no error in my Eclipse
> > > environment.
> > > But when I run it, I got a \"java.lang.AbstractMethodError\".
> > >
> > >
> > >
> > > \"yinglcs\" <yinglcs@netscape.com> wrote in message
> > > news:b21bkb$cfl$1@rogue.oti.com...
> > > > I try build and run the logic Editor example 0206 with eclipse 2.1
M5.
> > > But
> > > > I got this
> > > > java.lang.AbstractMethodError:
> > > > org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > > >
> > > > Could some one please tell me how to resolve this?
> > > >
> > > > Thank you.
> > > >
> > > >
> > > >
> > > > Command-line arguments: -dev bin -feature org.eclipse.platform -data
> > > > C:\\eclipse0207\\eclipse\\runtime-workspace -os win32 -ws
win32 -arch
> > x86 -nl
> > > > en_US -configuration
> > > >
> > >
> >
file:C:/eclipseWorkSpace2/workspace/.metadata/.plugins/org.e clipse.pde.core/
> > > > C__eclipse0207_eclipse_runtime-workspace/platform.cfg -install
> > > > file:C:/eclipse0207/eclipse/
> > > > !ENTRY org.eclipse.ui 4 4 Feb 07, 2003 16:37:06.909
> > > > !MESSAGE Unhandled exception caught in event loop.
> > > > !ENTRY org.eclipse.ui 4 0 Feb 07, 2003 16:37:06.919
> > > > !MESSAGE
org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > > > !STACK 0
> > > > java.lang.AbstractMethodError:
> > > > org.eclipse.gef.ui.actions.ActionBarContributor.buildActions ()V
> > > > at
> > > >
> > >
> >
org.eclipse.gef.ui.actions.ActionBarContributor.init(ActionB arContributor.ja
> > > > va:86)
> > > > at
> > > >
> > >
> >
org.eclipse.ui.part.EditorActionBarContributor.init(EditorAc tionBarContribut
> > > > or.java:113)
> > > > at
> > > >
> > >
> >
org.eclipse.ui.internal.EditorManager.createEditorActionBars (EditorManager.j
> > > > ava:167)
> > > > at
> > >
org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:585)
> > > > at
> > > >
> > >
> >
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
> > > > 637)
> > > > at
> > > >
> > >
> >
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager
> > > > .java:430)
> > > > at
> > > >
> > >
> >
org.eclipse.ui.internal.EditorManager.openEditorFromInput(Ed itorManager.java
> > > > :304)
> > > > at
> > >
org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:395)
> > > > at
> > > >
> >
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1990)
> > > > at
> > > >
> >
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1828)
> > > > at
> > > >
> > >
> >
org.eclipse.gef.examples.logicdesigner.LogicWizardPage1.fini sh(LogicWizardPa
> > > > ge1.java:111)
> > > > at
> > > >
> > >
> >
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> > > > icCreationWizard.java:30)
> > > > at
> > > >
> >
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:570)
> > > > at
> > > >
> >
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:308)
> > > > at
org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:417)
> > > > at
> > >
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:87)
> > > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> > > > at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> > > > at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> > > > at org.eclipse.jface.window.Window.runEventLoop(Window.java:561 )
> > > > at org.eclipse.jface.window.Window.open(Window.java:541)
> > > > at
> > org.eclipse.ui.actions.NewExampleAction.run(NewExampleAction .java:119)
> > > > at org.eclipse.jface.action.Action.runWithEvent(Action.java:804 )
> > > > at
> > > >
> > >
> >
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> > > > ContributionItem.java:450)
> > > > at
> > > >
> > >
> >
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> > > > ributionItem.java:398)
> > > > at
> > > >
> > >
> >
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> > > > tem.java:392)
> > > > at
> > > >
> > >
> >
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> > > > ctionContributionItem.java:72)
> > > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836)
> > > > at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1692)
> > > > at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1410)
> > > > at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1289)
> > > > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1272)
> > > > at
> > > >
> > >
> >
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> > > > a:845)
> > > > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > at
> > > >
> > >
> >
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
> > > > )
> > > > at
> > > >
> > >
> >
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
> > > > .java:25)
> > > > at java.lang.reflect.Method.invoke(Method.java:324)
> > > > 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)
> > > >
> > > >
> > >
> > >
>
>
>
>
>
Previous Topic:ActionBarContributor help (eclipse 2.1 M5 & GEF 2/4/2003)
Next Topic:Place a SWT figure inside Draw2D figure
Goto Forum:
  


Current Time: Mon Jul 07 01:27:09 EDT 2025

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

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

Back to the top