0

/projectname/frameset?__report=WEB-INF/reports/MetricsReportDevDeplTrunc.rptdesign&__showtitle=false&projectId=${prjid}&accountId=-1&programId=-1&categoryId=131&contextPath=/projname&serverName=projname-abc.com&serverPort=8080&startDate=2013-06-01&endDate=2013-06-30&/${session_id}

在这里,如果我们将会话 ID 作为路径中的非法字符提供错误。同样,在转义$相同的会话 ID 值后,调试采样器中也不会显示。这是报告在 BIRT 报告查看器中显示的路径,因此 birt 报告查看器总是抛出一个错误

<?xml version="1.0" encoding="UTF-8"?> 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
        <soapenv:Fault>
            <faultcode>
                BirtSoapBindingImpl.getUpdatedObjects( ) 
            </faultcode><faultstring>
                The viewing session is not available or has expired.
            </faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">projname-abc.com</ns1:hostname>
            </detail>
        </soapenv:Fault>
    </soapenv:Body>
</soapenv:Envelope>

请为此查询提供一些答案...在这方面,我们非常感谢您及时回复...

4

1 回答 1

0

似乎您尝试使用的会话在 http 请求中不存在。在 jmeter 中添加视图结果侦听器并查看响应中的会话 id。

于 2013-06-25T11:48:28.943 回答