Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8127750

launch of sample app using jnlp fails on mac

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • 7u6
    • 7u6
    • javafx
    • None

      On Mac OS X 10.7 (Lion)

      Install 7u6b07 Mac plugin bundle (includes FX RT)
      available from http://jre.us.oracle.com/java/re/jdk/7u6/promoted/ea/b07/bundles/macosx-x64/ as JavaAppletPlugin.dmg

      Attempt to launch either brickbreaker or ensemble from clicking on the .jnlp file in a browser

      //exp: app launches as a web start application

      //act: runtime error:


      Java Plug-in 10.0.0.07
      Using JRE version 1.7.0_06-ea-b07 Java HotSpot(TM) 64-Bit Server VM
      User home directory = /Users/joemcglynn
      ----------------------------------------------------
      c: clear console window
      f: finalize objects on finalization queue
      g: garbage collect
      h: display this help message
      l: dump classloader list
      m: print memory usage
      o: trigger logging
      q: hide console
      r: reload policy configuration
      s: dump system and deployment properties
      t: dump thread list
      v: dump thread stack
      x: clear classloader cache
      0-5: set trace level to <n>
      ----------------------------------------------------
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      java.lang.RuntimeException: Platform reported wrong touch point ID
      at javafx.scene.Scene$TouchMap.get(Scene.java:4732)
      at javafx.scene.Scene$ScenePeerListener.touchEventNext(Scene.java:2212)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleNextTouchEvent(GlassViewEventHandler.java:773)
      at com.sun.glass.ui.View.handleNextTouchEvent(View.java:548)
      at com.sun.glass.ui.View.notifyNextTouchEvent(View.java:1024)
      at com.sun.glass.ui.TouchInputSupport.notifyNextTouchEvent(TouchInputSupport.java:59)
      at com.sun.glass.ui.mac.MacGestureSupport.notifyNextTouchEvent(MacGestureSupport.java:42)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:28)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)
      at com.sun.glass.ui.mac.MacApplication._enterNestedEventLoop(Native Method)
      at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:381)
      at com.sun.glass.ui.EventLoop.enter(EventLoop.java:83)
      at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:511)
      at javafx.stage.Stage.showAndWait(Stage.java:396)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate$8.run(DialogTemplate.java:1092)
      at com.sun.deploy.uitoolkit.impl.fx.ui.DialogTemplate.setVisible(DialogTemplate.java:1096)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:258)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory$3.call(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit$Caller.run(FXPluginToolkit.java:291)
      at com.sun.deploy.uitoolkit.impl.fx.FXPluginToolkit.callAndWait(FXPluginToolkit.java:261)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showErrorDialog(FXUIFactory.java:246)
      at com.sun.deploy.uitoolkit.impl.fx.ui.FXUIFactory.showMessageDialog(FXUIFactory.java:52)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:53)
      at com.sun.deploy.uitoolkit.impl.fx.ui.ErrorPane$1.handle(ErrorPane.java:30)
      at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:69)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:217)
      at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:170)
      at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:38)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:37)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:35)
      at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:92)
      at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:53)
      at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:33)
      at javafx.event.Event.fireEvent(Event.java:171)
      at javafx.scene.Scene$ClickGenerator.postProcess(Scene.java:2870)
      at javafx.scene.Scene$ClickGenerator.access$7800(Scene.java:2808)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:3079)
      at javafx.scene.Scene$MouseHandler.process(Scene.java:2911)
      at javafx.scene.Scene$MouseHandler.access$1700(Scene.java:2876)
      at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1316)
      at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2030)
      at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:227)
      at com.sun.glass.ui.View.handleMouseEvent(View.java:518)
      at com.sun.glass.ui.View.notifyMouse(View.java:911)

            asemenyuk Alexey Semenyuk
            jmcglynn Joe Mcglynn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: