Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error initializing QuantumRenderer: no suitable pipeline found (CentOS) #18

Closed
oahzuw opened this issue Jan 14, 2016 · 6 comments
Closed
Assignees

Comments

@oahzuw
Copy link

oahzuw commented Jan 14, 2016

ubuntu 14.04 test success
but
Distributor ID: CentOS
Description: CentOS release 5.8 (Final)
Can't run !

java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode)
Graphics Device initialization failed for : 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:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:221)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:205)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:209)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$156(LauncherImpl.java:182)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
... 1 more
[2016-01-14T07:58:14+0800] [WARNING] com.machinepublishers.browser.Browser$Fatal: Method call failed: launch
at com.machinepublishers.jbrowserdriver.JavaFxObjectServer.call(JavaFxObjectServer.java:163)
at com.machinepublishers.jbrowserdriver.JavaFxObject.call(JavaFxObject.java:72)
at com.machinepublishers.jbrowserdriver.SettingsManager$1.run(SettingsManager.java:50)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.machinepublishers.jbrowserdriver.JavaFxObjectServer.call(JavaFxObjectServer.java:104)
... 3 more
Caused by: java.lang.RuntimeException: No toolkit found

@oahzuw
Copy link
Author

oahzuw commented Jan 14, 2016

Already installed libgtk-java.x86_64 libswt3-gtk2.x86_64 , Still can not run

@hollingsworthd
Copy link
Collaborator

Also try installing libXtst.x86_64

@hollingsworthd
Copy link
Collaborator

Also, I don't think this lib is required but I know it pulls in the proper transitive dependencies: webkitgtk.x86_64

I'll get better instructions for CentOS at some point. But if you install both libXtst.x86_64 and webkitgtk.x86_64 it should work.

@oahzuw
Copy link
Author

oahzuw commented Jan 16, 2016

I tried, but can't run

@hollingsworthd
Copy link
Collaborator

Are you on CentOS 6 or 7?

Can you add this option to the java command and let me know the output? "-Dprism.verbose=true" ... e.g., java -Dprism.verbose=true -jar somejar.jar

@hollingsworthd hollingsworthd changed the title Error initializing QuantumRenderer: no suitable pipeline found Error initializing QuantumRenderer: no suitable pipeline found (CentOS) Jan 19, 2016
@hollingsworthd hollingsworthd self-assigned this Jan 19, 2016
@hollingsworthd
Copy link
Collaborator

I can't reproduce this. Need more info to proceed. Closing for now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants