It's all about the answers!

Ask a question

RQMcopy utility throws error for the template copy


Srikanth Bhushan (16942734) | asked Feb 04 '13, 8:49 a.m.
retagged Feb 05 '13, 8:04 a.m. by Laura Kuczarski (21137)

Has anybody came across this issue. We recently updated the security certificates.

We are trying to copy template from one server to another server (project)

C:\>java -jar RQMCopyUtility.jar -s=https://rqm1:9443/jaz
z/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/P
rojectProvisioningTemplate -us=**** -pws=**** -d=https://rqm2:9443/jazz/secure/service/com.ibm.rqm.integration.service.IIntgrationSe
rvice/resources/<Project_alias_name> -a=template -l=importlog.txt

java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
 com.ibm.rqm.ct.util.Logger logError
SEVERE: Error logging in to source: javax.net.ssl.SSLHandshakeException: java.se
curity.cert.CertificateException: Certificates does not conform to algorithm con
straints

Comments
Srikanth Bhushan commented Feb 05 '13, 4:49 a.m.

any feed back on this?

One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Feb 05 '13, 8:05 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
edited Feb 06 '13, 6:18 a.m.
You are probably using an unsupported algorithm (e.g. MD2).

Comments
Srikanth Bhushan commented Feb 06 '13, 2:32 a.m.

Thanks Paul. Is there a list of supported and un-supported certificates for RQM? How to findout if its MD2


Paul Slauenwhite commented Feb 06 '13, 6:18 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

They are defined in %JAVA_HOME%\lib\security\java.security.  If you use a Java Runtime Environment (JRE) that is version 6.0 (Sun JRE 6.0 Update 23 or IBM JRE 6.0 Service Refresh 8) or later (required by the RQM Copy Utility - https://jazz.net/wiki/bin/view/Main/RQMCopyUtility#Setup_Considerations), the proper algorithm should be used.

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.