Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RQM3.0M12 Command Line Adapter (CLA) - start up problem

I hope someone could help me. Here is the error when I run the CLA. At the end, it says CLA is connected, but it never shows up in the list in the RQM GUI.

thanks

*******************
Launching Command Line Adapter...

java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
Configuration file C:\Program Files\IBM\JazzTeamServer\server\conf\qm\adapters\RQMCommandLineAdapter\RQM.ini does not exist, adapter will use the arguments passe
d
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
Successfully created an HTTP client
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
login error (response code) - 404
Response Body: &lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/5.5.30 - Error report&lt;/title&gt;&lt;style&gt;&lt;H1&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 404 - /rqm/j_security_check&lt;/h1&gt;&lt;HR&gt;&lt;p&gt;<b>type</b> Status report&lt;/p&gt;&lt;p&gt;<b>message</b> <u>/rqm/
j_security_check</u>&lt;/p&gt;&lt;p&gt;<b>description</b> <u>The requested resource (/rqm/j_security_check) is not available.</u>&lt;/p&gt;&lt;HR&gt;&lt;h3&gt;Apache Tomc
at/5.5.30&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;
The adapter failed to connect to the server
java.net.ProtocolException: Unable to log into server: 404: https://myserver.com:9443/rqm
at com.ibm.rqm.integration.client.clientlib.RQMConnectionHelper.login(RQMConnectionHelper.java:201)
at com.ibm.rqm.adapter.library.data.ServerInformation.login(ServerInformation.java:184)
at com.ibm.rqm.adapter.library.data.NewRequester.&lt;init&gt;(NewRequester.java:109)
at com.ibm.rqm.adapter.library.data.RQMAdapter.&lt;init&gt;(RQMAdapter.java:44)
at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.&lt;init&gt;(QMCommandLineAdapter.java:72)
at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.main(QMCommandLineAdapter.java:205)
Unable to determine RQM server version. This is expected for RQM 2.x and earlier servers.
login error (response code) - 404
Response Body: &lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/5.5.30 - Error report&lt;/title&gt;&lt;style&gt;&lt;H1&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 404 - /rqm/j_security_check&lt;/h1&gt;&lt;HR&gt;&lt;p&gt;<b>type</b> Status report&lt;/p&gt;&lt;p&gt;<b>message</b> <u>/rqm/
j_security_check</u>&lt;/p&gt;&lt;p&gt;<b>description</b> <u>The requested resource (/rqm/j_security_check) is not available.</u>&lt;/p&gt;&lt;HR&gt;&lt;h3&gt;Apache Tomc
at/5.5.30&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;
The adapter is now connected
Terminate batch job (Y/N)? y

0 votes



4 answers

Permanent link
what is you command line invocation - I see you are not using the right
server path for starters as the context root would be /qm not /rqm. It
looks like to me you are not passing the right parameters on the command
line to start the adapter. I have been using the command line adapter
for testing on various rqm3.0 builds and have had no problems

On 2/17/11 10:08 AM, tcthien wrote:
I hope someone could help me. Here is the error when I run the CLA.
At the end, it says CLA is connected, but it never shows up in the
list in the RQM GUI.

thanks

*******************
Launching Command Line Adapter...

java version &quot;1.6.0_23&quot;
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
Configuration file C:\Program
Files\IBM\JazzTeamServer\server\conf\qm\adapters\RQMCommandLineAdapter\RQM.ini
does not exist, adapter will use the arguments passe
d
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not
available
Unable to create SSL_TLS context, trying TLS
Successfully created an HTTP client
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not
available
Unable to create SSL_TLS context, trying TLS
login error (response code) - 404
Response Body:&lt;html&gt;&lt;head&gt;&lt;title&gt;Apache
Tomcat/5.5.30 - Error
report&lt;/title&gt;&lt;style&gt;&lt;H1&gt;&lt;/style&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 404 -
/rqm/j_security_check&lt;/h1&gt;&lt;HR&gt;&lt;p&gt;type Status
report&lt;/p&gt;&lt;p&gt;message /rqm/
j_security_check&lt;/p&gt;&lt;p&gt;description The
requested resource (/rqm/j_security_check) is not
available.&lt;/p&gt;&lt;HR&gt;&lt;h3&gt;Apache Tomc
at/5.5.30&lt;/h3&gt;&lt;/body&gt;&lt;/html
The adapter failed to connect to the server
java.net.ProtocolException: Unable to log into server: 404:
https://myserver.com:9443/rqm
at
com.ibm.rqm.integration.client.clientlib.RQMConnectionHelper.login(RQMConnectionHelper.java:201)
at
com.ibm.rqm.adapter.library.data.ServerInformation.login(ServerInformation.java:184)
at
com.ibm.rqm.adapter.library.data.NewRequester.&lt;init&gt;(NewRequester.java:109)
at
com.ibm.rqm.adapter.library.data.RQMAdapter.&lt;init&gt;(RQMAdapter.java:44)
at
com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.&lt;init&gt;(QMCommandLineAdapter.java:72)
at
com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.main(QMCommandLineAdapter.java:205)
Unable to determine RQM server version. This is expected for RQM 2.x
and earlier servers.
login error (response code) - 404
Response Body:&lt;html&gt;&lt;head&gt;&lt;title&gt;Apache
Tomcat/5.5.30 - Error
report&lt;/title&gt;&lt;style&gt;&lt;H1&gt;&lt;/style&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 404 -
/rqm/j_security_check&lt;/h1&gt;&lt;HR&gt;&lt;p&gt;type Status
report&lt;/p&gt;&lt;p&gt;message /rqm/
j_security_check&lt;/p&gt;&lt;p&gt;description The
requested resource (/rqm/j_security_check) is not
available.&lt;/p&gt;&lt;HR&gt;&lt;h3&gt;Apache Tomc
at/5.5.30&lt;/h3&gt;&lt;/body&gt;&lt;/html
The adapter is now connected
Terminate batch job (Y/N)? y

0 votes


Permanent link
Thank you so much for clarifying it. I changed it to /qm and, voila, it is working. This saves me a few days :)

The readme.txt that comes with RQM3.0M12 gives /rqm, and so the error.

BR/

Launching Command Line Adapter...

java version &quot;1.6.0_18&quot;
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode, sharing)
Adapter is reconnecting. Using saved configuration information from ttroAdapter.ini
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
Successfully created an HTTP client
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying TLS
The adapter is now connected
Created Command Line Adapter


what is you command line invocation - I see you are not using the right
server path for starters as the context root would be /qm not /rqm. It
looks like to me you are not passing the right parameters on the command
line to start the adapter. I have been using the command line adapter
for testing on various rqm3.0 builds and have had no problems]

0 votes


Permanent link
The read me has been updated in RQM 3.0 M13. Thx.

0 votes


Permanent link
Some1 sent me a question asking where the CLA is located?

If u donot know, here it is the info from help
http://jazz.net/help-dev/clm/index.jsp?topic=/com.ibm.rational.test.qm.doc/topics/t_start_command_line_adapter.html


The read me has been updated in RQM 3.0 M13. Thx.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 17 '11, 11:01 a.m.

Question was seen: 6,144 times

Last updated: Feb 17 '11, 11:01 a.m.

Confirmation Cancel Confirm