CLM setup using reverse proxy is not working for RM application
![]()
Hello,
I am currently working on enterprise topology setup. For this purpose i have configure the reverse proxy scenario. My configurations are:
Server1: clm.abc.local
Server2: qm.abc.local
Server3: ccm.abc.local
Server4: rm.abc.local
1. On server 1, i have the JTS, SQL server, Domain with LDAP, WAS, HTTP server, Websphere Plugin. For JTS i have created the WAS profile having HTTPS port 9447. After completing all the configurations, i can access the JTS url by using the port and without port. The URLS are:
https://clm.abc.local:9447/jts https://clm.abc.local/jts
2. On server 2, i have CCM and WAS. I have created the WAS profile for CCM on server 2 with HTTPS port 9443. Then I configure the WAS IHS plugin for CCM application. After completing all the configurations, i can access the CCM url by using the port and without port. The URLS are:
https://ccm.abc.local:9443/ccm https://clm.abc.local/ccm
I can access these URLs from server1 and server2.
3. Same case for the QM application. HTTPS port for QM profile is 9448
4. For RM i have repeated the same steps described in point 2. Here, i have used 9449 as HTTPS port for WAS profile. After completing all the configurations i cannot be able to access the RM URLs either from server1 or server 2.When i access the URLs i am getting the following error. The URLs are: https://rm.abc.local:9449/rm or https://clm.abc.local/rm
“Error 503: CRJAZ1972E The "com.ibm.team.repository.servlet.internal.FetchLoggedInContribService" service failed to activate because a service that it depends on,"com.ibm.team.repository.common.service.IContributorService", failed to be activated.”
I have also check the log files and found the following error:
JTS version check] ERROR compatibility.internal.JtsConfigurationStateService - CRJAZ2679E The JTS version could not be determined because the JTS rootservices document at "https://clm.abc.local:9443/jts/rootservices" could not be fetched or does not have an about services URI.
Kindly guide me about this error. If i have issues in reverse proxy configurations then why it is running for JTS, CCM and QM applications. Due to this reason i cannot be able to run the JTS setup wizard because i have to configure all the applications.
|
2 answers
![]() Hi ,
|