Urgent:Cannot visit RTC3 using eclipse client after upgrade
Hi,
Recently,I upgraded RTC from 2.0.0.2 iFix 2 to RTC 3.0. I'm uinsg edge server to access the rtc server. After the upgrade, I can access RTC 3.0 via Web client, https://rtc.mydomain.com:9443/jazz/admin. proxy_rtc.mydomain.com is the reverse proxy host mapping. But failed in Eclipse 3.0 client. https://proxy_rtc.mydomain.com:9443/jazz, it reports the following error. rtcsvr is the local hostname of rtc server. ********************************************************* Unable to find server 'https://proxy_rtc.mydomain.com:9443/jazz/'. CRJAZ1368E The URL "https://rtcsvr:9443/jazz/jauth-issue-token" cannot be reached. The network stated the URL is invalid. The error is "java.nio.channels.UnresolvedAddressException". Verify the URL and contact your administrator. ********************************************************* |
3 answers
A type error.
The web client url is the https://proxy_rtc.mydomain.com:9443/jazz/admin I'm just wondering why it's OK in IE, but not OK in eclipse client, is there any difference of authentication between both clients? Thanks, Luke |
If I bypass the reverse proxy server and add the ip/hostname mapping in hosts file of my client workstation, I can add the repository location in eclipse 3 client.
e.g. https://rtcsvr:9443/jazz/ So is it a problem between RTC 3, Edge server - Reverse proxy and Eclipse 3 client? FYI. 1. Host mapping in hosts of proxy server x.x.x.x proxy-1 proxy_rtc x.x.x.x rtcsvr 2. Proxy setting in proxy Map /jazz/* /rtcsvr/jazz/* proxy_rtc.rtp.raleigh.ibm.com Map /jts/* /rtcsvr/jts/* proxy_rtc.rtp.raleigh.ibm.com Proxy /rtcsvr/jazz/* https://rtcsvr:9443/jazz/* noCaching useSession Proxy /rtcsvr/jts/* https://rtcsvr:9443/jts/* noCaching useSession Proxy /rtcsvr/help/* https://rtcsvr:9443/help/* noCaching useSession ReversePass https://rtcsvr:9443/* https://proxy_rtc.rtp.raleigh.ibm.com:9443/* Thanks,Luke |
Submit it as a defect in dev RTC.
http://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=158800 |
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.