Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » lightweightsystem initialization failing
lightweightsystem initialization failing [message #461147] Sat, 17 September 2005 09:17 Go to next message
Eclipse UserFriend
Originally posted by: kevin.cs.washington.edu

Hello,

Background:
I am changing the SWT text widget in the Message area of the RCP Mail
template to an SWT canvas, on which I hope to be able to draw labels
using draw2d.

Problem:
NOTE: My plugin-dependencies were set by Eclipse, and already include
org.eclipse.swt.win32.win32.x86_3.1.0.jar (which contains
AccessibleListener) AND org.eclipse.swt_3.1.0.jar (which is empty).

When I try to instantiate LightwightSystem:
createCanvas();
lws = new LightweightSystem(canvas);

I get this runtime error:

!SESSION 2005-09-17 04:10:05.625
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product force.product -pdelaunch
Command-line arguments: -product force.product -data
c:\eclipse\runtime-force.product -dev
file:c:/eclipse/workspace/.metadata/.plugins/org.eclipse.pde .core/force.product/dev.properties
-pdelaunch -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2005-09-17 04:10:07.390
!MESSAGE Bundle
initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/
was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
!MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
!MESSAGE Missing required bundle
org.eclipse.core.runtime.compatibility_0.0.0.

!ENTRY org.eclipse.osgi 2005-09-17 04:10:10.953
!MESSAGE Application error
!STACK 1
java.lang.NoClassDefFoundError:
org/eclipse/swt/accessibility/AccessibleListener
at force.View.createPartControl(View.java:51)
at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:305)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:180)
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.ViewPane.setVisible(ViewPane.java:51 2)
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.createControl(PartStack.ja va:576)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.ja va:528)
at
org.eclipse.ui.internal.PartSashContainer.createControl(Part SashContainer.java:485)
at
org.eclipse.ui.internal.PerspectiveHelper.activate(Perspecti veHelper.java:230)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.j ava:813)
at
org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPa ge.java:2165)
at org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindo w.java:2356)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(Workbe nchWindow.java:2338)
at
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
at
org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:669)
at
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1282)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1223)
at
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at force.Application.run(Application.java:22)
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(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
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)

