RM - Graphical artifacts are not loaded
CLM 6.0.4 iFix04a
WAS liberty
The root cause is with the converter.
endpoint:
https://<clm dns name>:9443/converter/htmlgen
output:
CRRRC7153E Unable to acquire display. The value of DISPLAY is 'localhost:1.0'.
The DISPLAY env variable is set to localhost:1.0
xvfb is running in the background:
/usr/bin/Xvfb :1 -screen 0 800x600x24
Accepted answer
Hi Liora,
Check out this guide about converter configuration and troubleshooting, specially the section about troubleshooting a headless Linux setup.
I'm not an expert how displays for Xvfb sessions work, but looks like your display is taken (maybe vnc session or something like that?) When I run the converter, I set the display to a higher value to avoid those clashes, like DISPLAY=:5.0
Hope that helps.