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

Jazz Team Server 4.0.2 not starting on Windows 7

Am not able to start the Jazz Team Server 4.0.2 on Windows 7, is it really supported on Win 7?

0 votes

Comments

do you see any errors in the startup logs (catalina logs in case of tomcat and systemOut / systemErr.log in case of WAS setup) 

if there are no errors on the startup and if you are working with a secure setup (https), check if any pop up blocker prevents the certificate acceptance page on your browser

based on what you observe this could be investigated further. 

However, like pointed out by Sumant, you are working with an Unsupported OS for Server.  Windows Server 2008 R2 Enterprise Edition and future OS fix packs are supported for Server Operation System.



5 answers

Permanent link
Although it is not officially supported, i successfully installed RTC on Windows 7 several times. Always for testing purposes, of course. What problem are you having?

1 vote


Permanent link
Did you tried start the server as administrator? (right click, Run as Administrator)




1 vote


Permanent link
 Hi Supriya

JTS 4.0.2 server is NOT supported on Windows 7. Only a RTC client running on Windows 7 is supported. 

You can look for the system requirements for CLM/RTC 4.0.2 here:

https://jazz.net/library/article/1109#mozTocId82758

Regards
Sumant

0 votes


Permanent link
getting a lot of access denied error messages on the Tomcat console, but cannot halt the same until the server restarted... end point.

0 votes


Permanent link
We need more details on what you mean by "not starting" but here's a couple things that have caused me problems in the past

1. Tomcat starts then just disappears
https://jazz.net/forum/questions/109259/why-is-my-tomcat-console-dying-just-after-starting-up
The tomcat window should now remain open so you can see any error messages.
If it still does not remain open run server.startup.bat from an existing command prompt started as administrator.

2. Not enough memory. (You will need at least 8 gigs of RAM to run using the default values)
Change these values found near the bottom of the server.startup.bat script
set JAVA_OPTS=%JAVA_OPTS% -Xmx4G
set JAVA_OPTS=%JAVA_OPTS% -Xms4G
....
set JAVA_OPTS=%JAVA_OPTS% -Xcompressedrefs -Xgc:preferredHeapBase=0x100000000
to
set JAVA_OPTS=%JAVA_OPTS% -Xmx2G
set JAVA_OPTS=%JAVA_OPTS% -Xms2G
....
set JAVA_OPTS=%JAVA_OPTS% -Xcompressedrefs

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
× 7,494

Question asked: Dec 23 '13, 8:20 a.m.

Question was seen: 7,213 times

Last updated: Dec 27 '13, 8:50 a.m.

Confirmation Cancel Confirm