Graphical artifacts by JKE banking not working in Requirements Management
I successfully installed CLM 6.0.5 in my company and ran the creation of the JKE banking example project successfully, but I noticed that the graphical artifacts created were in error when trying to open them. How to fix this? I have verified that the converter is installed and is displaying the message: "[WebContainer: 37] ERROR com.ibm.rdm.web.htmlgen.servlet.ConverterServlet - CRRRC7153E Can not get display DISPLAY value is 'localhost: 3.0' . "
Accepted answer
Hi Fabiano, looks you are running on Linux, and the DISPLAY value is giving you trouble
One thing that caught my eye is the space in the string 'localhost: 3.0'. Not sure if that's a logging issue, or the value is incorrectly set on your system. Please check the DISPLAY setting on that machine
For converter on Linux troubleshooting info, look at this article
Workaround: On Linux systems, the Rational Requirements Composer server does not start in console-only mode
And more general, there is this article
Requirements Management (RM) Converter application configuration and troubleshooting guide
Comments
If you're running on WAS, I am using a custom bash script to start the WAS instance and dealing with the DISPLAY stuff, maybe that helps
killall Xvfb
Xvfb :5 -screen 0 800x600x24&
DISPLAY=:5.0
export DISPLAY
bin/startServer.sh server1
thanks for your response! It's working now! You was precise, congratulations!
One other answer
Hello Fabiano,
Comments
Graphical artifacts cannot be edited anymore, but existing graphical artifacts still can be displayed (by the so called converter application)
thanks for your response, really the problem occured when I tried display the artifacts from jke banking.
I followed this Technote, but not worked:
http://www-01.ibm.com/support/docview.wss?uid=swg21645038