Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Problems with PDE
Problems with PDE [message #73739] Mon, 07 July 2003 15:40 Go to next message
Eclipse UserFriend
Originally posted by: khartlage.t-online.de

Hello

After a debugger crash in my eclipse 2.1 environment I installed
Eclipse 2.1.1 in a new empty directory and reimported the plugin which
I'm developing.

After running "Run-time Workbench" I always get the following stack trace.
Does someone knew what's going wrong?

org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2332)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:101)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
at org.eclipse.swt.widgets.Display.release(Display.java:1598)
at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
*** Stack trace of contained exception ***
java.lang.NullPointerException
at
org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.upd ateTooltip(AbstractLaunchHistoryAction.java:155)
at
org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.ini tialize(AbstractLaunchHistoryAction.java:126)
at
org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.sel ectionChanged(AbstractLaunchHistoryAction.java:305)
at
org.eclipse.ui.internal.PluginAction.refreshEnablement(Plugi nAction.java:205)
at
org.eclipse.ui.internal.PluginAction.createDelegate(PluginAc tion.java:106)
at
org.eclipse.ui.internal.WWinPluginAction.refreshActionList(W WinPluginAction.java:148)
at
org.eclipse.ui.internal.Workbench.refreshPluginActions(Workb ench.java:1668)
at org.eclipse.ui.plugin.AbstractUIPlugin$3.run(AbstractUIPlugi n.java:746)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
at org.eclipse.swt.widgets.Display.release(Display.java:1598)
at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
--
Klaus Hartlage
http://www.eclipseproject.de *** http://www.phpeclipse.de ***
Re: Problems with PDE [message #73777 is a reply to message #73739] Mon, 07 July 2003 16:23 Go to previous message
Eclipse UserFriend
Is you plugin registering launch groups? Or a launch history action?
I would set an exception breakpoint for NullPointerException, debug a
runtime workspace and see the root of the problem.

HTH
Darins

"Klaus Hartlage" <khartlage@t-online.de> wrote in message
news:3F09CCA9.2040003@t-online.de...
> Hello
>
> After a debugger crash in my eclipse 2.1 environment I installed
> Eclipse 2.1.1 in a new empty directory and reimported the plugin which
> I'm developing.
>
> After running "Run-time Workbench" I always get the following stack trace.
> Does someone knew what's going wrong?
>
> org.eclipse.swt.SWTException: Failed to execute runnable
> (java.lang.NullPointerException)
> at org.eclipse.swt.SWT.error(SWT.java:2332)
> at
>
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:101)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
> at org.eclipse.swt.widgets.Display.release(Display.java:1598)
> at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:858)
> 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:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
> *** Stack trace of contained exception ***
> java.lang.NullPointerException
> at
>
org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.upd ateTooltip(Abstr
actLaunchHistoryAction.java:155)
> at
>
org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.ini tialize(Abstract
LaunchHistoryAction.java:126)
> at
>
org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.sel ectionChanged(Ab
stractLaunchHistoryAction.java:305)
> at
>
org.eclipse.ui.internal.PluginAction.refreshEnablement(Plugi nAction.java:205
)
> at
> org.eclipse.ui.internal.PluginAction.createDelegate(PluginAc tion.java:106)
> at
>
org.eclipse.ui.internal.WWinPluginAction.refreshActionList(W WinPluginAction.
java:148)
> at
>
org.eclipse.ui.internal.Workbench.refreshPluginActions(Workb ench.java:1668)
> at org.eclipse.ui.plugin.AbstractUIPlugin$3.run(AbstractUIPlugi n.java:746)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
>
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1815)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1549)
> at org.eclipse.swt.widgets.Display.release(Display.java:1598)
> at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:858)
> 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:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
> --
> Klaus Hartlage
> http://www.eclipseproject.de *** http://www.phpeclipse.de ***
>
Previous Topic:Create a IVMInstall?
Next Topic:ToolTip
Goto Forum:
  


Current Time: Wed May 28 19:17:56 EDT 2025

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

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

Back to the top