Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] cocoa M6

hi christian,

I remember that you wrote you found a NPE and fixed this for M7.

was it this exception ?
2009-04-30 14:42:36.202 java[5690:80f] ERROR: Can't have a toolbar in a window with <NSNextStepFrame: 0x1e0880> as it's borderview
java.lang.NullPointerException
at org.eclipse.ui.internal.cocoa.CocoaUIEnhancer.modifyWindowShell(CocoaUIEnhancer.java:340) at org.eclipse.ui.internal.cocoa.CocoaUIEnhancer$1.run(CocoaUIEnhancer.java:261) at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155)
   at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
   at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
   at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3168)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2880)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209)
   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.riena.navigation.ui.swt.application.SwtApplication.createView(SwtApplication.java:62) at org.eclipse.riena.navigation.ui.application.AbstractApplication.start(AbstractApplication.java:66) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1284)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1260)


if this is anotherone I'll open a bugzilla

ekke


Back to the top