Skip to main content



      Home
Home » Eclipse Projects » GEF » Problem with LogicDesigner Plugin Source Code in GEF I20030107
Problem with LogicDesigner Plugin Source Code in GEF I20030107 [message #59828] Wed, 29 January 2003 14:19 Go to next message
Eclipse UserFriend
Originally posted by: dinkloh.ipd.uni-karlsruhe.de

Hello!

We are using LogicDesigner Plugin in GEF 2.0.1 Build I20030107 with all
three zip files (SDK, runtime, source) installed, because this is the only
version that works with the most current Omondo EclipseUML (www.omondo.com)
Plugin 1.1.7. The API seems to frequently change, but our current problem is
that the LogicDesigner example source code of this particular version does
not seem to work in the runtime-workbench. Did anybody else notice this
also?

I create a new Java project "LogicExample" and set the source directory to
src and the output to bin and added the appropriate libraries. Then I import
the source code from the Zip file from


<eclipse> \plugins\org.eclipse.gef.examples.source_2.0.1\src\org.eclip se.gef.
examples.logic_2.0.1\runtime\

of the above metioned version into LogicExample\src. Since the plugin.xml,
logic.gif, and plugin.properties are still missing I import these from the
directory with the compiled logicdesigner example

<eclipse>\plugins\org.eclipse.gef.examples.logic_2.0.1\

Then I build the project and checked positive that all class files were
created and started a Runtime Workbench with all plugins enabled. Since the
compiled example is existant it gives me an error message that there are
duplicate plugins and the ones from the workbench will be used. That is
exactly what I want to I click OK.

In the Runtime Workbench, when I select New->Examples->GEF->Logic Diagram
the Wizard starts, but has the "Next>" button grey. After clicking on
"Finish", the Wizard windows does not close and nothing happens. I select
"Cancel" and try the same procedure again. Then I look at the Eclipse log
under Help->About Eclipse Platform->Configuration details. I actually looked
in the log file in between, too, so I know that the first call causes the
error message

java.lang.ExceptionInInitializerError
at
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
reateLogicPage1.java:79)

and the next call

java.lang.NoClassDefFoundError
at
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
reateLogicPage1.java:79)

I pasted the full error message to the end of this posting. My configuration
other than GEF 2.0.1 Build I20030107 is EMF EMF 1.0.1 Build 20021127 0721VL
again because Omondo Eclipse UML requires it. The platform itself is
Version: 2.0.2 Build id: 200211071448, which I updated to the most current
versions with the Update function.

Thank you very much in advance for the help,
Martin

---
!SESSION Jan 29, 2003
19:17:53.120 ---------------------------------------------

java.version=1.4.1_01

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE

Command-line arguments: -dev bin -data
D:\Programme\Eclipse-SDK\eclipse\runtime-workspace\ -os win32 -ws
win32 -arch x86

!ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:17:53.120

!MESSAGE Unhandled exception caught in event loop.

!ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:17:53.160

!MESSAGE java.lang.ExceptionInInitializerError

!STACK 0

java.lang.ExceptionInInitializerError

at
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
reateLogicPage1.java:79)

at
org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
CreationPage.java:175)

at
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
ge1.java:100)

at
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
icCreationWizard.java:30)

at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)

at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)

at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)

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:827)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)

at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )

at org.eclipse.jface.window.Window.open(Window.java:542)

at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)

at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )

at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:407)

at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:361)

at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:352)

at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:47)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)

at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)

at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:831)

at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)

at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)

Caused by: java.lang.IllegalArgumentException: Argument cannot be null

at org.eclipse.swt.SWT.error(SWT.java:2105)

at org.eclipse.swt.SWT.error(SWT.java:2051)

at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 18)

at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:306)

at org.eclipse.swt.graphics.Image.<init>(Image.java:742)

at
org.eclipse.gef.examples.logicdesigner.model.LogicDiagram.<clinit >(LogicDiag
ram.java:24)

.... 29 more

!ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:50:10.216

!MESSAGE Unhandled exception caught in event loop.

!ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:50:10.536

!MESSAGE java.lang.NoClassDefFoundError

!STACK 0

java.lang.NoClassDefFoundError

at
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
reateLogicPage1.java:79)

