Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Where this exception comes from?
Where this exception comes from? [message #178061] Mon, 18 April 2005 04:45 Go to next message
Hao Zhang is currently offline Hao ZhangFriend
Messages: 161
Registered: July 2009
Senior Member
Hi all,
I upgraded from GEF 3.0.1 to 3.1M6, my application often reports this
exception, as I create a node or move it.
I tried a lot but didn't work it out.
Where could this exception come from?

!ENTRY org.eclipse.ui 4 0 2005-04-18 12:19:53.826
!MESSAGE tried to access method
org.eclipse.ui.views.properties.PropertySheetEntry.refreshFr omRoot()V from
class org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
!STACK 0
java.lang.IllegalAccessError: tried to access method
org.eclipse.ui.views.properties.PropertySheetEntry.refreshFr omRoot()V from
class org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
at
org.eclipse.gef.ui.properties.UndoablePropertySheetEntry.acc ess$0(UndoablePr
opertySheetEntry.java:1)
at
org.eclipse.gef.ui.properties.UndoablePropertySheetEntry$1.c ommandStackChang
ed(UndoablePropertySheetEntry.java:103)
at
org.eclipse.gef.commands.CommandStack.notifyListeners(Comman dStack.java:253)
at org.eclipse.gef.commands.CommandStack.execute(CommandStack.j ava:141)
at org.eclipse.gef.tools.AbstractTool.executeCommand(AbstractTo ol.java:374)
at
org.eclipse.gef.tools.AbstractTool.executeCurrentCommand(Abs tractTool.java:3
86)
at
org.eclipse.gef.tools.CreationTool.performCreation(CreationT ool.java:253)
at org.eclipse.gef.tools.CreationTool.handleButtonUp(CreationTo ol.java:177)
at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java :1035)
at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:259)
at
org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouse Released(DomainE
ventDispatcher.java:374)
at
org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(Li ghtweightSystem.
java:548)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:136)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2908)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2541)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1612)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:293)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:102)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:228)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:333)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:150)
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:268 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
at org.eclipse.core.launcher.Main.run(Main.java:887)
at org.eclipse.core.launcher.Main.main(Main.java:871)
Unhandled event loop exception
Reason:
tried to access method
org.eclipse.ui.views.properties.PropertySheetEntry.refreshFr omRoot()V from
class org.eclipse.gef.ui.properties.UndoablePropertySheetEntry
Re: Where this exception comes from? [message #178077 is a reply to message #178061] Mon, 18 April 2005 14:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

It sounds like you are using a version of GEF without its prerequisite
version of the Eclipse platform. Make sure you are also using Eclipse SDK
3.1 M6.
Re: Where this exception comes from? [message #178419 is a reply to message #178077] Wed, 20 April 2005 12:38 Go to previous message
Hao Zhang is currently offline Hao ZhangFriend
Messages: 161
Registered: July 2009
Senior Member
Yes, you are right!

"Randy Hudson" <none@us.ibm.com> д
Previous Topic:insert more than one element at once
Next Topic:gef auto-layout
Goto Forum:
  


Current Time: Fri Apr 26 14:44:18 GMT 2024

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

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

Back to the top