Services Not Running
I provided the URL https://<localhost:9443>/qm/service which gives me list of services running , But i dont see any service for Integration Service.
If so how do i know Alais name of projects or how to bring the required services UP ?
If so how do i know Alais name of projects or how to bring the required services UP ?
3 answers
Try https://<servername>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects
In this URL replace actual server name. Default port is 9443, if changed replace that as well. For RQM 3.0.1 and above default context root is qm, earlier it was jazz.
Best Regards
Rajat
In this URL replace actual server name. Default port is 9443, if changed replace that as well. For RQM 3.0.1 and above default context root is qm, earlier it was jazz.
Best Regards
Rajat
Comments
Hello Rajat ,
Thanks , But In my case i am not able to see the integration Service, So what should I do ?
Thanks & Regards
Girish
If you want to get the alias name of the project areas, paste the above link on your browser and hit enter.
Replace actual server name; if its on the same machine where server is installed, you can use localhost.
If you have done the above already, what was the output if not the alias names of the project areas?
Any error message, warning??
Error message : The request sent by the client was syntactically incorrect ().
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 09 '13, 4:24 a.m.I don't understand what you are asking here.
Girish Chandra P
Jan 09 '13, 4:47 a.m.Dear Ralph ,
Thanks for looking into my question .
If i provide /qm/services i could see the services availble and one such service is Integration Services . I am not able to see this service ? So what is the solution for that?
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 09 '13, 6:12 a.m.I talked to some colleagues about this and we fail to understand what the reason for this question is. Do you have errors or other ill effects? What are you trying to do here? What version are you running? What about Rajat's answer?
Girish Chandra P
Jan 09 '13, 6:48 a.m.Fine Ralph ,
Brief History why I need services :
I was trying to run the RTRT adapter and was getting the following errors on different machine
error 1 ) Rational Test RealTime adapter failed to register with the Rational Quality Mana ger server: com.ibm.rqm.adapter.library.data.AdapterException: Failed to retrieve adapter information
error 2) java.security.NoSuchAlogorithmException: SSL_TLS SSLContext not available unable to create SSL_TLS context, trying TLS
java.security.NoSuchAlogorithmException: SSL_TLS SSLContext not available
unable to create SSL_TLS context, trying TLS
Rational Teat RealTime Adapter failed to register with the Rational Quality Manager Server: com.ibm.rqm.adapter.library.data.AdapterException: failed to send data
And I could resolve this by : https://jazz.net/forum/questions/59940/unable-to-register-rtrt-testadapter-with-rqm-301
but in one machine I am not able to get the alias project name as the service was not running it gave the error message description The request sent by the client was syntactically incorrect ().
So this query ?
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 09 '13, 7:05 a.m.Now that I know why you need the service, I tested it on my test server (4.0.1) and I can use https://<server:port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects or https://<server:port>/jazz/service/com.ibm.rqm.integration.service.IIntegrationService/resources/projects (If I had migrated) and could see the alias. Since you did not provide the version you are running, I can't check if that was supposed to be possible with your version. I am not aware that you start any of these services manually. Does the diagnostics page of the server show any errors?
Girish Chandra P
Jan 09 '13, 7:44 a.m.I am using 4.0.1 where I could resolve but I have version 3.0.1 where I could not resolve the problem .
ON 3.0.1 , I wonder the RTRT adapter is running only for JKE banking project with error ,But not for other project created .
I am using project name as : JKE+Banking+%28Quality+Management%29
Girish Chandra P
Jan 10 '13, 6:27 a.m.I use rqm 3.0.1 on one machine
another machine 4.0.1, here i resolved the error