[closed] can`t log on to jazz team server !
- I `ve installed jazz team server from RTC-Web-Installer-win-4.0 using IBM installation manager , then i start server and try to create new jazz repository connection using RTC visual studio client , using URI https://localhost:9332/ccm/ , ID : "ADMIN" , password "ADMIN" then i got this error:
CRRTC8521E: Failed to contact the repository 'ADMIN@localhost'
- notes : i`m using windows 7 .
- server o/p :
Apr 14, 2013 11:21:30 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performanc
e in production environments was not found on the java.library.path: C:\Users\Ma
i\Desktop\RTC4\server\jre\bin\compressedrefs;C:\Users\Mai\Desktop\RTC4\server\jr
e\bin;C:\windows\system32;C:\windows;C:\Program Files\Common Files\Microsoft Sha
red\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Li
ve;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\W
indowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Fil
es (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.
0\bin\x64;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program
Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files\doxygen\b
in;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\CVSNT\;.
Apr 14, 2013 11:21:33 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-9080"]
Apr 14, 2013 11:21:33 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-9443"]
Apr 14, 2013 11:21:34 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-9009"]
Apr 14, 2013 11:21:34 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 4724 ms
Apr 14, 2013 11:21:34 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Apr 14, 2013 11:21:34 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.25
Apr 14, 2013 11:21:34 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\Mai\Desktop\RTC4\server\tomcat\
webapps\admin.war
Apr 14, 2013 11:21:41 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\Mai\Desktop\RTC4\server\tomcat\
webapps\ccm.war
Apr 14, 2013 11:22:13 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\Mai\Desktop\RTC4\server\tomcat\
webapps\clmhelp.war
Apr 14, 2013 11:22:36 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\Mai\Desktop\RTC4\server\tomcat\
webapps\converter.war
Apr 14, 2013 11:22:46 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\Mai\Desktop\RTC4\server\tomcat\
webapps\jts.war
Apr 14, 2013 11:22:59 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\Mai\Desktop\RTC4\server\tomcat\
webapps\qm.war
Apr 14, 2013 11:23:20 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\Mai\Desktop\RTC4\server\tomcat\
webapps\rm.war
log4j:ERROR Could not find value for key log4j.appender.perfCounters.layout
Apr 14, 2013 11:23:31 AM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Users\Mai\Desktop\RTC4\server\tomca
t\webapps\ROOT
Apr 14, 2013 11:23:31 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-9080"]
Apr 14, 2013 11:23:31 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-9443"]
Apr 14, 2013 11:23:31 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-9009"]
Apr 14, 2013 11:23:31 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 116808 ms
anyone know why can`t log on server ??
thanks alot.
The question has been closed for the following reason: "Problem is not reproducible or outdated" by rschoon Nov 18 '16, 5:54 a.m.
7 answers
When you install your RTC server, it will generally consist of two apps, CCM and the JTS (though from the tomcat console output you pasted above, I see you installed all the CLM products, which consists of JTS, CCM, QM, and RM) . After installing, you should visit https://localhost:9443/jts/setup to setup the JTS, register CCM, and setup CCM. Your login will be ADMIN/ADMIN.
You can also register and setup QM and RM if you wish but it is not necessary if you only want to try out connecting your RTC client.
After finishing setup, you can then connect your RTC client to your CCM. The URL you will use for your connection is https://localhost:9443/ccm. Note that you may have disabled the ADMIN user during setup. If so, you will have to provide a username and password for the user you created during setup.
Your problems above were that you were either using the wrong port (https://localhost:9332/ccm) or the wrong context root (https://localhost:9443/jazz) or you added extra which shouldn't have been there (https://localhost:9443/ccm/admin).
I use "localhost" in the URLs I provided above, but this will only work if the server is on the same machine as your client. If you are setting this RTC up as a production server, you will definitely need to learn more on the proper way to set one up.
Comments
1 vote
2 votes
In you last comment you have mentioned that you tried accessing on 2 URI's:
https://localhost:9443/jazz/ or https://localhost:9332/ccm/
Also that you have installed RTC 4.0.
If this is a fresh instance of RTC on Tomcat and considering that you have not yet updated any config files, you should be accessing the server on:
https://localhost:9443/jts/setup
or
https://localhost:9443/jts/admin
or
https://localhost:9443/ccm/admin
If you are able to get to the Login screen, and the user ID ADMIN with the same password is not working, you might want to check the permission with which you have installed the JTS server. The reason why I ask this is because the choice of the installation directory as "C:\Users\Mai\Desktop\RTC4\" is a bit strange. Did you try installing the server without Admin privileges?
In Windows 7, due to the default security rules being on (UAC) you would need to install the application running as a administrator.
Comments
Best is to install somewhere else e.g. c:/clm4.0.1/
@ all : i`ve installed new server (express server) and client , i made setup to server from https://localhost:9443/jts/setup but i`ve some questions :
1- In server installation (express install) ,i got warning that OS not supported but can work for small scale , i`m using windows 7 could this affect server access?
2- in server setup , using URL https://localhost:9443/jts/ gives warning CRJAZ1580W and couldn`t allow me make test connection , is it aproblem for small team (10 developers) ?
3-in server setup when changing the URL to https://rclm.test.com:9443/jts/ , it results in error CRJAZ1579E , do you have any idea about it ?
4- after what mentioned in 1 , i could visit https://localhost:9443/ccm. with new user name and password , but still i can`t create repository connection from visual studio client using URI : http://localhost:9443/ccm/admin or https://localhost:9332/ccm , name : my new name , ID : new id from server setup and new password (still having same error CRRTC8500E ,CRJAZ2384E ) and still ping server using tps://rclm.test.com:9443/jts didn`t work (please check the name and try again) , so i tried to invite myself in project from web client but seems i must first configure email settings https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.platform.doc/topics/t_logging_in_application_administration_page.html&scope=null ...in email settings need SMTP Server, do i need install this server ?!
thanks
Comments
https://<hostname>:9443/jts
https://<hostname>:9443/ccm
Note: you can't run more than one Tomcat on one machine with the same ports - they would collide and you could only reach the one that grabbed the port first. You can check who has which port with netstat.
Note: if just on one machine localhost works,otherwise use a global host name
Note: Some companies block ports. You can change 9443 to 443 which is the well known port for https.
Comments
@ all : many thanks for your help ,
i finally could create new repository from visual studio client with the following solution :
- installing new server and client in administartor mode , using c:/RCLM4-SERVER for server , c:/RCLM4-CLIENT for client , c:/RCLM-SHARED for client shared files.
- after start server configure it according to https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_s_server_installation_setup_wizard.html&scope=null using URI : https://localhost:9443/jts/setup , user name and pw are ADMIN , while setup i changed those user name and pw to new ones .
- create new project using previous web client .
- create new repository from vs client using uri : https://localhost:9443/ccm , using name localhost, new ID and PW during server setup .
my problem now as i told Bo in configuring email settings
1-when setting e-mail configurations using https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_s_server_installation_setup_wizard.html&scope=nullto enable mail invitation , i needed to set some values ,are these values correct ?
SMTP Server name (smtp.localhost.com)
SMTP Username (same as jazz server ID )
email from address (name@localhost.com)
as when i use these values then test connection it gave me : Exception reading response;nested exceptionis : java.net.socketTimeoutException: Read time out , any ideas ?! this after installed free smtp server.
while without smtp server it gave me : couldn`t connect to smtp.localhost.com , port 25 , response -1
Comments
Mai Saad
Apr 14 '13, 8:05 a.m.