at
org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
CreationPage.java:175)

at
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
ge1.java:100)

at
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
icCreationWizard.java:30)

at
org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)

at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)

at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)

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:827)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)

at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )

at org.eclipse.jface.window.Window.open(Window.java:542)

at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)

at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )

at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:407)

at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:361)

at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:352)

at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:47)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)

at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)

at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:831)

at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)

at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
Re: Problem with LogicDesigner Plugin Source Code in GEF I20030107 [message #59998 is a reply to message #59828] Wed, 29 January 2003 17:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

You have a PDE problem. Go into PDE preferences and click on "Not in
Workspace" button to remove external plugins that *ARE* in the workspace.

"Martin Dinkloh" <dinkloh@ipd.uni-karlsruhe.de> wrote in message
news:b1988j$auu$1@rogue.oti.com...
> Hello!
>
> We are using LogicDesigner Plugin in GEF 2.0.1 Build I20030107 with all
> three zip files (SDK, runtime, source) installed, because this is the only
> version that works with the most current Omondo EclipseUML
(www.omondo.com)
> Plugin 1.1.7. The API seems to frequently change, but our current problem
is
> that the LogicDesigner example source code of this particular version does
> not seem to work in the runtime-workbench. Did anybody else notice this
> also?
>
> I create a new Java project "LogicExample" and set the source directory to
> src and the output to bin and added the appropriate libraries. Then I
import
> the source code from the Zip file from
>
>
>
<eclipse> \plugins\org.eclipse.gef.examples.source_2.0.1\src\org.eclip se.gef.
> examples.logic_2.0.1\runtime\
>
> of the above metioned version into LogicExample\src. Since the plugin.xml,
> logic.gif, and plugin.properties are still missing I import these from the
> directory with the compiled logicdesigner example
>
> <eclipse>\plugins\org.eclipse.gef.examples.logic_2.0.1\
>
> Then I build the project and checked positive that all class files were
> created and started a Runtime Workbench with all plugins enabled. Since
the
> compiled example is existant it gives me an error message that there are
> duplicate plugins and the ones from the workbench will be used. That is
> exactly what I want to I click OK.
>
> In the Runtime Workbench, when I select New->Examples->GEF->Logic Diagram
> the Wizard starts, but has the "Next>" button grey. After clicking on
> "Finish", the Wizard windows does not close and nothing happens. I select
> "Cancel" and try the same procedure again. Then I look at the Eclipse log
> under Help->About Eclipse Platform->Configuration details. I actually
looked
> in the log file in between, too, so I know that the first call causes the
> error message
>
> java.lang.ExceptionInInitializerError
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> and the next call
>
> java.lang.NoClassDefFoundError
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> I pasted the full error message to the end of this posting. My
configuration
> other than GEF 2.0.1 Build I20030107 is EMF EMF 1.0.1 Build 20021127
0721VL
> again because Omondo Eclipse UML requires it. The platform itself is
> Version: 2.0.2 Build id: 200211071448, which I updated to the most current
> versions with the Update function.
>
> Thank you very much in advance for the help,
> Martin
>
> ---
> !SESSION Jan 29, 2003
> 19:17:53.120 ---------------------------------------------
>
> java.version=1.4.1_01
>
> java.vendor=Sun Microsystems Inc.
>
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
>
> Command-line arguments: -dev bin -data
> D:\Programme\Eclipse-SDK\eclipse\runtime-workspace\ -os win32 -ws
> win32 -arch x86
>
> !ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:17:53.120
>
> !MESSAGE Unhandled exception caught in event loop.
>
> !ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:17:53.160
>
> !MESSAGE java.lang.ExceptionInInitializerError
>
> !STACK 0
>
> java.lang.ExceptionInInitializerError
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> at
>
org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
> CreationPage.java:175)
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
> ge1.java:100)
>
> at
>
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> icCreationWizard.java:30)
>
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
>
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
>
> at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
>
> 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:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
>
> at org.eclipse.jface.window.Window.open(Window.java:542)
>
> at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
>
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> ContributionItem.java:407)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> ributionItem.java:361)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> tem.java:352)
>
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> ctionContributionItem.java:47)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
>
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
>
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:831)
>
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
>
> at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
>
> Caused by: java.lang.IllegalArgumentException: Argument cannot be null
>
> at org.eclipse.swt.SWT.error(SWT.java:2105)
>
> at org.eclipse.swt.SWT.error(SWT.java:2051)
>
> at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 18)
>
> at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:306)
>
> at org.eclipse.swt.graphics.Image.<init>(Image.java:742)
>
> at
>
org.eclipse.gef.examples.logicdesigner.model.LogicDiagram.<clinit >(LogicDiag
> ram.java:24)
>
> ... 29 more
>
> !ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:50:10.216
>
> !MESSAGE Unhandled exception caught in event loop.
>
> !ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:50:10.536
>
> !MESSAGE java.lang.NoClassDefFoundError
>
> !STACK 0
>
> java.lang.NoClassDefFoundError
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> at
>
org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
> CreationPage.java:175)
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
> ge1.java:100)
>
> at
>
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> icCreationWizard.java:30)
>
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
>
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
>
> at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
>
> 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:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
>
> at org.eclipse.jface.window.Window.open(Window.java:542)
>
> at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
>
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> ContributionItem.java:407)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> ributionItem.java:361)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> tem.java:352)
>
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> ctionContributionItem.java:47)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
>
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
>
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:831)
>
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
>
> at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
>
>
Re: Problem with LogicDesigner Plugin Source Code in GEF I20030107 [message #60045 is a reply to message #59828] Thu, 30 January 2003 03:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: m.spork.DELETE_THIS_SPAMBLOCKqut.edu.au

Hi,

I'm using the same builds and had some problems as well but now have
it working.

Randy's post helped - I was then able to get to the point of trying to
create a new logic file - but it was not able to create the file.

On a hunch I thought it might be to do with missing resources - the
bitmaps for icons and pallette elements. So I extracted these from the
logic.jar file in
<eclipse_home>\plugins\org.eclipse.gef.examples.logic_2.0.1\runtime
and placed them in the appropriate folders on the projects src
directory.

This fixed the problem

On Wed, 29 Jan 2003 20:19:26 +0100, "Martin Dinkloh"
<dinkloh@ipd.uni-karlsruhe.de> wrote:

>Hello!
>
>We are using LogicDesigner Plugin in GEF 2.0.1 Build I20030107 with all
>three zip files (SDK, runtime, source) installed, because this is the only
>version that works with the most current Omondo EclipseUML (www.omondo.com)
>Plugin 1.1.7. The API seems to frequently change, but our current problem is
>that the LogicDesigner example source code of this particular version does
>not seem to work in the runtime-workbench. Did anybody else notice this
>also?
>
>I create a new Java project "LogicExample" and set the source directory to
>src and the output to bin and added the appropriate libraries. Then I import
>the source code from the Zip file from
>
>
><eclipse> \plugins\org.eclipse.gef.examples.source_2.0.1\src\org.eclip se.gef.
>examples.logic_2.0.1\runtime\
>
>of the above metioned version into LogicExample\src. Since the plugin.xml,
>logic.gif, and plugin.properties are still missing I import these from the
>directory with the compiled logicdesigner example
>
> <eclipse>\plugins\org.eclipse.gef.examples.logic_2.0.1\
>
>Then I build the project and checked positive that all class files were
>created and started a Runtime Workbench with all plugins enabled. Since the
>compiled example is existant it gives me an error message that there are
>duplicate plugins and the ones from the workbench will be used. That is
>exactly what I want to I click OK.
>
>In the Runtime Workbench, when I select New->Examples->GEF->Logic Diagram
>the Wizard starts, but has the "Next>" button grey. After clicking on
>"Finish", the Wizard windows does not close and nothing happens. I select
>"Cancel" and try the same procedure again. Then I look at the Eclipse log
>under Help->About Eclipse Platform->Configuration details. I actually looked
>in the log file in between, too, so I know that the first call causes the
>error message
>
> java.lang.ExceptionInInitializerError
> at
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
>reateLogicPage1.java:79)
>
>and the next call
>
> java.lang.NoClassDefFoundError
> at
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
>reateLogicPage1.java:79)
>
>I pasted the full error message to the end of this posting. My configuration
>other than GEF 2.0.1 Build I20030107 is EMF EMF 1.0.1 Build 20021127 0721VL
>again because Omondo Eclipse UML requires it. The platform itself is
>Version: 2.0.2 Build id: 200211071448, which I updated to the most current
>versions with the Update function.
>
>Thank you very much in advance for the help,
>Martin
>
>---
>!SESSION Jan 29, 2003
>19:17:53.120 ---------------------------------------------
>
>java.version=1.4.1_01
>
>java.vendor=Sun Microsystems Inc.
>
>BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
>
>Command-line arguments: -dev bin -data
>D:\Programme\Eclipse-SDK\eclipse\runtime-workspace\ -os win32 -ws
>win32 -arch x86
>
>!ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:17:53.120
>
>!MESSAGE Unhandled exception caught in event loop.
>
>!ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:17:53.160
>
>!MESSAGE java.lang.ExceptionInInitializerError
>
>!STACK 0
>
>java.lang.ExceptionInInitializerError
>
>at
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
>reateLogicPage1.java:79)
>
>at
> org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
>CreationPage.java:175)
>
>at
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
>ge1.java:100)
>
>at
> org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
>icCreationWizard.java:30)
>
>at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
>
>at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
>
>at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
>
>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:827)
>
>at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
>at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
>
>at org.eclipse.jface.window.Window.open(Window.java:542)
>
>at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
>
>at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
>
>at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
>ContributionItem.java:407)
>
>at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
>ributionItem.java:361)
>
>at
> org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
>tem.java:352)
>
>at
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
>ctionContributionItem.java:47)
>
>at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
>
>at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
>
>at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
>at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
>
>at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
>
>at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
>a:831)
>
>at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
>
>at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
>
>Caused by: java.lang.IllegalArgumentException: Argument cannot be null
>
>at org.eclipse.swt.SWT.error(SWT.java:2105)
>
>at org.eclipse.swt.SWT.error(SWT.java:2051)
>
>at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 18)
>
>at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:306)
>
>at org.eclipse.swt.graphics.Image.<init>(Image.java:742)
>
>at
>org.eclipse.gef.examples.logicdesigner.model.LogicDiagram.<clinit >(LogicDiag
>ram.java:24)
>
>... 29 more
>
>!ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:50:10.216
>
>!MESSAGE Unhandled exception caught in event loop.
>
>!ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:50:10.536
>
>!MESSAGE java.lang.NoClassDefFoundError
>
>!STACK 0
>
>java.lang.NoClassDefFoundError
>
>at
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
>reateLogicPage1.java:79)
>
>at
> org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
>CreationPage.java:175)
>
>at
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
>ge1.java:100)
>
>at
> org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
>icCreationWizard.java:30)
>
>at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
>
>at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
>
>at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
>
>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:827)
>
>at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
>at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
>
>at org.eclipse.jface.window.Window.open(Window.java:542)
>
>at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
>
>at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
>
>at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
>ContributionItem.java:407)
>
>at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
>ributionItem.java:361)
>
>at
> org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
>tem.java:352)
>
>at
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
>ctionContributionItem.java:47)
>
>at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
>
>at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
>
>at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
>at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
>at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
>
>at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
>
>at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
>a:831)
>
>at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
>
>at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
>
Re: Problem with LogicDesigner Plugin Source Code in GEF I20030107 [message #60430 is a reply to message #60045] Thu, 30 January 2003 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dinkloh.DELETE_THIS_SPAMBLOCKipd.uni-karlsruhe.de

Thank you very much for the help! The combination of your and Randy's
posting were the solution to my problem. First I excluded the LogicDesigner
plugin that came with the examples ZIP-file from the configuration menu for
the PDE and then I extracted the missing icons. Now it is working great!

"Murray Spork" <m.spork@DELETE_THIS_SPAMBLOCKqut.edu.au> schrieb im
Newsbeitrag news:vmmh3vg4ns7c0aaebamsglahb241ickqnt@4ax.com...
> Hi,
>
> I'm using the same builds and had some problems as well but now have
> it working.
>
> Randy's post helped - I was then able to get to the point of trying to
> create a new logic file - but it was not able to create the file.
>
> On a hunch I thought it might be to do with missing resources - the
> bitmaps for icons and pallette elements. So I extracted these from the
> logic.jar file in
> <eclipse_home>\plugins\org.eclipse.gef.examples.logic_2.0.1\runtime
> and placed them in the appropriate folders on the projects src
> directory.
>
> This fixed the problem
>
> On Wed, 29 Jan 2003 20:19:26 +0100, "Martin Dinkloh"
> <dinkloh@ipd.uni-karlsruhe.de> wrote:
>
> >Hello!
> >
> >We are using LogicDesigner Plugin in GEF 2.0.1 Build I20030107 with all
> >three zip files (SDK, runtime, source) installed, because this is the
only
> >version that works with the most current Omondo EclipseUML
(www.omondo.com)
> >Plugin 1.1.7. The API seems to frequently change, but our current problem
is
> >that the LogicDesigner example source code of this particular version
does
> >not seem to work in the runtime-workbench. Did anybody else notice this
> >also?
> >
> >I create a new Java project "LogicExample" and set the source directory
to
> >src and the output to bin and added the appropriate libraries. Then I
import
> >the source code from the Zip file from
> >
> >
>
><eclipse> \plugins\org.eclipse.gef.examples.source_2.0.1\src\org.eclip se.gef
..
> >examples.logic_2.0.1\runtime\
> >
> >of the above metioned version into LogicExample\src. Since the
plugin.xml,
> >logic.gif, and plugin.properties are still missing I import these from
the
> >directory with the compiled logicdesigner example
> >
> > <eclipse>\plugins\org.eclipse.gef.examples.logic_2.0.1\
> >
> >Then I build the project and checked positive that all class files were
> >created and started a Runtime Workbench with all plugins enabled. Since
the
> >compiled example is existant it gives me an error message that there are
> >duplicate plugins and the ones from the workbench will be used. That is
> >exactly what I want to I click OK.
> >
> >In the Runtime Workbench, when I select New->Examples->GEF->Logic Diagram
> >the Wizard starts, but has the "Next>" button grey. After clicking on
> >"Finish", the Wizard windows does not close and nothing happens. I select
> >"Cancel" and try the same procedure again. Then I look at the Eclipse log
> >under Help->About Eclipse Platform->Configuration details. I actually
looked
> >in the log file in between, too, so I know that the first call causes the
> >error message
> >
> > java.lang.ExceptionInInitializerError
> > at
>
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(
C
> >reateLogicPage1.java:79)
> >
> >and the next call
> >
> > java.lang.NoClassDefFoundError
> > at
>
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(
C
> >reateLogicPage1.java:79)
> >
> >I pasted the full error message to the end of this posting. My
configuration
> >other than GEF 2.0.1 Build I20030107 is EMF EMF 1.0.1 Build 20021127
0721VL
> >again because Omondo Eclipse UML requires it. The platform itself is
> >Version: 2.0.2 Build id: 200211071448, which I updated to the most
current
> >versions with the Update function.
> >
> >Thank you very much in advance for the help,
> >Martin
> >
> >---
> >!SESSION Jan 29, 2003
> >19:17:53.120 ---------------------------------------------
> >
> >java.version=1.4.1_01
> >
> >java.vendor=Sun Microsystems Inc.
> >
> >BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> >
> >Command-line arguments: -dev bin -data
> >D:\Programme\Eclipse-SDK\eclipse\runtime-workspace\ -os win32 -ws
> >win32 -arch x86
> >
> >!ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:17:53.120
> >
> >!MESSAGE Unhandled exception caught in event loop.
> >
> >!ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:17:53.160
> >
> >!MESSAGE java.lang.ExceptionInInitializerError
> >
> >!STACK 0
> >
> >java.lang.ExceptionInInitializerError
> >
> >at
>
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(
C
> >reateLogicPage1.java:79)
> >
> >at
>
> org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFil
e
> >CreationPage.java:175)
> >
> >at
>
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicP
a
> >ge1.java:100)
> >
> >at
>
> org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Lo
g
> >icCreationWizard.java:30)
> >
> >at
>
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
> >
> >at
>
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
> >
> >at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
> >
> >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:827)
> >
> >at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
> >
> >at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
> >
> >at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
> >
> >at org.eclipse.jface.window.Window.open(Window.java:542)
> >
> >at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
> >
> >at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Actio
n
> >ContributionItem.java:407)
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCon
t
> >ributionItem.java:361)
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContribution
I
> >tem.java:352)
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(
A
> >ctionContributionItem.java:47)
> >
> >at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> >
> >at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
> >
> >at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
> >
> >at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
> >
> >at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
> >
> >at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
> >
> >at
>
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.ja
v
> >a:831)
> >
> >at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
> >
> >at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
> >
> >Caused by: java.lang.IllegalArgumentException: Argument cannot be null
> >
> >at org.eclipse.swt.SWT.error(SWT.java:2105)
> >
> >at org.eclipse.swt.SWT.error(SWT.java:2051)
> >
> >at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 18)
> >
> >at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:306)
> >
> >at org.eclipse.swt.graphics.Image.<init>(Image.java:742)
> >
> >at
>
>org.eclipse.gef.examples.logicdesigner.model.LogicDiagram.<clinit >(LogicDia
g
> >ram.java:24)
> >
> >... 29 more
> >
> >!ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:50:10.216
> >
> >!MESSAGE Unhandled exception caught in event loop.
> >
> >!ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:50:10.536
> >
> >!MESSAGE java.lang.NoClassDefFoundError
> >
> >!STACK 0
> >
> >java.lang.NoClassDefFoundError
> >
> >at
>
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(
C
> >reateLogicPage1.java:79)
> >
> >at
>
> org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFil
e
> >CreationPage.java:175)
> >
> >at
>
> org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicP
a
> >ge1.java:100)
> >
> >at
>
> org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Lo
g
> >icCreationWizard.java:30)
> >
> >at
>
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
> >
> >at
>
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
> >
> >at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
> >
> >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:827)
> >
> >at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
> >
> >at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
> >
> >at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
> >
> >at org.eclipse.jface.window.Window.open(Window.java:542)
> >
> >at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
> >
> >at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Actio
n
> >ContributionItem.java:407)
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCon
t
> >ributionItem.java:361)
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContribution
I
> >tem.java:352)
> >
> >at
>
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(
A
> >ctionContributionItem.java:47)
> >
> >at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
> >
> >at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
> >
> >at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
> >
> >at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
> >
> >at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
> >
> >at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
> >
> >at
>
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.ja
v
> >a:831)
> >
> >at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
> >
> >at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
> >
>
Re: Problem with LogicDesigner Plugin Source Code in GEF I20030107 [message #60835 is a reply to message #59828] Thu, 30 January 2003 16:37 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

The intended way to import out plugins into a workspace is to use the PDE's
Import external plugins. This hasn't been tested in a while, but if the
entire feature is present, including the source plugins, the PDE should
automatically do everything that you did manually.

"Martin Dinkloh" <dinkloh@ipd.uni-karlsruhe.de> wrote in message
news:b1988j$auu$1@rogue.oti.com...
> Hello!
>
> We are using LogicDesigner Plugin in GEF 2.0.1 Build I20030107 with all
> three zip files (SDK, runtime, source) installed, because this is the only
> version that works with the most current Omondo EclipseUML
(www.omondo.com)
> Plugin 1.1.7. The API seems to frequently change, but our current problem
is
> that the LogicDesigner example source code of this particular version does
> not seem to work in the runtime-workbench. Did anybody else notice this
> also?
>
> I create a new Java project "LogicExample" and set the source directory to
> src and the output to bin and added the appropriate libraries. Then I
import
> the source code from the Zip file from
>
>
>
<eclipse> \plugins\org.eclipse.gef.examples.source_2.0.1\src\org.eclip se.gef.
> examples.logic_2.0.1\runtime\
>
> of the above metioned version into LogicExample\src. Since the plugin.xml,
> logic.gif, and plugin.properties are still missing I import these from the
> directory with the compiled logicdesigner example
>
> <eclipse>\plugins\org.eclipse.gef.examples.logic_2.0.1\
>
> Then I build the project and checked positive that all class files were
> created and started a Runtime Workbench with all plugins enabled. Since
the
> compiled example is existant it gives me an error message that there are
> duplicate plugins and the ones from the workbench will be used. That is
> exactly what I want to I click OK.
>
> In the Runtime Workbench, when I select New->Examples->GEF->Logic Diagram
> the Wizard starts, but has the "Next>" button grey. After clicking on
> "Finish", the Wizard windows does not close and nothing happens. I select
> "Cancel" and try the same procedure again. Then I look at the Eclipse log
> under Help->About Eclipse Platform->Configuration details. I actually
looked
> in the log file in between, too, so I know that the first call causes the
> error message
>
> java.lang.ExceptionInInitializerError
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> and the next call
>
> java.lang.NoClassDefFoundError
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> I pasted the full error message to the end of this posting. My
configuration
> other than GEF 2.0.1 Build I20030107 is EMF EMF 1.0.1 Build 20021127
0721VL
> again because Omondo Eclipse UML requires it. The platform itself is
> Version: 2.0.2 Build id: 200211071448, which I updated to the most current
> versions with the Update function.
>
> Thank you very much in advance for the help,
> Martin
>
> ---
> !SESSION Jan 29, 2003
> 19:17:53.120 ---------------------------------------------
>
> java.version=1.4.1_01
>
> java.vendor=Sun Microsystems Inc.
>
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
>
> Command-line arguments: -dev bin -data
> D:\Programme\Eclipse-SDK\eclipse\runtime-workspace\ -os win32 -ws
> win32 -arch x86
>
> !ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:17:53.120
>
> !MESSAGE Unhandled exception caught in event loop.
>
> !ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:17:53.160
>
> !MESSAGE java.lang.ExceptionInInitializerError
>
> !STACK 0
>
> java.lang.ExceptionInInitializerError
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> at
>
org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
> CreationPage.java:175)
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
> ge1.java:100)
>
> at
>
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> icCreationWizard.java:30)
>
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
>
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
>
> at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
>
> 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:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
>
> at org.eclipse.jface.window.Window.open(Window.java:542)
>
> at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
>
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> ContributionItem.java:407)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> ributionItem.java:361)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> tem.java:352)
>
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> ctionContributionItem.java:47)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
>
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
>
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:831)
>
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
>
> at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
>
> Caused by: java.lang.IllegalArgumentException: Argument cannot be null
>
> at org.eclipse.swt.SWT.error(SWT.java:2105)
>
> at org.eclipse.swt.SWT.error(SWT.java:2051)
>
> at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 18)
>
> at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:306)
>
> at org.eclipse.swt.graphics.Image.<init>(Image.java:742)
>
> at
>
org.eclipse.gef.examples.logicdesigner.model.LogicDiagram.<clinit >(LogicDiag
> ram.java:24)
>
> ... 29 more
>
> !ENTRY org.eclipse.ui 4 4 Jan 29, 2003 19:50:10.216
>
> !MESSAGE Unhandled exception caught in event loop.
>
> !ENTRY org.eclipse.ui 4 0 Jan 29, 2003 19:50:10.536
>
> !MESSAGE java.lang.NoClassDefFoundError
>
> !STACK 0
>
> java.lang.NoClassDefFoundError
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.getI nitialContents(C
> reateLogicPage1.java:79)
>
> at
>
org.eclipse.ui.dialogs.WizardNewFileCreationPage.createNewFi le(WizardNewFile
> CreationPage.java:175)
>
> at
>
org.eclipse.gef.examples.logicdesigner.CreateLogicPage1.fini sh(CreateLogicPa
> ge1.java:100)
>
> at
>
org.eclipse.gef.examples.logicdesigner.LogicCreationWizard.p erformFinish(Log
> icCreationWizard.java:30)
>
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:577)
>
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:312)
>
> at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:407)
>
> 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:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:562 )
>
> at org.eclipse.jface.window.Window.open(Window.java:542)
>
> at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:88)
>
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:749 )
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
> ContributionItem.java:407)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
> ributionItem.java:361)
>
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
> tem.java:352)
>
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
> ctionContributionItem.java:47)
>
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :77)
>
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
>
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1529)
>
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1291)
>
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1343)
>
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1326)
>
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:831)
>
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
>
> at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
>
>
Previous Topic:Create ToolBar for Direct Edit
Next Topic:Scrolling problem while using cell editor
Goto Forum:
  


Current Time: Thu Jul 17 15:12:15 EDT 2025

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

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

Back to the top