RQM CopyUtility 403 error
We are using RQM CopyUtility to copy all artifact from one RQM server (2.0.1) to another RQM server 3.0.1.
Error message: D:\Work\Build team\RQM\RQM-Extras-RQMCopyUtil-3.0.1>java -jar RQMCopyUtility.jar -s="https://***.cn.ibm.com:9444/jazz/secure/service/com.ibm.rqm.integratio n.service.IIntegrationService/resources/Lotus Concord" -us=**** -pw s=**** -d="https://***.swg.usma.ibm.com:9443/qm/secure/service/com.ibm.r qm.integration.service.IIntegrationService/resources/Lotus Concord(Testing)" -l= importlog.txt 2011-8-9 11:35:55 org.apache.commons.httpclient.HttpMethodDirector isRedirectNee ded INFO: Redirect requested but followRedirects is disabled 2011-8-9 11:35:57 org.apache.commons.httpclient.HttpMethodDirector isRedirectNee ded INFO: Redirect requested but followRedirects is disabled 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting processing of artifact type: remotescript 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Reading feed for artifact type: remotescript 2011-8-9 11:35:58 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Done reading feed for artifact type: remotescript 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Ending processing of artifact type: remotescript 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting processing of artifact type: requirement 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Reading feed for artifact type: requirement 2011-8-9 11:35:58 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Done reading feed for artifact type: requirement 2011-8-9 11:35:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: requirement urn:com.ibm.rqm:requirement:2441 2011-8-9 11:36:00 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 403, retry #: 0 2011-8-9 11:36:05 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 403, retry #: 1 2011-8-9 11:36:08 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-9 11:36:08 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 403, message: Error 403: SRVE0295E: Er ror reported: 403 I can access the url in comman directly. Could you please help to check? |
17 answers
It appears that the user credentials do not have sufficient permissions to PUT requirements. See footnote 3 in https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op.
|
What authority is needed to export and import datum in RQM by CopyUtiltiy by project? Project Admin? We need export test cases and test plan from 2.0.1 RQM server to 3.0.1 server.
It appears that the user credentials do not have sufficient permissions to PUT requirements. See footnote 3 in https://jazz.net/wiki/bin/view/Main/RqmApi#Resources_and_their_Supported_Op. |
For import, you need save (create/edit) permissions on the project area(s) for the resource(s). However, in your case you are attempting to copy a requirement between RQM 2.0.1 and RQM 3.0.1 servers, which is causing the problems since requirements are stored in RRC in RQM 3.0.1. I would suggest using the -la/-listArtifactTypes parameter and then the -i/-ignoreTypes parameters (see https://jazz.net/wiki/bin/view/Main/RQMCopyUtility#Argument_Reference) to only copy test resources.
|
I have tried the command you suggested. I tried manually, the id have write authority to both RQM projects. But still failed, see details below:
D:\Work\Build team\RQM\RQM-Extras-RQMCopyUtil-3.0.1>java -jar RQMCopyUtility.ja -la Supported artifacts: remotescript requirement template testcase testscript datapool attachment testplan configuration keyword buildrecord builddefinition objective resourcegroup labresource testcell resourcecollection request reservation testphase testsuite executionworkitem executionsequence executionsequenceresult executionresult suiteexecutionrecord testsuitelog D:\Work\Build team\RQM\RQM-Extras-RQMCopyUtil-3.0.1>java -jar RQMCopyUtility.ja -s="https://****.cn.ibm.com:9444/jazz/secure/service/com.ibm.rqm.integrati n.service.IIntegrationService/resources/Lotus Concord" -us=** -p s=**.usma.ibm.com:9443/qm/secure/service/com.ibm. qm.integration.service.IIntegrationService/resources/Lotus Concord(Testing)" -a testplan,testcase -l=importlog.txt 2011-8-11 14:59:42 org.apache.commons.httpclient.HttpMethodDirector isRedirectN eded INFO: Redirect requested but followRedirects is disabled 2011-8-11 14:59:46 org.apache.commons.httpclient.HttpMethodDirector isRedirectN eded INFO: Redirect requested but followRedirects is disabled 2011-8-11 14:59:47 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting processing of artifact type: testplan 2011-8-11 14:59:47 com.ibm.rqm.ct.util.Logger logInfo INFO: Reading feed for artifact type: testplan 2011-8-11 14:59:50 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 14:59:51 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 14:59:51 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 14:59:52 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 14:59:53 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 14:59:53 com.ibm.rqm.ct.util.Logger logInfo INFO: Done reading feed for artifact type: testplan 2011-8-11 14:59:53 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testplan urn:com.ibm.rqm:testplan:230 2011-8-11 14:59:54 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testcase urn:com.ibm.rqm:testcase:12635 2011-8-11 14:59:55 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testcase/com.ibm.rqm.planning.templates.testcase.templ te_1294221585943 2011-8-11 14:59:57 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-11 15:00:02 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-11 15:00:05 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 15:00:08 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 403, retry #: 0 2011-8-11 15:00:12 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 403, retry #: 1 2011-8-11 15:00:15 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 15:00:15 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 403, message: Error 403: SRVE0295E: E ror reported: 403 2011-8-11 15:00:15 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testcase/com.ibm.rqm.planning.templates.testcase.temp ate_1294221585943 2011-8-11 15:00:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 403, retry #: 0 2011-8-11 15:00:22 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 403, retry #: 1 2011-8-11 15:00:25 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespo seBodyAsStream instead is recommended. 2011-8-11 15:00:25 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 403, message: Error 403: SRVE0295E: E ror reported: 403 2011-8-11 15:00:25 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: PUT, RC: 403, message: Error 403: SRVE0295E: E ror reported: 403 2011-8-11 15:00:25 com.ibm.rqm.ct.util.Logger logError SEVERE: General REST Exception: RestException executing: PUT, RC: 403, message: Error 403: SRVE0295E: Error reported: 403 FAILURE! For import, you need save (create/edit) permissions on the project area(s) for the resource(s). However, in your case you are attempting to copy a requirement between RQM 2.0.1 and RQM 3.0.1 servers, which is causing the problems since requirements are stored in RRC in RQM 3.0.1. I would suggest using the -la/-listArtifactTypes or -i/-ignoreTypes parameters (see https://jazz.net/wiki/bin/view/Main/RQMCopyUtility#Argument_Reference) to only copy the test resources. |
The execution is moving further along but now it's failing on PUTting the test case template (403 or forbidden). Please confirm you have save (create/edit) permissions on the 'Lotus Concord(Testing)' project area for the user on the target machine (**.usma.ibm.com:9443/qmf).
|
Hi,
Where I can found the RQMCopyUtility.jar. I tried in https://jazz.net/downloads/rational-quality-manager/ but I can found Thanks |
https://jazz.net/downloads/rational-quality-manager/releases/3.0.1?p=allDownloads >> Extras >> Rational Quality Manager Copy Utility
|
Thank you I have fixed the access issue to target server.
But only 5 test cases have been copied. Any idea? D:\Work\Build team\RQM\RQM-Extras-RQMCopyUtil-3.0.1>java -jar RQMCopyUtility.jar -s="https://**.cn.ibm.com:9444/jazz/secure/service/com.ibm.rqm.integratio n.service.IIntegrationService/resources/Lotus Concord" -us=** -pw s=** -d="https://**:9443/qm/secure/service/com.ibm.r qm.integration.service.IIntegrationService/resources/Lotus Concord(Testing)" -a= testplan -l=importlog.txt 2011-8-12 17:33:51 org.apache.commons.httpclient.HttpMethodDirector isRedirectNe eded INFO: Redirect requested but followRedirects is disabled 2011-8-12 17:33:54 org.apache.commons.httpclient.HttpMethodDirector isRedirectNe eded INFO: Redirect requested but followRedirects is disabled 2011-8-12 17:33:55 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting processing of artifact type: testplan 2011-8-12 17:33:55 com.ibm.rqm.ct.util.Logger logInfo INFO: Reading feed for artifact type: testplan 2011-8-12 17:33:56 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-12 17:33:58 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-12 17:33:59 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-12 17:34:00 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-12 17:34:01 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-12 17:34:01 com.ibm.rqm.ct.util.Logger logInfo INFO: Done reading feed for artifact type: testplan 2011-8-12 17:34:01 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testplan urn:com.ibm.rqm:testplan:241 2011-8-12 17:34:03 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testcase urn:com.ibm.rqm:testcase:12720 2011-8-12 17:34:03 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testcase/com.ibm.rqm.planning.templates.testcase.templa te_1294221585943 2011-8-12 17:34:04 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-12 17:34:08 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-12 17:34:11 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-12 17:34:13 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testcase/com.ibm.rqm.planning.templates.testcase.templ ate_1294221585943 2011-8-12 17:34:14 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: testcase urn:com.ibm.rqm:testcase:12720 2011-8-12 17:34:14 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testcase urn:com.ibm.rqm:testcase:12721 2011-8-12 17:34:14 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testcase/com.ibm.rqm.planning.templates.testcase.templa te_1294221585943 2011-8-12 17:34:14 com.ibm.rqm.ct.util.Logger logInfo INFO: Already Added: template testcase/com.ibm.rqm.planning.templates.testcase.t emplate_1294221585943 2011-8-12 17:34:14 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testcase/com.ibm.rqm.planning.templates.testcase.templ ate_1294221585943 2011-8-12 17:34:15 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: testcase urn:com.ibm.rqm:testcase:12721 2011-8-12 17:34:15 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testcase urn:com.ibm.rqm:testcase:12722 2011-8-12 17:34:15 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testcase/com.ibm.rqm.planning.templates.testcase.templa te_1294221585943 2011-8-12 17:34:15 com.ibm.rqm.ct.util.Logger logInfo INFO: Already Added: template testcase/com.ibm.rqm.planning.templates.testcase.t emplate_1294221585943 2011-8-12 17:34:15 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testcase/com.ibm.rqm.planning.templates.testcase.templ ate_1294221585943 2011-8-12 17:34:16 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: testcase urn:com.ibm.rqm:testcase:12722 2011-8-12 17:34:16 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testcase urn:com.ibm.rqm:testcase:12723 2011-8-12 17:34:16 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testcase/com.ibm.rqm.planning.templates.testcase.templa te_1294221585943 2011-8-12 17:34:16 com.ibm.rqm.ct.util.Logger logInfo INFO: Already Added: template testcase/com.ibm.rqm.planning.templates.testcase.t emplate_1294221585943 2011-8-12 17:34:16 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testcase/com.ibm.rqm.planning.templates.testcase.templ ate_1294221585943 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: testcase urn:com.ibm.rqm:testcase:12723 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: testcase urn:com.ibm.rqm:testcase:12724 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testcase/com.ibm.rqm.planning.templates.testcase.templa te_1294221585943 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Already Added: template testcase/com.ibm.rqm.planning.templates.testcase.t emplate_1294221585943 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testcase/com.ibm.rqm.planning.templates.testcase.templ ate_1294221585943 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: testcase urn:com.ibm.rqm:testcase:12724 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-12 17:34:17 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-12 17:34:20 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-12 17:34:23 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-12 17:34:23 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-12 17:34:24 com.ibm.rqm.ct.util.Logger logError SEVERE: General REST Exception: RestException executing: GET, RC: 404, message: <html><head><title>Apache Tomcat/5.5.28 - Error report</title><style><H1></style> </head><body><h1>HTTP Status 404 - </h1><HR><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><H><h3>Apache Tomcat/5.5.28</h3></body></html> FAILURE! The execution is moving further along but now it's failing on PUTting the test case template (403 or forbidden). Please confirm you have save (create/edit) permissions on the 'Lotus Concord(Testing)' project area for the user on the target machine (**.usma.ibm.com:9443/qmf). |
If I use -f param, the same error:
D:\Work\Build team\RQM\RQM-Extras-RQMCopyUtil-3.0.1>java -jar RQMCopyUtility.jar -s="https://**.cn.ibm.com:9444/jazz/secure/service/com.ibm.rqm.integratio n.service.IIntegrationService/resources/Lotus Concord" -f -us=** -pws=** -d="https://**.swg.usma.ibm.com:9443/qm/secure/service/com.ib m.rqm.integration.service.IIntegrationService/resources/Lotus Concord(Testing)" -a=testplan,testcase -l=importlog.txt </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:30:35 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:30:35 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:30:35 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:30:38 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:30:41 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:30:41 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:30:41 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:30:41 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:30:44 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:30:47 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:30:47 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:30:47 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:30:47 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:30:50 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:30:53 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:30:53 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:30:53 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:30:53 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:30:56 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:30:59 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:30:59 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:30:59 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:30:59 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:02 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:05 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:05 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:05 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:31:06 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:09 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:12 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:12 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:12 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:31:12 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:15 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:18 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:18 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:18 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:31:18 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:21 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:24 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:24 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:24 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:31:24 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:27 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:30 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:30 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:30 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:31:30 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:33 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:36 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:36 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:36 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:31:36 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:39 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:42 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:42 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:42 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: configuration null 2011-8-15 14:31:42 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:45 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:48 com.ibm.rqm.ct.util.Logger logError SEVERE: RestException executing: GET, RC: 404, message: <html><head><title>Apach e Tomcat/5.5.28 - Error report</title><style><H1></s> </head><body><h1>HTTP Status 404 - </h1><HR><p> <b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR><h3>Apache Tomcat/5.5.28</h3></body></html> 2011-8-15 14:31:48 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: configuration null 2011-8-15 14:31:48 com.ibm.rqm.ct.util.Logger logInfo INFO: Starting: template testplan/com.ibm.rqm.planning.templates.testplan.templa te_1295924376729 2011-8-15 14:31:49 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 0 2011-8-15 14:31:53 com.ibm.rqm.ct.util.Logger logInfo INFO: Error received: 404, retry #: 1 2011-8-15 14:31:56 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getRespon seBodyAsStream instead is recommended. 2011-8-15 14:31:58 com.ibm.rqm.ct.util.Logger logInfo INFO: Finishing: template testplan/com.ibm.rqm.planning.templates.testplan.templ ate_1295924376729 Exception in thread "main" java.lang.NullPointerException at com.ibm.rqm.ct.util.URLUtil.replaceLabResourceAttributeProjectArea(Un known Source) at com.ibm.rqm.ct.artifacts.internal.TestPlanArtifactHandler.followRefer ences(Unknown Source) at com.ibm.rqm.ct.artifacts.internal.BaseArtifactHandler.persist(Unknown Source) at com.ibm.rqm.ct.artifacts.internal.TestPlanArtifactHandler.persist(Unk nown Source) at com.ibm.rqm.ct.CopyUtil.main(Unknown Source) Thank you I have fixed the access issue to target server. The execution is moving further along but now it's failing on PUTting the test case template (403 or forbidden). Please confirm you have save (create/edit) permissions on the 'Lotus Concord(Testing)' project area for the user on the target machine (**.usma.ibm.com:9443/qmf). |
It appears that the test plan's test environment is corrupt (null):
INFO: Starting: configuration null Can you GET test plan https://**.cn.ibm.com:9444/jazz/secure/service/com.ibm.rqm.integratio n.service.IIntegrationService/resources/Lotus Concord/testplan/urn:com.ibm.rqm:testplan:241?abbreviate=false&calmlinks=true using the RQM Reportable REST API (see https://jazz.net/wiki/bin/view/Main/RqmApi#Common_Usage_Scenarios) and post the JSON/XML? Do any other test plans copy over when using the -f parameter? |
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.