https://bz.apache.org/bugzilla/show_bug.cgi?id=65838
Bug ID: 65838
Summary: Unable to generate report at the end of test in
non-gui
Product: JMeter
Version: 5.4.3
Hardware: Macintosh
OS: other
Status: NEW
Severity: blocker
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Created attachment 38175
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38175&action=edit
jmeter.log
Getting following error at the end of non-gui mode test.
Error generating the report:
org.apache.jmeter.report.dashboard.GenerationException: Error while processing
samples: Consumer failed with message :Consumer failed with message :Consumer
failed with message :Consumer failed with message :Begin size 0 is not equal to
fixed size 5
... end of run
----
Jmeter Version: 5.4.3
Java: openjdk-11.0.12 as well as openjdk 17.0.1
OS: Mac OS (Monterey 12.1)
--- Output from java -version
% java -version
openjdk version "11.0.12" 2021-07-20
OpenJDK Runtime Environment Homebrew (build 11.0.12+0)
OpenJDK 64-Bit Server VM Homebrew (build 11.0.12+0, mixed mode)
----jmeter.log after test
...
2022-01-23 20:32:41,973 INFO o.a.j.JMeter: Generating Dashboard
2022-01-23 20:32:41,973 INFO o.a.j.r.d.ReportGenerator: Flushing result
collector before report Generation
2022-01-23 20:32:41,983 INFO o.a.j.r.p.NormalizerSampleConsumer: Using format,
'ms', to parse timeStamp field
2022-01-23 20:32:42,018 INFO o.a.j.r.p.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.AggregateConsumer#stopProducing(): beginDate
produced 0 samples
2022-01-23 20:32:42,018 INFO o.a.j.r.p.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.AggregateConsumer#stopProducing(): endDate
produced 0 samples
2022-01-23 20:32:42,019 INFO o.a.j.r.p.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.ApdexSummaryConsumer#stopProducing():
apdexSummary produced 0 samples
2022-01-23 20:32:42,019 INFO o.a.j.r.p.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.RequestsSummaryConsumer#stopProducing():
requestsSummary produced 0 samples
2022-01-23 20:32:42,021 INFO o.a.j.r.p.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.StatisticsSummaryConsumer#stopProducing():
statisticsSummary produced 0 samples
2022-01-23 20:32:42,022 ERROR o.a.j.JMeter: Error generating the report: Error
while processing samples: Consumer failed with message :Consumer failed with
message :Consumer failed with message :Consumer failed with message :Begin size
0 is not equal to fixed size 5
org.apache.jmeter.report.dashboard.GenerationException: Error while processing
samples: Consumer failed with message :Consumer failed with message :Consumer
failed with message :Consumer failed with message :Begin size 0 is not equal to
fixed size 5
at
org.apache.jmeter.report.dashboard.ReportGenerator.generate(ReportGenerator.java:242)
~[ApacheJMeter_core.jar:5.4.3]
at org.apache.jmeter.JMeter$ListenToTest.endTest(JMeter.java:1346)
[ApacheJMeter_core.jar:5.4.3]
at org.apache.jmeter.JMeter$ListenToTest.testEnded(JMeter.java:1301)
[ApacheJMeter_core.jar:5.4.3]
at
org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfEnd(StandardJMeterEngine.java:218)
[ApacheJMeter_core.jar:5.4.3]
at
org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:493)
[ApacheJMeter_core.jar:5.4.3]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: org.apache.jmeter.report.core.SampleException: Consumer failed with
message :Consumer failed with message :Consumer failed with message :Consumer
failed with message :Begin size 0 is not equal to fixed size 5
at
org.apache.jmeter.report.processor.CsvFileSampleSource$PrivateProducer.stopProducing(CsvFileSampleSource.java:338)
~[ApacheJMeter_core.jar:5.4.3]
at
org.apache.jmeter.report.processor.CsvFileSampleSource.produce(CsvFileSampleSource.java:182)
~[ApacheJMeter_core.jar:5.4.3]
at
org.apache.jmeter.report.processor.CsvFileSampleSource.run(CsvFileSampleSource.java:235)
~[ApacheJMeter_core.jar:5.4.3]
at
org.apache.jmeter.report.dashboard.ReportGenerator.generate(ReportGenerator.java:240)
~[ApacheJMeter_core.jar:5.4.3]
... 5 more
--
You are receiving this mail because:
You are the assignee for the bug.