Having problems with RRC Client to link RTC or RQM Artifacts
Hi all,
I've opened a PMR with IBM where I was describing the following problem. We have all the latest versions (2.x) for RTC, RQM and RRC installed on the same Linux Server running on a WAS 7 with latest FP. The thing to note in our configuration is the fact that those three services are being proxied by Apache Server 2.2 with mod_proxy. We've linked the three servers together. When we use a Web Browser either IE 7,8 or Firefox 3.6 we are able to link RQM Test Cases to RRC Requirements, RTC Stories to RRC Requirements and so on... When we try to link from RRC client a RTC Story for instance, it doesn't work at all: the RRC Client freezes. When we point the RRC Client directly to the RRC Server (running on WAS and by bypassing the apache Proxy) everything works fine again from the client. So this is a weird behaviour since the ALM Linking works fine from standard browsers. Any Idea on where to continue this investigation? Please also note that the Apache Server uses a wildcard certificate for securing the Jazz baseds products Virtual hosts. So for instance: rtc.acompany.com rrc.acompany.com rqm.acompany.com are being served by the same Wildcard SSL certificate that is define for the *.companyname.com domain name. Here si the Apache RRC VH Configuration <VirtualHost> SSLProxyEngine on UseCanonicalName On ServerName rrc.acompany.com ErrorLog /var/log/apache2/rrc.acompany.com/rrc-error.log CustomLog /var/log/apache2/rrc.acompany/rrc-access.log combined ProxyRequests off ProxyPreserveHost On SSLCertificateChainFile /usr/local/apache2/conf/ssl.crt/xxx.crt <Proxy> order allow,deny allow from all </Proxy> ProxyPass /jazz/ https://rrc.acompany.com/jazz/ ProxyPass /rdm/ https://rrc.acompany.com/rdm/ </VirtualHost> The exact same pattern is followed for RQM and RTC from the same proxy server. |
6 answers
Hi Thunder,
A more advanced configuration than the default may be easier to debug with logs from your server. In the PMR you opened, please attach all log files from RTC, RQM, and RRC (rich client and server). If you have not done so already, please subscribe me to the PMR as well and I'll see if I can be of more assistance. Marc Baumbach Staff Software Engineer - Rational Requirements Composer mabaumba@us.ibm.com |
Hi Marc,
Sure I'll ask to the support team to subscribe you to the PMR. Meanwhile I'm gonna try implementing the proposed Proxy related Apache instructions from the following wiki page: https://jazz.net/wiki/bin/view/Main/TestingWithReverseProxyWithoutSSL Take care all! Hi Thunder, |
Hi all,
I did try all the possible proxy combinations in the apache VH. Since we were using an Entrust wildcard SSL certificate, I also tried to use a normal SSL certificate instead. When Apache is proxying RTC/RQM/RRC the ALM linking doesn't seem to work. From the RRC Client, when I invoque the PReferences Menu > Service Providers the only listed connected service is RQM. Once I bypass the proxy RTC and RQM are listed and the linking fully functionnal from the RRC Client. FYI the problem occurs as well on our lab when we try to expose it using an Apache Proxy. It is really odd since the linkage works fine when using the web browser and when pointing to the proxy. Did someone had the same issues or has the same proxied configuration? Thanks! |
Hi all,
actually the problem occurs on the RRC Eclipse Client side only. I've enable debugging for noth Jazz and RDM by adding the following to log4j.properties The problem really occurs at the Eclipse level, since we have no problem with either IE or Firefox. log4j.logger.com.ibm.team.http.client.impl.HttpClientService=DEBUG and nothing gets logged on the server side when the Implemented by link times out in RRC. We get the following exception in the Eclipse .log file !ENTRY org.eclipse.ui 4 0 2011-02-18 11:40:51.034 Please advise. Cheers! |
Ok, here is what bI've found so far!
Like mentionned previously, we're exposing from the same Apache Web Server Proxy the three C/ALM services: RTC/RQM/RRC We're using the same ip address for the three domain names - rtc.acompany.com - rqm.acompany.com - rrc.acompany.com Ex: all listed domains are exposed to 192.168.1.50 So those three domain are exposed on the same ip address. (FYI we're using a wildcard SSL certificate for *.acompany.com but it doesn't seem to have an impact to the problem as I'll explain below) When I move either rtc or rqm to another ip everything work fine! Ex: rqm.acompany.com exposed to 192.168.1.51 and rtc.acompany.com and rrc.acompany.com are still pointing on 192.168.1.50 It was actually obvious, since when I was trying to log to RQM, it was poping out the RTC server login window and sometimes vice versa. So RRC Client doesn't seem to deal well when the ALM services are exposed under the same ip, even if they're using different Domain names. We'lve also tried to mitigate a possible problem due to the Wilcard SSL certificate by using the same ip adress with a standard certificate and the same problem actually occured. So does someone has some clues on why the RRC Eclipse client reacts that way? Is there a workaround, since we have to expose those C/ALM services through the same ip address? Please advise, Thanks! |
Hi all,
a Fix was created by the RRC Development Team as described in the following Work Item. https://jazz.net/jazz03/web/projects/Rational%20Requirements%20Composer#action=com.ibm.team.workitem.viewWorkItem&id=39180 Thank you all for your time. |
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.