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: <html><head><title>Apache Tomcat/5.5.30 - Error report</title><style><H1></style> </head><body><h1>HTTP Status 404 - /rqm/j_security_check</h1><HR><p><b>type</b> Status report</p><p><b>message</b> <u>/rqm/
j_security_check</u></p><p><b>description</b> <u>The requested resource (/rqm/j_security_check) is not available.</u></p><HR><h3>Apache Tomc
at/5.5.30</h3></body></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.<init>(NewRequester.java:109)
at com.ibm.rqm.adapter.library.data.RQMAdapter.<init>(RQMAdapter.java:44)
at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.<init>(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: <html><head><title>Apache Tomcat/5.5.30 - Error report</title><style><H1></style> </head><body><h1>HTTP Status 404 - /rqm/j_security_check</h1><HR><p><b>type</b> Status report</p><p><b>message</b> <u>/rqm/
j_security_check</u></p><p><b>description</b> <u>The requested resource (/rqm/j_security_check) is not available.</u></p><HR><h3>Apache Tomc
at/5.5.30</h3></body></html>
The adapter is now connected
Terminate batch job (Y/N)? y
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: <html><head><title>Apache Tomcat/5.5.30 - Error report</title><style><H1></style> </head><body><h1>HTTP Status 404 - /rqm/j_security_check</h1><HR><p><b>type</b> Status report</p><p><b>message</b> <u>/rqm/
j_security_check</u></p><p><b>description</b> <u>The requested resource (/rqm/j_security_check) is not available.</u></p><HR><h3>Apache Tomc
at/5.5.30</h3></body></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.<init>(NewRequester.java:109)
at com.ibm.rqm.adapter.library.data.RQMAdapter.<init>(RQMAdapter.java:44)
at com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.<init>(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: <html><head><title>Apache Tomcat/5.5.30 - Error report</title><style><H1></style> </head><body><h1>HTTP Status 404 - /rqm/j_security_check</h1><HR><p><b>type</b> Status report</p><p><b>message</b> <u>/rqm/
j_security_check</u></p><p><b>description</b> <u>The requested resource (/rqm/j_security_check) is not available.</u></p><HR><h3>Apache Tomc
at/5.5.30</h3></body></html>
The adapter is now connected
Terminate batch job (Y/N)? y
4 answers
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:
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 "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:<html><head><title>Apache
Tomcat/5.5.30 - Error
report</title><style><H1></style><body><h1>HTTP Status 404 -
/rqm/j_security_check</h1><HR><p>type Status
report</p><p>message /rqm/
j_security_check</p><p>description The
requested resource (/rqm/j_security_check) is not
available.</p><HR><h3>Apache Tomc
at/5.5.30</h3></body></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.<init>(NewRequester.java:109)
at
com.ibm.rqm.adapter.library.data.RQMAdapter.<init>(RQMAdapter.java:44)
at
com.ibm.rqm.adapter.commandline.QMCommandLineAdapter.<init>(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:<html><head><title>Apache
Tomcat/5.5.30 - Error
report</title><style><H1></style><body><h1>HTTP Status 404 -
/rqm/j_security_check</h1><HR><p>type Status
report</p><p>message /rqm/
j_security_check</p><p>description The
requested resource (/rqm/j_security_check) is not
available.</p><HR><h3>Apache Tomc
at/5.5.30</h3></body></html
The adapter is now connected
Terminate batch job (Y/N)? y
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 "1.6.0_18"
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
The readme.txt that comes with RQM3.0M12 gives /rqm, and so the error.
BR/
Launching Command Line Adapter...
java version "1.6.0_18"
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
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]