I am using JMeter 5.4.1 for load testing, I wanted to generate a reporting dashboard from a .jtl file.
When I run the following command from Command Prompt:
jmeter -g E:\Outcode\ProtocolNow\Data\Jmeterlog\scriptresults.jtl -f -o E:\Outcode\ProtocolNow\Data\Jmeterlog\HTMLRESULTS
Error on Command Prompt:
An error occurred: Error while processing samples: Consumer failed with message :Consumer failed with message :Consumer failed with message :Consumer failed with message :Begin size 1 is not equal to fixed size 5
errorlevel=1
I am not able to figure out the reason.
First 3 lines from the .jtl log are posted below:
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,URL,Latency,IdleTime,Connect
1637132376961,1932,oauth/token,200,OK,jp@gc - Ultimate Thread Group 1-10,text,true,,1955,541,2,2,https://app.ex.com/oauth/token,1931,0,1306
1637132377905,1450,oauth/token,200,OK,jp@gc - Ultimate Thread Group 1-9,text,true,,1693,561,3,3,https://app.ex.com/oauth/token,1450,0,862
1637132379774,353,Login/SetDefaultOrganization,200,OK,jp@gc - Ultimate Thread Group 1-10,text,true,,524,653,4,4,https://app.ex.com/api/Login/SetDefaultOrganization,352,0,0
