RRC on RHEL 6.3 throws gdk error when rendering visual artifacts
I have CLM (DM, RM. RTC, QM) on RHEL 6.3 (64bit) and the server crashes whenever I load a visual artifact in RM that uses the converter application. I followed the steps on this technote (http://www-01.ibm.com/support/docview.wss?uid=swg21410023). Is there anything else I should have done?
I noticed the following in the tomcat logs:
It is CLM 4.0.1 setup with tomcat and Derby. I am using the "Money that Matters" sample project. The startup script is based on http://www-01.ibm.com/support/docview.wss?uid=swg21425943
The Xvfb package is xorg-x11-server-Xvfb-1.10.4-6.el6_2.3.x86_64
I also noticed the following in the Xvfb output:
|
One answer
Aaron,
Suppose this answer is too late for you, however I observed the very same problem in my environment, and I finally workaround the problem. So I will share what I did with you and others. I was using Tomcat, installing all applications (RRC/RTC/RQM and RSA DM) on it. I'm not sure root cause of the problem, but what I did was that separate "converter" application JVM with the other JVM. (referring the jazz.net article https://jazz.net/library/article/1089) - Create a directory (/opt/IBM/converter/server) - Copy tomcat directory in the original JazzTeamServer to the above directory - Delete .war files in the [copied tomcat]/webapps directory except converter.war - Copy server.startup shell script from original JazzTeamServer to the /opt/IBM/converter/server. - Modify the copied server.startup shell script, to locate JAZZ_HOME and JRE_HOME on original JazzTeamServer - Modify the [copied tomcat]/conf/server.xml to avoid port conflict - Modify the com.ibm.rdm.fronting.server.ConverterURL value in the /opt/IBM/JazzTeamServer/conf/rm/fronting.properties to locate the copied converter. - Start both tomcat Converter application on the copied tomcat works fine. Hope this helps, Shuichi Saito |
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.