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

Problems occures while FX application is starting

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P2 P2
    • None
    • 8
    • javafx
    • None

      It happens on OEL 5.8, SuSE 10.

      Graphics Device initialization failed for : es2, sw
      Error initializing QuantumRenderer: no suitable pipeline found
      java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
         at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:300)
         at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:243)
         at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:178)
         at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:210)
         at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:637)
         at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:345)
         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:767)
      Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
         at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:98)
         at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:128)
         at java.lang.Thread.run(Thread.java:724)
      Exception in thread "main" 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 sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
      Caused by: java.lang.RuntimeException: No toolkit found
         at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:190)
         at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:210)
         at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:637)
         at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:345)
         at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:304)
         ... 5 more

            kcr Kevin Rushforth
            aeremeev Andrei Eremeev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: