It's all about the answers!

Ask a question

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


Thien Truong (111) | asked Feb 17 '11, 11:01 a.m.
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

4 answers



permanent link
David Mehaffy (90123338) | answered Feb 17 '11, 12:23 p.m.
JAZZ DEVELOPER
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

permanent link
Thien Truong (111) | answered Feb 17 '11, 2:45 p.m.
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]

permanent link
Kurtis Martin (1.4k11) | answered Feb 17 '11, 6:57 p.m.
JAZZ DEVELOPER
The read me has been updated in RQM 3.0 M13. Thx.

permanent link
Thien Truong (111) | answered Feb 21 '11, 9:56 a.m.
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.

Your answer


Register or 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.