Exception while using RQMCopyUtility
We have a requirement of transferring some artifacts from one RQM to other , for that i was using the RQMCopyUtility . As mentioned in the documentation i was using the following command for the transfer .
java -jar "C:\Users\Vivek\RQMCopyUtility\RQMCopyUtility.jar" -s=https://islswestest2.in.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/TX_STAX_Test -us=viverma8@in.ibm.com -pws=<password> -d=https://islswestest2.in.ibm.com:9443/ccm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/WorklightRTCIntegration -a=testplan,testcase,testcell,testscript,testphase -l=C:\Users\Vivek\RQMCopyUtility\importlog.txt On running the above command i am getting the following error . Sep 2, 2013 3:05:28 PM com.ibm.rqm.ct.util.Logger logError SEVERE: SSL_TLS SSLContext not available Sep 2, 2013 3:05:28 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Unable to create SSL_TLS context, trying SSLv3 Sep 2, 2013 3:05:32 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Starting processing of artifact type: testplan Sep 2, 2013 3:05:32 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Reading feed for artifact type: testplan Sep 2, 2013 3:05:33 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Done reading feed for artifact type: testplan Sep 2, 2013 3:05:33 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testplan urn:com.ibm.rqm:testplan:164 Sep 2, 2013 3:05:34 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testcase urn:com.ibm.rqm:testcase:29878 Sep 2, 2013 3:05:35 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testcase/com.ibm.rqm.planning.templates.testcase.default Sep 2, 2013 3:05:35 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 503, retry #: 0 Sep 2, 2013 3:05:38 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 503, retry #: 1 Sep 2, 2013 3:05:41 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 503, retry #: 0 Sep 2, 2013 3:05:44 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 503, retry #: 1 Sep 2, 2013 3:05:47 PM com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 503, message: Error 503: CRJAZ1168I Service "com.ibm.rqm.integration.service.IIntegrationService" is not defined for remote execution. Sep 2, 2013 3:05:47 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testcase/com.ibm.rqm.planning.templates.testcase.default Sep 2, 2013 3:05:47 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: remotescript urn:com.ibm.rqm:remotescript:5336 Sep 2, 2013 3:05:48 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 503, retry #: 0 Sep 2, 2013 3:05:51 PM com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 503, retry #: 1 Sep 2, 2013 3:05:54 PM com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 503, message: Error 503: CRJAZ1168I Service "com.ibm.rqm.integration.service.IIntegrationService" is not defined for remote execution. Sep 2, 2013 3:05:54 PM com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 503, message: Error 503: CRJAZ1168I Service "com.ibm.rqm.integration.service.IIntegrationService" is not defined for remote execution. Sep 2, 2013 3:05:54 PM com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 503, message: Error 503: CRJAZ1168I Service "com.ibm.rqm.integration.service.IIntegrationService" is not defined for remote execution. Sep 2, 2013 3:05:54 PM com.ibm.rqm.ct.util.Logger logError SEVERE: General REST Exception: RestException executing: PUT, RC: 503, message: Error 503: CRJAZ1168I Service "com.ibm.rqm.integration.service.IIntegrationService" is not defined for remote execution. Sep 2, 2013 3:05:54 PM com.ibm.rqm.ct.util.Logger logError SEVERE: FAILURE! Need help in rectifying this issue ..? |
3 answers
Hi Vivek
What is the version of RQM in use here. Probably you can verify the context roots specified in the command line once.
Also check the extension code in the plugin.xml, especially the value of the uri attribute in the <service> element. This value
should be the fully-qualified name of the service interface.
Regards
Rajesh
|
Both the RQM has the same version 4.0 . From where i can get the plugin.xml ( which plugin jar ).
|
Hi Vivek,
Did you manager to resolve this as I am currently facing the same issue? Regards, Michael |
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.