!ENTRY org.eclipse.osgi 2005-09-17 04:10:10.968
!MESSAGE Bundle
initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/ [17]
was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
!MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
!MESSAGE Missing required bundle
org.eclipse.core.runtime.compatibility_0.0.0.
Re: lightweightsystem initialization failing [message #461149 is a reply to message #461147] Sat, 17 September 2005 10:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kevin.cs.washington.edu

I should also note that importing org.eclipse.wt.accessibility.*; does
not help.

Kevin Chiu wrote:
> Hello,
>
> Background:
> I am changing the SWT text widget in the Message area of the RCP Mail
> template to an SWT canvas, on which I hope to be able to draw labels
> using draw2d.
>
> Problem:
> NOTE: My plugin-dependencies were set by Eclipse, and already include
> org.eclipse.swt.win32.win32.x86_3.1.0.jar (which contains
> AccessibleListener) AND org.eclipse.swt_3.1.0.jar (which is empty).
>
> When I try to instantiate LightwightSystem:
> createCanvas();
> lws = new LightweightSystem(canvas);
>
> I get this runtime error:
>
> !SESSION 2005-09-17 04:10:05.625
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product force.product -pdelaunch
> Command-line arguments: -product force.product -data
> c:\eclipse\runtime-force.product -dev
> file:c:/eclipse/workspace/.metadata/.plugins/org.eclipse.pde .core/force.product/dev.properties
> -pdelaunch -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.osgi 2005-09-17 04:10:07.390
> !MESSAGE Bundle
> initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/
> was not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
> !MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
> !MESSAGE Missing required bundle
> org.eclipse.core.runtime.compatibility_0.0.0.
>
> !ENTRY org.eclipse.osgi 2005-09-17 04:10:10.953
> !MESSAGE Application error
> !STACK 1
> java.lang.NoClassDefFoundError:
> org/eclipse/swt/accessibility/AccessibleListener
> at force.View.createPartControl(View.java:51)
> at
> org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:305)
>
> at
> org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:180)
> 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.ViewPane.setVisible(ViewPane.java:51 2)
> 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.createControl(PartStack.ja va:576)
> at org.eclipse.ui.internal.PartStack.createControl(PartStack.ja va:528)
> at
> org.eclipse.ui.internal.PartSashContainer.createControl(Part SashContainer.java:485)
>
> at
> org.eclipse.ui.internal.PerspectiveHelper.activate(Perspecti veHelper.java:230)
>
> at org.eclipse.ui.internal.Perspective.onActivate(Perspective.j ava:813)
> at
> org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPa ge.java:2165)
> at
> org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindo w.java:2356)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
> org.eclipse.ui.internal.WorkbenchWindow.setActivePage(Workbe nchWindow.java:2338)
>
> at
> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
>
> at
> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:669)
>
> at
> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1282)
>
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1223)
> at
> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
>
> at
> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
>
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at force.Application.run(Application.java:22)
> 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(NativeMethodAcce ssorImpl.java:39)
>
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> at java.lang.reflect.Method.invoke(Method.java:585)
> 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)
>
> !ENTRY org.eclipse.osgi 2005-09-17 04:10:10.968
> !MESSAGE Bundle
> initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/ [17]
> was not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
> !MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
> !MESSAGE Missing required bundle
> org.eclipse.core.runtime.compatibility_0.0.0.
Re: lightweightsystem initialization failing [message #461150 is a reply to message #461149] Sat, 17 September 2005 10:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kevin.cs.washington.edu

Oops, I meant importing org.eclipse.swt.accessibility.*; does not help.
(typo)

Kevin Chiu wrote:
> I should also note that importing org.eclipse.wt.accessibility.*; does
> not help.
>
> Kevin Chiu wrote:
>
>> Hello,
>>
>> Background:
>> I am changing the SWT text widget in the Message area of the RCP Mail
>> template to an SWT canvas, on which I hope to be able to draw labels
>> using draw2d.
>>
>> Problem:
>> NOTE: My plugin-dependencies were set by Eclipse, and already include
>> org.eclipse.swt.win32.win32.x86_3.1.0.jar (which contains
>> AccessibleListener) AND org.eclipse.swt_3.1.0.jar (which is empty).
>>
>> When I try to instantiate LightwightSystem:
>> createCanvas();
>> lws = new LightweightSystem(canvas);
>>
>> I get this runtime error:
>>
>> !SESSION 2005-09-17 04:10:05.625
>> -----------------------------------------------
>> eclipse.buildId=unknown
>> java.version=1.5.0_04
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> Framework arguments: -product force.product -pdelaunch
>> Command-line arguments: -product force.product -data
>> c:\eclipse\runtime-force.product -dev
>> file:c:/eclipse/workspace/.metadata/.plugins/org.eclipse.pde .core/force.product/dev.properties
>> -pdelaunch -os win32 -ws win32 -arch x86
>>
>> !ENTRY org.eclipse.osgi 2005-09-17 04:10:07.390
>> !MESSAGE Bundle
>> initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/
>> was not resolved.
>> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
>> !MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
>> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
>> !MESSAGE Missing required bundle
>> org.eclipse.core.runtime.compatibility_0.0.0.
>>
>> !ENTRY org.eclipse.osgi 2005-09-17 04:10:10.953
>> !MESSAGE Application error
>> !STACK 1
>> java.lang.NoClassDefFoundError:
>> org/eclipse/swt/accessibility/AccessibleListener
>> at force.View.createPartControl(View.java:51)
>> at
>> org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:305)
>>
>> at
>> org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:180)
>> 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.ViewPane.setVisible(ViewPane.java:51 2)
>> 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.createControl(PartStack.ja va:576)
>> at
>> org.eclipse.ui.internal.PartStack.createControl(PartStack.ja va:528)
>> at
>> org.eclipse.ui.internal.PartSashContainer.createControl(Part SashContainer.java:485)
>>
>> at
>> org.eclipse.ui.internal.PerspectiveHelper.activate(Perspecti veHelper.java:230)
>>
>> at
>> org.eclipse.ui.internal.Perspective.onActivate(Perspective.j ava:813)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPa ge.java:2165)
>> at
>> org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindo w.java:2356)
>> at
>> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
>> at
>> org.eclipse.ui.internal.WorkbenchWindow.setActivePage(Workbe nchWindow.java:2338)
>>
>> at
>> org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:681)
>>
>> at
>> org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:669)
>>
>> at
>> org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1282)
>>
>> at
>> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1223)
>>
>> at
>> org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
>>
>> at
>> org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:706)
>>
>> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
>> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
>> at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
>>
>> at
>> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
>> at force.Application.run(Application.java:22)
>> 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(NativeMethodAcce ssorImpl.java:39)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>>
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> 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)
>>
>> !ENTRY org.eclipse.osgi 2005-09-17 04:10:10.968
>> !MESSAGE Bundle
>> initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/ [17]
>> was not resolved.
>> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
>> !MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
>> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
>> !MESSAGE Missing required bundle
>> org.eclipse.core.runtime.compatibility_0.0.0.
Re: lightweightsystem initialization failing [message #461154 is a reply to message #461147] Sat, 17 September 2005 16:22 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
Kevin, GEF and draw2d are not mentioned in the error stack trace. The log
also mentions you seem to be missing required plugins (emf.ecore and
runtime.compatibility). Check to see who's requiring those plugins. The
SWT jar being empty doesn't sound right either. You might want to pursue
this further on the swt or platform newsgroup.

"Kevin Chiu" <kevin@cs.washington.edu> wrote in message
news:dggu0i$473$1@news.eclipse.org...
> Hello,
>
> Background:
> I am changing the SWT text widget in the Message area of the RCP Mail
> template to an SWT canvas, on which I hope to be able to draw labels
> using draw2d.
>
> Problem:
> NOTE: My plugin-dependencies were set by Eclipse, and already include
> org.eclipse.swt.win32.win32.x86_3.1.0.jar (which contains
> AccessibleListener) AND org.eclipse.swt_3.1.0.jar (which is empty).
>
> When I try to instantiate LightwightSystem:
> createCanvas();
> lws = new LightweightSystem(canvas);
>
> I get this runtime error:
>
> !SESSION 2005-09-17 04:10:05.625
> -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product force.product -pdelaunch
> Command-line arguments: -product force.product -data
> c:\eclipse\runtime-force.product -dev
>
file:c:/eclipse/workspace/.metadata/.plugins/org.eclipse.pde .core/force.product/dev.properties
> -pdelaunch -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.osgi 2005-09-17 04:10:07.390
> !MESSAGE Bundle
> initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/
> was not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
> !MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:07.390
> !MESSAGE Missing required bundle
> org.eclipse.core.runtime.compatibility_0.0.0.
>
> !ENTRY org.eclipse.osgi 2005-09-17 04:10:10.953
> !MESSAGE Application error
> !STACK 1
> java.lang.NoClassDefFoundError:
> org/eclipse/swt/accessibility/AccessibleListener
> at force.View.createPartControl(View.java:51)
> at
>
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewR eference.java:30
5)
> at
org.eclipse.ui.internal.ViewReference.createPart(ViewReferen ce.java:180)
> at
>
org.eclipse.ui.internal.WorkbenchPartReference.getPart(Workb enchPartReferenc
e.java:552)
> at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:28 3)
> at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:51 2)
> at
>
org.eclipse.ui.internal.presentations.PresentablePart.setVis ible(Presentable
Part.java:126)
> at
>
org.eclipse.ui.internal.presentations.util.PresentablePartFo lder.select(Pres
entablePartFolder.java:268)
> at
>
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrd er.select(LeftTo
RightTabOrder.java:65)
> at
>
org.eclipse.ui.internal.presentations.util.TabbedStackPresen tation.selectPar
t(TabbedStackPresentation.java:391)
> at
>
org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.jav
a: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.createControl(PartStack.ja va:576)
> at org.eclipse.ui.internal.PartStack.createControl(PartStack.ja va:528)
> at
>
org.eclipse.ui.internal.PartSashContainer.createControl(Part SashContainer.ja
va:485)
> at
>
org.eclipse.ui.internal.PerspectiveHelper.activate(Perspecti veHelper.java:23
0)
> at org.eclipse.ui.internal.Perspective.onActivate(Perspective.j ava:813)
> at
> org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPa ge.java:2165)
> at
org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindo w.java:2356)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
> at
>
org.eclipse.ui.internal.WorkbenchWindow.setActivePage(Workbe nchWindow.java:2
338)
> at
>
org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(Workben chWindow.java:68
1)
> at
>
org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Wo rkbench.java:669
)
> at
>
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1282)
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1223)
> at
>
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchCon
figurer.java:190)
> at
>
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.jav
a:706)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
> at
>
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:367)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
> at force.Application.run(Application.java:22)
> 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(NativeMethodAcce ssorImpl.java:39
)
> at
>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> 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)
>
> !ENTRY org.eclipse.osgi 2005-09-17 04:10:10.968
> !MESSAGE Bundle
> initial@reference:file:plugins/com.ibm.etools.emf.event_3.0.0.1/ [17]
> was not resolved.
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
> !MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.0.0,3.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2005-09-17 04:10:10.968
> !MESSAGE Missing required bundle
> org.eclipse.core.runtime.compatibility_0.0.0.
Previous Topic:How to re-set shell size
Next Topic:problems with swt browser - mozilla on linux
Goto Forum:
  


Current Time: Thu Apr 18 17:03:52 GMT 2024

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

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

Back to the top