Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC 4.0.3 is installed by the express setup, but no setup page is not displayed

JTS and CCM are installed on Windows 2008 R2 server, 64-bit, 6 GB RAM. Disabled security certificate setting and went to http://hostname.example.com:9080/jts/setup.  Got an error "IE cannot display the webpage".  Confirmed that Tomcat 7.0.32 is successfully installed with http://hostname.example.com:9080

This server hosts ClearCase and ClearQuest Client as well.  ClearCase/ClearQuest 8.0.x was installed on d: drive before RTC installation and RTC was installed on e: drive. 

0 votes

Comments

 Hi Joe,


Why did you disable security cert? I just tested with my tomcat installation and the hit to http://hostname.example.com:9080/jts/setup was redirected to https://hostname.example.com:9443/jts/setup

Can you try again on a Firefox/Chrome browser (without disabling security cert)? 

Thanks.

1 vote



4 answers

Permanent link
Hi Joseph,

I would do the two following checks
1. Before starting tomcat, do a netstat -an to see if another process is using that host:port combination
2. Do a sanity check and confirm that in the Tomcat configuration http requests are not being redirected to https
3. Scan the catalina logs for errors

1 vote


Permanent link
Hi Joseph,
The default installation would use secure HTTP - so your setup webpage would be https://hostname... rather than http://hostname... That might cause the symptom you are seeing.
Ali

0 votes


Permanent link
Hi Joseph

TO confirm if http or https protocol is being used for the public uri, review the jts teamserver.properties file. 

BTW: I beleive during the express set up there is the option to specify the public uri.  By default  it should be filled in using the information from the url used to access the jts/setup wizard.

0 votes


Permanent link
 6 gigs of ram is not enough memory to run RTC as configured by default.
You should open the server.startup script and remove the -Xgc:preferredHeapBase=0x100000000 setting near the bottom.

set JAVA_OPTS=%JAVA_OPTS% -Xmx4G
set JAVA_OPTS=%JAVA_OPTS% -Xms4G
set JAVA_OPTS=%JAVA_OPTS% -Xmn512M
set JAVA_OPTS=%JAVA_OPTS% -Xgcpolicy:gencon
set JAVA_OPTS=%JAVA_OPTS% -Xcompressedrefs -Xgc:preferredHeapBase=0x100000000

Depending on what else is running on that system you may want to cut down on the XMX and XMS settings as well.
That would only be recommended in a non production environment. If it is in production you should get more memory for your system.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,353

Question asked: Jul 24 '13, 5:41 p.m.

Question was seen: 5,475 times

Last updated: Jul 25 '13, 8:54 a.m.

Related questions
Confirmation Cancel Confirm