-
Bug
-
Resolution: Fixed
-
P3
-
8
-
windows
WebNode.ColorfulShapes-Blur2Circle fails with
Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
at javafx.scene.Node.localToScreen(Node.java:4038)
at javafx.scene.Node.localToScreen(Node.java:4013)
at javafx.scene.web.WebView.processMouseEvent(WebView.java:956)
at javafx.scene.web.WebView.access$2500(WebView.java:51)
at javafx.scene.web.WebView$14.handle(WebView.java:1099)
at javafx.scene.web.WebView$14.handle(WebView.java:1097)
at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:203)
at com.sun.javafx.event.EventQueue.fire(EventQueue.java:48)
at javafx.scene.Scene$MouseHandler.handleEnterExit(Scene.java:3460)
at javafx.scene.Scene$MouseHandler.process(Scene.java:3526)
at javafx.scene.Scene$MouseHandler.access$8300(Scene.java:3327)
at javafx.scene.Scene$MouseHandler$1.run(Scene.java:3362)
at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:244)
at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:241)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:241)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$300(WinApplication.java:39)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:101)
at java.lang.Thread.run(Thread.java:724)
at least starting from build 8.0-graphics-scrum-1458. The issue perhaps was introduced before but due to Hudson
issues we don;t have performance results for builds [1425, 1457]
To run WebNode.ColorfulShapes-Blur2Circle do:
> cd JFX_WS/tests/performance/WebNodeTestSuite/
> ant
> java -cp "JFX_HOME/rt/lib/ext/jfxrt.jar;../FXBenchmark/dist/FXBenchmark.jar:../../../import/benchmarks-2.1.1/benchmarks-2.1.1.jar;./dist/WebNodeTestSuite.jar"
jrockit.bm.Main webnodetestsuite.bm.ColorfulShapesBenchmark -i 3 -tr 25 -wt 5
-resource ColorfulShapes/ColorfulCirclesCanvas2.html -count 150 -raduis 100 -blur-radius 2
Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
at javafx.scene.Node.localToScreen(Node.java:4038)
at javafx.scene.Node.localToScreen(Node.java:4013)
at javafx.scene.web.WebView.processMouseEvent(WebView.java:956)
at javafx.scene.web.WebView.access$2500(WebView.java:51)
at javafx.scene.web.WebView$14.handle(WebView.java:1099)
at javafx.scene.web.WebView$14.handle(WebView.java:1097)
at com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)
at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:80)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:203)
at com.sun.javafx.event.EventQueue.fire(EventQueue.java:48)
at javafx.scene.Scene$MouseHandler.handleEnterExit(Scene.java:3460)
at javafx.scene.Scene$MouseHandler.process(Scene.java:3526)
at javafx.scene.Scene$MouseHandler.access$8300(Scene.java:3327)
at javafx.scene.Scene$MouseHandler$1.run(Scene.java:3362)
at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:244)
at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:241)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:241)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$300(WinApplication.java:39)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:101)
at java.lang.Thread.run(Thread.java:724)
at least starting from build 8.0-graphics-scrum-1458. The issue perhaps was introduced before but due to Hudson
issues we don;t have performance results for builds [1425, 1457]
To run WebNode.ColorfulShapes-Blur2Circle do:
> cd JFX_WS/tests/performance/WebNodeTestSuite/
> ant
> java -cp "JFX_HOME/rt/lib/ext/jfxrt.jar;../FXBenchmark/dist/FXBenchmark.jar:../../../import/benchmarks-2.1.1/benchmarks-2.1.1.jar;./dist/WebNodeTestSuite.jar"
jrockit.bm.Main webnodetestsuite.bm.ColorfulShapesBenchmark -i 3 -tr 25 -wt 5
-resource ColorfulShapes/ColorfulCirclesCanvas2.html -count 150 -raduis 100 -blur-radius 2