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.