Java Exception on Archlinux

Hi,

I’m trying to install bisq on archlinux inside a systemd-nspawn container. I tried bisq-git and compiled it myself and bisq-bin. Both give me the same error and I could not solve it by searching the keywords / errors.
If I try to start bisq I get:

Successfully removed cryptography restrictions
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: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$155(LauncherImpl.java:182)
        at java.lang.Thread.run(Thread.java:748)
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
Bisq Error invoking method.
Bisq Failed to launch JVM
indent preformatted text by 4 spaces

Thanks for every hint!
miau

Seems OpenJavaFx is not installed or the windows manager has issues with JavaFX.

java-openjfx-8.u172-1 is installed.
I’m using awesomeWM in my host system and run bisq in a systemd-nspawn container.
Forwarding (with xhost +local) X-applications to my host works for all other prgrams I’m using.

I also compiled and installed it on my host system, where it runs without any problems (except 100% CPU load, with is a different problem).

Any ideas where I could look into to make it run inside the systemd-nspawn?