Help with RQMCopyUtil error
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: <html><head><title>Apache Tomcat/5.5.28 - Error report</title><sty><H1></style> </head><body><h1>HTTP Status 400 - </h1><HR><p><b>type</b> Status report</p><p><b>message
</b> <u></u></p><p><b>description</b> <u>The request sent by the client was synt
actically incorrect ().</u></p><HR><h3>Apache Tomcat/
5.5.28</h3></body></html>
FAILURE!
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: <html><head><title>Apache Tomcat/5.5.28 - Error report</title><sty><H1></style> </head><body><h1>HTTP Status 400 - </h1><HR><p><b>type</b> Status report</p><p><b>message
</b> <u></u></p><p><b>description</b> <u>The request sent by the client was synt
actically incorrect ().</u></p><HR><h3>Apache Tomcat/
5.5.28</h3></body></html>
FAILURE!
One answer
I assume you've censored a valid domain with a "*" 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="https://crasrtnl02.us.*.com:9443/jazz/web/console/RQM Training Play Area"
The util will escape the name for you.
The same applies to "-d".
Play%20Area
In that case, try this as an arg instead:
-s="https://crasrtnl02.us.*.com:9443/jazz/web/console/RQM Training Play Area"
The util will escape the name for you.
The same applies to "-d".
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.*.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: <html><head><title>Apache Tomcat/5.5.28 - Error report</title><sty><H1></style> </head><body><h1>HTTP Status 400 - </h1><*><p><b>type</b> Status report</p><p><b>message
</b> <u></u></p><p><b>description</b> <u>The request sent by the client was synt
actically incorrect ().</u></p><*><h3>Apache Tomcat/
5.5.28</h3></body></html>
FAILURE!