Jazz Team Server 4.0.2 not starting on Windows 7
5 answers
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
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
Comments
Dinesh Kumar B
JAZZ DEVELOPER Dec 23 '13, 8:58 a.m.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.