'"error loading results file - see log file " in j meter
I'm running J meter in non-GUI mode and the result file is saving in .jtl format but while browsing the result file in Jmeter. Getting error
Error loading Results file -see logfile
In log file few results are executed with HTTP response 200 but few results are
Non HTTP response code: org.apache.http.NoHttpResponseException, Non HTTP response message
Solution 1:[1]
How about "seeing the log file"?
There is jmeter.log file in the folder where you launch JMeter from, it should contain some information or at least a clue regarding the reason for .jtl file loading failure. If it doesn't - you can increase JMeter logging verbosity
If you run your test using one JMeter instance and using another JMeter instance for results analysis it might be the case there are mismatches in the Results File Configuration or if there are different JMeter versions - the result format may be different due to some incompatible changes.
Also check your .jtl file, if it' incomplete - you will need to either re-run your test or delete the last line of the .jtl file in case it doesn't have all the columns properly filled in.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dmitri T |

