Closed banrieen closed 6 years ago
Has JMeter log format changed recently? Could you please attach example log generated by current JMeter version?
Ok,I have checked Jmater log, is is not the xml or csv format.
By default JMeter 3.2 generates comma separated file but format changed. I got the same error. I also found out that since JMeter 3.0 there is HTML dashboard functionality, I am not sure if supporting this library in this form still makes sense.
OK,thank you.
XML log is the same. CSV log differs.
@banrieen It is fixed already in this commit: https://github.com/kowalpy/Robot-Framework-JMeter-Library/commit/d3cdd3e6622b31e92a9054c88f22e1b6e5f35f87 but not released to pypi yet. I'll release it soon.
Done. Fix available in robotframework-jmeterlibrary 1.2
Is this resolved i am still facing same issue in obotframework-jmeterlibrary 1.2
I am facing the same issue JMeterLibException: 'Incorrect log file format' Jmeter 2.12 Python 2.7.18
${logPath}= set variable C:/Tests/output1.log
run jmeter C:/Tests/apache-jmeter-5.4.1/bin/jmeter.bat C:/Tests/100users.jmx ${logPath}
${result} analyse jtl convert ${logPath}
log ${result}
FOR ${ELEMENT} IN @{result}
log dictionary ${ELEMENT}
can anyone help me how to solve this?
I am facing the same issue JMeterLibException: 'Incorrect log file format' Jmeter 2.12 Python 2.7.18
${logPath}= set variable C:/Tests/output1.log run jmeter C:/Tests/apache-jmeter-5.4.1/bin/jmeter.bat C:/Tests/100users.jmx ${logPath} ${result} analyse jtl convert ${logPath} log ${result} FOR ${ELEMENT} IN @{result} log dictionary ${ELEMENT}
can anyone help me how to solve this?
please share the log file file
Thanks i got the issue, I was downloaded the JmeterLib.Py and place it in python/.../site-packages which cause this problem, now i tried to install using pip command then its working
When use Analyse Jtl Convert To Html ${logpath} after Run Jmeter or directly use Run Jmeter Analyse Jtl Convert or Run Jmeter Analyse Jtl Convert To Html get a error: JMeterLibException: 'Incorrect log file format' The testcases step is:
The packages info: Jmeter (3.2 r1790748) robotframework (3.0.2) robotframework-jmeterlibrary (1.1) python (2.7.12)