- This topic has 1 reply, 2 voices, and was last updated 14 years ago by support-michael.
-
AuthorPosts
-
Hemant ChanchlaniMemberI get this exception when a page is being loaded with a few javascripts.
Please see the exception stack trace.Thanks in advance.
If you have any questions , please reply to this post.
Root exception:
java.lang.NullPointerException
at com.genuitec.blinki.iphone.views.IPhonePersonality$SelectionPaneCustomizer.disposeChildControls(IPhonePersonality.java:1440)
at com.genuitec.blinki.iphone.views.OverlayShellController.close(OverlayShellController.java:145)
at com.genuitec.blinki.iphone.views.IPhonePersonality.closeSelectionWindow(IPhonePersonality.java:1736)
at com.genuitec.blinki.iphone.views.IPhonePersonality.access$6(IPhonePersonality.java:1727)
at com.genuitec.blinki.iphone.views.IPhonePersonality$2.closeSelectWindow(IPhonePersonality.java:285)
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 com.genuitec.mobione.webkit.swt.DelegatingJSHandler$ClassToMethodMapping$1.execute(DelegatingJSHandler.java:74)
at com.genuitec.mobione.webkit.swt.DelegatingJSHandler.executeMethod(DelegatingJSHandler.java:186)
at com.genuitec.mobione.webkit.swt.WebKitBrowserEx$IJSHandlerBridge.executeMethod(WebKitBrowserEx.java:720)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2411)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3501)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.genuitec.mobione.developer.rcp.MobiOneApplication.start(MobiOneApplication.java:285)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
support-michaelKeymasterThanks for reporting this. We identified it a few days ago and have a fix already in the codebase ready for next release. If you want to try a daily build I plan to post a link later today that has a number of fixes in.
Wayne
Genuitec Mobile Team -
AuthorPosts