Skip to main content

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

The error below I believe is problem in platform UI.....I filed a bugreport in Riena 272136 and created a bug for platform UI with 272307. However later I couldnt reproduce it, so both bugs are currently closed. The Platform UI team asked me to try that again with the current integration build, but it seems that the current integration builds dont run that well, often junit tests dont run.

If you look in 272307 you find comments that the platform UI team believes it is fixed. That hasnt been verified yet and currently I am waiting for M7 and will check if that is fixed then....otherwise I will reopen it...
christian

Am 30.04.2009 um 15:04 schrieb ekkehard:

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
_______________________________________________
riena-dev mailing list
riena-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/riena-dev


Back to the top