https://issues.apache.org/bugzilla/show_bug.cgi?id=54052
Priority: P2
Bug ID: 54052
Assignee: [email protected]
Summary: Jmeter 2.8's listeners don't read run results saved in
CSV format
Severity: blocker
Classification: Unclassified
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 2.8
Component: Main
Product: JMeter
PRELIMINARY STEPS:
1. Launch jmeter 2.8
2. Create a test plan and add a thread to it.
3. Add any listener to the thread
STEPS TO REPRODUCE:
1. Try to load CSV run results generated by jmeter 2.7 or 2.8 to analyze them.
ACTUAL RESULTS:
You get an error:
"Error Loading results file - See log file" and nothing is loaded at all.
------
The message in log file:
>>>
2012/10/25 15:28:01 INFO - jmeter.save.CSVSaveService:
\\srv-qa\QA-Projects\byggeprojekt\Performance Testing\Runs\Stage 2\1 - 2
(Normal) - Valid\STEPS1-3.csv does not appear to have a valid header. Using
default configuration.
2012/10/25 15:28:01 WARN - jmeter.save.CSVSaveService: Error parsing field
'bytes' at line 1 java.lang.NumberFormatException: For input string: ""
2012/10/25 15:28:01 WARN - jmeter.reporters.ResultCollector: Problem reading
JTL file: \\srv-qa\QA-Projects\byggeprojekt\Performance Testing\Runs\Stage 2\1
- 2 (Normal) - Valid\STEPS1-3.csv
<<<
ADDITIONAL INFO:
Jmeter 2.7 loads the file successfully and
there is no such error for XML run results
--
You are receiving this mail because:
You are the assignee for the bug.