IBM Rational solution for Collaborative Lifecycle ManagemenJazz server WEB start failed
I have installed IBM Rational solution for Collaborative Lifecycle Management on Windows 7 64bit
----------------------------------------------------------------------------------------------------------------
Now i want to login into the application and use the tutorialfor :Money that matters application Using the built in help for IBM CLM i follow step 1: In the web client, log on to Change and Configuration Management. For example, go to https://host-name:9443/ccm/web.
I tried opening the link in the internet explorer browser/firefox and i get an error that the page could not be loaded. I replace host-name string in the adress with localhost How do i login into the application ? I have alreade used the links in my Windows\Start button -> Start Jazz server
I run c:\Program Files\IBM\JazzTeamServer\server\server.startup.bat and i get:
Microsoft Windows [Version 6.1.7600]
C:\Program Files\IBM\JazzTeamServer\server>server.startup.bat
C:\Program Files\IBM\JazzTeamServer\server>c:\Program Files\IBM\JazzTeamServer\server\server.startup.bat
I am not sure is the success message. Please help. |
Accepted answer
George
As already stated by Arne,
Pls first go through with the jts/setup which will setup and configure your CLM server then you will be able to access the ccm part of CLM.
george claud selected this answer as the correct answer
|
4 other answers
George,
looks like you are doing a test installation? Windows 7 is not supported as a server platform, but will work (from experience). What you need to do after installation is: 1. start server by running the server.startup.bat Since you installed on Windows 7 in the C:\Program Files ... (I usually choose C:\IBM or some other innocent path) you might have to start a commandline windows "Run as administrator ..." and issue the server.startup.bat from there. You know the server is up and running if the commandline window that opens has a message: Server startup in 123845 ms. (the time of course varies) 2. Setup server Go to browser and connect to https://<serverfullyqualifiedname>:9943/jts/setup If you choose "localhost" as your computers fully qualified name then you will only be able to access the Jazz server on that machine directly. The name needs to be a fully qualified network name that any machine can resolve from which you want to access the Jazz server. 3. Once the setup is through you can access e.g. Rational Team Concert via https://<serverfullyqualifiedname>:9443/ccm For Money That Matters sample you need to set up the tutorial as described in the documentation. If this answered your question please mark it as accepted. Thanks, Arne |
In Windows Start menu, you can simply right click on "Start the Jazz Team Server" (option under IBM Collaborative Lifecycle Management) and select "Run as administrator" from the CS menu. You should be able to access the CLM instance after seeing
INFO: Server startup in xxxxxx msin cmd window. |
Hmm It seems the error is here in catalina.bat line 307
if not "%JPDA%" == "" goto doJpda if not "%SECURITY_POLICY_FILE%" == "" goto doSecurity echo "SECURITY_POLICY_FILE" pause %_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS% -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%" -Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%" -Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION% When this is called a clonsole window open and closes quiclky without me beeing able to see the message... c:\Program Files\IBM\JazzTeamServer\server>server.startup.bat Press any key to continue . . . Using CATALINA_BASE: "c:\Program Files\IBM\JazzTeamServer\server\tomcat" Using CATALINA_HOME: "c:\Program Files\IBM\JazzTeamServer\server\tomcat" Using CATALINA_TMPDIR: "c:\Program Files\IBM\JazzTeamServer\server\tomcat\temp" Using JRE_HOME: "c:\Program Files\IBM\JazzTeamServer\server\jre" Using CLASSPATH: "c:\Program Files\IBM\JazzTeamServer\server\tomcat\bin\bootstrap.jar;c:\Program Files\IBM\JazzTeamServer\server\tomcat\bin\tomcat-juli.jar" "SECURITY_POLICY_FILE" Press any key to continue . . .<----HERE a window open and closes quick and then my start.server.bat finishes "End catalina.bat" Press any key to continue . . . |
I think i solved it, by putting extra 2GB of ram to my existing 2 GB of ram ...
|
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.
Comments
Solved by adding 2 GB of RAM