How do I register command line adapter to Sandbox version of RQM?
I already have account on Sandbox CLM, I tried to register on sandbox but gives exception.
Batch file content to register adapter to sandbox RQM
call start.bat -repository https://jazz.net/sandbox02-qm -user userName_XYZ -password Password_XYZ -adapter TD4 -projectArea "ABC_Prj (Quality Management)"
One answer
Hi Umesh,
Can you paste the exception you are getting?
The command looks to be correct syntactically
Can you paste the exception you are getting?
The command looks to be correct syntactically
Comments
Hi Reshma,
I have divided exception in three comments,this is the first part:
16:56:48,713 [main] INFO com.ibm.rqm.adapter.commandline - Adapter is reconnecting. Using saved configuration information from Config2.ini
16:56:48,759 [main] INFO com.ibm.rqm.adapter.library - Successfully created an HTTP client
16:58:12,989 [main] ERROR com.ibm.rqm.adapter.library - The adapter failed to connect to the server
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at com.ibm.rqm.integration.client.clientlib.TrustingSSLProtocolSocketFactory.createSocket(TrustingSSLProtocolSocketFactory.java:87)
at com.ibm.rqm.integration.client.clientlib.TrustingSSLProtocolSocketFactory.createSocket(TrustingSSLProtocolSocketFactory.java:87)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1321)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
at com.ibm.rqm.integration.client.clientlib.JFSHttpsClient.login(JFSHttpsClient.java:100)
at com.ibm.rqm.integration.client.clientlib.RQMConnectionHelper.login(RQMConnectionHelper.java:202)
at com.ibm.rqm.adapter.library.data.ServerInformation.login(ServerInformation.java:184)
at com.ibm.rqm.adapter.library.data.NewRequester.<init>(NewRequester.java:138)
at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.main(QMCommandLineAdapter.java:304)
16:59:37,163 [main] WARN com.ibm.rqm.adapter.library - Unable to determine RQM server version. This is expected for RQM 2.x and earlier servers.
17:02:25,207 [main] ERROR com.ibm.rqm.adapter.library - Error while retrieving the list of project areas
17:02:25,207 [main] ERROR com.ibm.rqm.adapter.commandline - Failed to log in to server at https://jazz.net/sandbox02-qm. Please check the repository URL https://jazz.net/sandbox02-qm, user name umeshrajani and its password and try again. Make sure that the Server is available.
This seems to be invalid credentials problem. Are you able to login to RQM server through UI with the same user password?
Does the user have correct permissions for running a CLA?
showing 5 of 6
show 1 more comments