Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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
        

0 votes


Accepted answer

Permanent link

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.

Liora Milbaum selected this answer as the correct answer

0 votes

Comments

 Found it. The DISPLAY should have been set like that:


export DISPLAY=:1

The 'localhost' should be omitted.

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 02 '17, 2:24 p.m.

Question was seen: 1,720 times

Last updated: Nov 02 '17, 3:08 p.m.

Confirmation Cancel Confirm