It's all about the answers!

Ask a question

RQMURLUTILITY stopped working after the server rename


Mallikarjuna Kandala (1061021) | asked Jul 17 '20, 8:11 a.m.
edited Jul 17 '20, 8:13 a.m.

 We are seeing below error during the RQM URL Utility execution..


We have recently performed server rename to migrate the RQM environment from one host to another. The source environment version is same as target version, but still below command failed.

Please help.

[Action] Gathering Execution Result Data: 
command: 'C:\Program Files\Java\jre1.8.0_131\bin\java' -jar 'C:\rqmJars\RQMUrlUtility.jar' -command GET -user devopsas@xx.xxx.com -password -context qm -filepath 'C:\Program Files\ibm\ucd\agent\var\work\InformationServer\testSuiteExecutionRecord1563931.xml' -url https://jazzxxx.xxx.ibm.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/O2C+IW+Quality+Management/testsuitelog/urn:com.ibm.rqm:testsuitelog:1563931
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                  <<<<<----- [ RQMUrlUtility ] ---->>>>>
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Default cookie policy RFC_2109 is used.
RQMUrlUtility: Connected to https://jazzxxx.xxx.ibm.com using project "O2C+IW+Quality+Management"
Attempting to create SSL_TLS context
java.security.NoSuchAlgorithmException: SSL_TLS SSLContext not available
Unable to create SSL_TLS context, trying SSLv3
RQMUrlUtility: Calling [ HTTP GET ] method to retrieve XML from a specified URL
RQMUrlUtility: Server Response code: 200
RQMUrlUtility: [ SUCCESS ] XML string retrieved from URL : "https://jazz.xxx.ibm.com/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/O2C+IW+Quality+Management/testsuitelog/urn:com.ibm.rqm:testsuitelog:1563931 " is written to file located at -: " C:\Program Files\ibm\ucd\agent\var\work\InformationServer\testSuiteExecutionRecord1563931.xml "
Disconnecting from the IBM Rational Quality Manager server.
RQMUrlHelper Result: <!DOCTYPE html>
<!--
  Licensed Materials - Property of IBM
  (c) Copyright IBM Corporation 2005, 2015. All Rights Reserved.
  
  Note to U.S. Government Users Restricted Rights:
  Use, duplication or disclosure restricted by GSA ADP Schedule
  Contract with IBM Corp.
-->

<html >
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=10">
<title></title>

<link type="text/css" rel="stylesheet" href="/qm/web/_style/?include=A~&etag=BjJpS4u7lfC_en_US&_proxyURL=%2Fqm&ss=Rgb4l">
<link rel="shortcut icon" href="/qm/web/net.jazz.ajax/jazz.ico">

<style type="text/css">
#net-jazz-ajax-NoScriptMessage {
width: 100%;
color: #D0D0D0;
font-size: 2em;
text-align: center;
position: absolute;
top: 1%;
z-index: 999;
}
</style>

</head>

<body class="claro">
<noscript><div id="net-jazz-ajax-NoScriptMessage">Javascript is either disabled or not available in your Browser</div></noscript>
<div id="net-jazz-ajax-InitialLoadMessage">Loading...</div>
<div id="net-jazz-ajax-WorkbenchRoot"></div>
<script type="text/javascript">
djConfig = {
isDebug: false,
layout: "",
usePlainJson: true,
baseUrl: "/qm/web/dojo/",
locale: "en-us",
localizationComplete: true
};
/null/
net = {jazz: {ajax: {}}};
net.jazz.ajax._contextRoot = "/qm";
net.jazz.ajax._appPath = "/qm/auth/authrequired";
net.jazz.ajax._webuiPrefix = "/web/";
</script>
<script type="text/javascript" src="/qm/web/_js/?include=A~&etag=BjJpS4u7lfC_en_US&_proxyURL=%2Fqm&ss=Rgb4l&locale=en-us"></script>

<script type="text/javascript">
require("dojo/main").getObject('jazz.core.loader', true)._serverStartup="Rgb4l";
require("dojo/main").getObject('jazz.core.loader',true)._loaded=["A"];
</script>

<script type="text/javascript">
/ <![CDATA[ /
dojo.addOnLoad( function() {
net.jazz.ajax.ui.PlatformUI.createAndRunWorkbench("net.jazz.web.app.authrequired");
});
/ ]]> /
</script>
</body>
</html>

[Error] The test suite execution record failed!
[Fatal Error] :17:77: The reference to entity "etag" must end with the ';' delimiter.
Caught: org.xml.sax.SAXParseException; lineNumber: 17; columnNumber: 77; The reference to entity "etag" must end with the ';' delimiter.
org.xml.sax.SAXParseException; lineNumber: 17; columnNumber: 77; The reference to entity "etag" must end with the ';' delimiter.
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at com.urbancode.air.plugin.rqm.RQMUrlHelper.parseTestSuiteResults(RQMUrlHelper.groovy:124)
at com.urbancode.air.plugin.rqm.RQMUrlHelper.this$2$parseTestSuiteResults(RQMUrlHelper.groovy)
at com.urbancode.air.plugin.rqm.RQMUrlHelper$this$2$parseTestSuiteResults.call(Unknown Source)
at executeTestSuiteER.run(executeTestSuiteER.groovy:131)

One answer



permanent link
Roberto Bañuelos Avila (11) | answered Jul 17 '20, 1:35 p.m.
JAZZ DEVELOPER

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.