ConnectionException: Connection refused: connect after fresh install from JTS-CCM-QM-RM-DM-repo-4.0.3.zip
I'm trying to set up a fresh 4.0.3 installation on a vmware image. I completed the offline steps to install the application using JTS-CCM-QM-RM-DM-repo-4.0.3.zip. However, I cannot access the Jazz Team Server Setup wizard (
https://localhost:9443/jazz/setup
).
Doesn't appear to be a firewall issue (cause I turned it off and tried again). Any ideas? |
Accepted answer
3 other answers
I was planning to do an express install with Tomcat and Derby. I get this in the Tomcat window (sorry didn't show on original post)
|
By default the tomcat is configured to use 9080 as the http transport port and a probable cause for this is that port 9080 is already in use. You can use something like "netstat -aon | findstr 9080" to check and then stop or kill the process to get going with CLM setup
|
I can think of a few things here:
- Try starting it as Administrator, Right Click > Run As Administrator - Try starting from the install directory "C:\Program Files\IBM\JazzTeamServer\server\server.startup", again try running as Administrator - Could be the JVM memory allocation. Since CLM 4.x the JVM Initial and Max heap is set by default to 4GB. What kind of environment are you setting this up on? You can try reducing the memory allocated |
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
You didn't mentioned anything about the application server in your post. Assuming you are setting up with Tomcat, did you noticed any errors there ?