[closed] can`t log on to jazz team server !
Mai Saad (11●2●3●4)
| asked Apr 14 '13, 7:45 a.m.
closed Nov 18 '16, 5:54 a.m. by Ralph Schoon (63.5k●3●36●46) - 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
Bo Chulindra (1.3k●2●7●18)
| answered Apr 15 '13, 2:46 p.m.
JAZZ DEVELOPER edited Apr 15 '13, 3:13 p.m.
There seems to be quite some confusion going on here. Let me explain a bit:
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 Thanks Bo!
@ Bo : thanks alot for reply , i visited https://localhost:9443/jts/setup to setup the JTS and it gave me warning for using localhost in uri and if i changed it and test connection ..it gives error so i continued on localhost (in this case i couldn 1
You cannot connect the client to the JTS. You must connect it to the CCM. Use https://localhost:9443/ccm as the URL for your repository connection from the RTC client.
2
Mai Saad
commented Apr 18 '13, 4:39 a.m.
@ Bo : you are right , after installing the new server + client , then trying to log on server using jts or ccm but on 9332 was huge mistake , i`ve just tried to access server from client using ccm on 9443 , it works , many thanks Bo. but i`ve 2 other issues now 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=null to 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 ?! 2- what do u mean exactly by real host name ?
Mai,
showing 5 of 6
show 1 more comments
|
Hello Mai
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 Hello Krishnakanth thanks alot for reply, i`ve just tried mentioned addresses , pinging server gives same result while creating new jazz repository connection results in new error : CRRTC8500E details:
Exception type: com.ibm.team.repository.TeamRepositoryException
Exception message:
Failed to log in to 'https://localhost:9443/ccm/admin/': CRJAZ2384E Cannot connect to the repository at URL "https://localhost:9443/ccm/admin", see the nested exception for more details. For more details, open the help system and search for CRJAZ2384E.
Inner exception:
Exception type:
com.ibm.team.repository.TeamRepositoryException
Exception message:
CRJAZ2384E Cannot connect to the repository at URL "https://localhost:9443/ccm/admin", see the nested exception for more details. For more details, open the help system and search for CRJAZ2384E.
Status code:
500
Remote exception type:
com.ibm.team.repository.common.TeamRepositoryException
Request URI:
http://localhost:1033/service/com.ibm.team.filesystem.client.rest.IFilesystemRestClient/Login
Inner exception:
Exception type:
com.ibm.team.repository.TeamRepositoryException
Exception message:
invalid UUID [<!DOCTYPE html>]
Status code:
0
Remote exception type:
java.lang.IllegalArgumentException
Request URI:
http://localhost:1033/service/com.ibm.team.filesystem.client.rest.IFilesystemRestClient/Login - about installation as admin , i Hello Mai
Mai Saad
commented Apr 17 '13, 7:15 a.m.
@ Krishnakanth : after new installation the access ports have been changed to 1042 !! @Mai
This all does not makes much sense. I assume you are running on Tomcat, correct? If you do, you are the one who has to specify the ports to be used by Tomcat in the Tomcat/conf/server.xml the default port is 9443 unless you explicitly change them by editing the entries.
Mai Saad
commented Apr 17 '13, 8:02 a.m.
@ krishnakanth : i`m confused too , i never met thing like this before , actually the whole scenario is new for me . answers : 1- i didn`t change any ports while setup. 2- yes i used it on the Configure Public URI page and tried it too from vs client. 3- yes i do , is there any problem in this ?
Mai Saad
commented Apr 17 '13, 8:11 a.m.
@ Ralph : yes i`m using Tomcat , i didn`t change any ports in Tomcat/conf/server.xml when i opened it i found : connector port = 9080 , redirect port = 9443, connection timeout = 20000 , protocol = http/1.1 then in other line connector port = 9443 ,connection timeout = 20000, protocol = http , ciphers = ssl_rsa_with_rc4_128_md5 then in other line connector port = 9009 , redirect port =9443 , protocol = AJP/1.3 ,enablelookups= false
showing 5 of 7
show 2 more comments
|
Ralph Schoon (63.5k●3●36●46)
| answered Apr 15 '13, 4:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
A frequent error on Windows systems especially Windows 7 is to choose the default path into Program Files. If you do that, you have to run the server startup as administrator with run as administrator explicitely, or else Tomcat does not have permissions to create files and folders.
Best is to install somewhere else e.g. c:/clm4.0.1/ Comments
Mai Saad
commented Apr 15 '13, 4:53 a.m.
@ Ralph : i already changed the default directory to "C:\Users\Mai\Desktop\RTC4\" but it didn`t work .
Mai Saad
commented Apr 16 '13, 5:46 a.m.
@ Ralph : thanks alot . |
@ 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 Hello Krishnakanth if i still need to open a support ticket after new installation , can you please guid me how to open it ?
thanks @Mai
[.deleted]
|
Ralph Schoon (63.5k●3●36●46)
| answered Apr 17 '13, 8:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
If you use the standard setup, not distributes, with the standard ports the URL's are as already mentioned
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 @ Ralph : - i tried netstat ,i notice that the port 9443 don`t appear in in/out even if tomact is running , but when i log on web client this port appear in both in/out so this means web client can see server (the other clue is that when close server and try web client , it fails) so seems the problem in connection fron vs client to server . - changing port to 443 didn`t make difference in vs and server area !
Ralph Schoon
commented Apr 17 '13, 11:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I closed all my severs and clients. I ran netstat - a and port 9443 was nowhere to be seen. I started a Jazz Team Server and ran netstat -a and 9443 was listed as listening.
|
@ 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
commented Apr 28 '13, 7:09 a.m.
SMTP server problem solved using server name 127.0.0.1or just local host as mentioned in https://jazz.net/forum/questions/110460/how-to-connect-jazz-server-to-smtp-server |
Hi,
I am trying to move my plugin from RTC 4.0.1 to RTC 5.0.2. In this after running my RTC Eclipse Client through Run Configuration it's not allowing me to connect to the repository "https://localhost:7443/jazz". It shows me the following error-
CRJAZ2383E Cannot connect to the repository at url "https://localhost:7443/jazz".
And when I am trying to run server.startup.bat file from JazzTeamServer\server folder to connect to localhost "https://localhost:9443/jts/setup" as mentioned in "IBM RTC Extensibility4.x pdf" at page number 23 then it get closed automatically.
Please assist...
Comments
Ralph Schoon
commented Nov 18 '16, 5:55 a.m.
| edited Nov 18 '16, 5:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This question was from over 3 years ago and not even remotely related to your question. If you have a question, ask it in your own question.
Princi Verma
commented Nov 18 '16, 6:07 a.m.
ok... thank you Ralph... |
Comments
- I tried to ping on server using the URI https://localhost:9443/jazz/ or https://localhost:9332/ccm/
but ping request couldn`t find that URI telling me to check name and try again
- is there away to check server uri after installation ?