简体   繁体   中英

Jmeter exception while generating report

I am trying to generate html report using robotframework but getting below error

JMeterLibException: 'No samples were found in a log file.'

Command used:

Run Jmeter   ${jmeter}    ${jmxPath}  ${logPath}  -JudvData=${excelData} -Jport=${port} -Jurl=${url} -JSMS.group=1
    Analyse Jtl Convert To Html    ${logPath}

jtl file is getting generated successfully but facing issue will converting jtl to HTML

Below is the log details,

日志.html

If there are no results it means that JMeter script execution has failed somewhere somehow, in this case you can check:

If you cannot figure out what's wrong from the JMeter log file it is possible to increase logging verbosity either for individual components or for the overall application vialog4j2.xml file (lives in "bin" folder of your JMeter installation), seeHow to Configure JMeter Logging article for more details.

The most common reasons are:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM