-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
8
-
jdk1.8.0b92, Ubuntu 13.04x64
The attached app works perfectly on Windows but fails on linux with exception:
Exception in Application start method
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:351)
at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:304)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:491)
at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:778)
Caused by: java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:867)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:56)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:158)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.IllegalArgumentException: MajorTickUnit cannot be less than or equal to 0.
at javafx.scene.control.Slider$7.invalidated(Slider.java:403)
at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:110)
at javafx.beans.property.DoublePropertyBase.access$100(DoublePropertyBase.java:50)
at javafx.beans.property.DoublePropertyBase$Listener.invalidated(DoublePropertyBase.java:249)
at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:135)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
at javafx.beans.binding.DoubleBinding.invalidate(DoubleBinding.java:221)
at com.sun.javafx.binding.BindingHelperObserver.invalidated(BindingHelperObserver.java:51)
at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:135)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
at javafx.beans.binding.DoubleBinding.invalidate(DoubleBinding.java:221)
at com.sun.javafx.binding.BindingHelperObserver.invalidated(BindingHelperObserver.java:51)
at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:135)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
at javafx.beans.property.DoublePropertyBase.fireValueChangedEvent(DoublePropertyBase.java:104)
at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:111)
at javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:144)
at javafx.scene.control.Slider.setMin(Slider.java:166)
at javafx.scene.control.Slider$1.invalidated(Slider.java:142)
at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:110)
at javafx.beans.property.DoublePropertyBase.access$100(DoublePropertyBase.java:50)
at javafx.beans.property.DoublePropertyBase$Listener.invalidated(DoublePropertyBase.java:249)
at com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(ExpressionHelper.java:135)
at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)
at javafx.beans.property.ReadOnlyDoubleWrapper$ReadOnlyPropertyImpl.fireValueChangedEvent(ReadOnlyDoubleWrapper.java:176)
at javafx.beans.property.ReadOnlyDoubleWrapper.fireValueChangedEvent(ReadOnlyDoubleWrapper.java:142)
at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:111)
at javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:144)
at javafx.scene.Scene.setHeight(Scene.java:907)
at javafx.scene.Scene.access$4700(Scene.java:188)
at javafx.scene.Scene$ScenePeerListener.changedSize(Scene.java:2472)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:659)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(GlassViewEventHandler.java:631)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(GlassViewEventHandler.java:700)
at com.sun.glass.ui.View.handleViewEvent(View.java:498)
at com.sun.glass.ui.View.notifyResize(View.java:815)
at com.sun.glass.ui.gtk.GtkWindow._setView(Native Method)
at com.sun.glass.ui.Window.setView(Window.java:353)
at com.sun.javafx.tk.quantum.WindowStage.setScene(WindowStage.java:194)
at javafx.stage.Window$9.invalidated(Window.java:728)
at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:107)
at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:141)
at javafx.stage.Window.setShowing(Window.java:795)
at javafx.stage.Window.show(Window.java:810)
at javafx.stage.Stage.show(Stage.java:242)
at slidertest.SliderTest.start(SliderTest.java:49)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:810)
at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:260)
at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:226)
at com.sun.javafx.application.PlatformImpl$5$1.run(PlatformImpl.java:223)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:223)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.access$200(GtkApplication.java:47)
at com.sun.glass.ui.gtk.GtkApplication$5$1.run(GtkApplication.java:137)
... 1 more