It's all about the answers!

Ask a question

Help with RQMCopyUtil error


Mike Engelbrecht (62) | asked Oct 14 '10, 3:16 p.m.
I am trying to copy the artifacts from one project to a new project..below is what I keyed and the response back...what am I doing wrong?

C:\RQM_CopyUtil>"C:\Program Files\Java\jre1.6.0_03\bin\java.exe" -jar RQMCopyUti
l.jar -s=https://crasrtnl02.us.xxx.com:9443/jazz/web/console/RQM%20Training%20
Play%20Area -us=admin -pws=admin -d=https://crasrtnl02.us.xxx.co
m:9443/jazz/web/console/RQM%20Integration%20Play%20Area -l=importlog8.txt


java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
Oct 14, 2010 2:11:06 PM org.apache.commons.httpclient.HttpMethodDirector isRedir
ectNeeded
INFO: Redirect requested but followRedirects is disabled
Oct 14, 2010 2:11:06 PM org.apache.commons.httpclient.HttpMethodDirector isRedir
ectNeeded
INFO: Redirect requested but followRedirects is disabled
Oct 14, 2010 2:11:06 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Starting processing of artifact type: remotescript
Oct 14, 2010 2:11:06 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Reading feed for artifact type: remotescript
Oct 14, 2010 2:11:06 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Error received: 400, retry #: 0
Oct 14, 2010 2:11:09 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Error received: 400, retry #: 1
Oct 14, 2010 2:11:12 PM com.ibm.rqm.ct.util.Logger logError
SEVERE: General REST Exception: RestException executing: GET Artifact Feed, RC:
400, message: &lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/5.5.28 - Error report&lt;/title&gt;&lt;sty&gt;&lt;H1&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 400 - &lt;/h1&gt;&lt;HR&gt;&lt;p&gt;<b>type</b> Status report&lt;/p&gt;&lt;p&gt;<b>message
</b> <u></u>&lt;/p&gt;&lt;p&gt;<b>description</b> <u>The request sent by the client was synt
actically incorrect ().</u>&lt;/p&gt;&lt;HR&gt;&lt;h3&gt;Apache Tomcat/
5.5.28&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;
FAILURE!

One answer



permanent link
John Nason (2.4k1012) | answered Oct 22 '10, 6:02 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
I assume you've censored a valid domain with a &quot;*&quot; in this URL: https://crasrtnl02.us.*.com:9443/jazz/web/console/RQM%20Training%20
Play%20Area
In that case, try this as an arg instead:
-s=&quot;https://crasrtnl02.us.*.com:9443/jazz/web/console/RQM Training Play Area&quot;
The util will escape the name for you.
The same applies to &quot;-d&quot;.

I am trying to copy the artifacts from one project to a new project..below is what I keyed and the response back...what am I doing wrong?

C:\RQM_CopyUtil&gt;&quot;C:\Program Files\Java\jre1.6.0_03\bin\java.exe&quot; -jar RQMCopyUti
l.jar -s=https://crasrtnl02.us.*.com:9443/jazz/web/console/RQM%20Training%20
Play%20Area -us=admin -pws=admin -d=https://crasrtnl02.us.*.co
m:9443/jazz/web/console/RQM%20Integration%20Play%20Area -l=importlog8.txt


java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
Oct 14, 2010 2:11:06 PM org.apache.commons.httpclient.HttpMethodDirector isRedir
ectNeeded
INFO: Redirect requested but followRedirects is disabled
Oct 14, 2010 2:11:06 PM org.apache.commons.httpclient.HttpMethodDirector isRedir
ectNeeded
INFO: Redirect requested but followRedirects is disabled
Oct 14, 2010 2:11:06 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Starting processing of artifact type: remotescript
Oct 14, 2010 2:11:06 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Reading feed for artifact type: remotescript
Oct 14, 2010 2:11:06 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Error received: 400, retry #: 0
Oct 14, 2010 2:11:09 PM com.ibm.rqm.ct.util.Logger logInfo
INFO: Error received: 400, retry #: 1
Oct 14, 2010 2:11:12 PM com.ibm.rqm.ct.util.Logger logError
SEVERE: General REST Exception: RestException executing: GET Artifact Feed, RC:
400, message: &lt;html&gt;&lt;head&gt;&lt;title&gt;Apache Tomcat/5.5.28 - Error report&lt;/title&gt;&lt;sty&gt;&lt;H1&gt;&lt;/style&gt; &lt;/head&gt;&lt;body&gt;&lt;h1&gt;HTTP Status 400 - &lt;/h1&gt;&lt;*&gt;&lt;p&gt;<b>type</b> Status report&lt;/p&gt;&lt;p&gt;<b>message
</b> <u></u>&lt;/p&gt;&lt;p&gt;<b>description</b> <u>The request sent by the client was synt
actically incorrect ().</u>&lt;/p&gt;&lt;*&gt;&lt;h3&gt;Apache Tomcat/
5.5.28&lt;/h3&gt;&lt;/body&gt;&lt;/html&gt;
FAILURE!

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.