https://bz.apache.org/bugzilla/show_bug.cgi?id=63433
Bug ID: 63433
Summary: NPE - o.a.j.t.ListenerNotifier: Detected problem in
Listener
Product: JMeter
Version: 5.1.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1.1
Sometimes getting following exception during load tests:
2019-05-13 14:46:37,661 ERROR o.a.j.t.ListenerNotifier: Detected problem in
Listener.
java.lang.NullPointerException: null
at
java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
~[?:1.8.0_191]
at
java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
~[?:1.8.0_191]
at java.util.Collections$SetFromMap.add(Collections.java:5461)
~[?:1.8.0_191]
at
org.apache.jmeter.samplers.SampleResult.markFile(SampleResult.java:504)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
at
org.apache.jmeter.reporters.ResultCollector.isResultMarked(ResultCollector.java:582)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
at
org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:549)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
at
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:70)
[ApacheJMeter_core.jar:5.1.1 r1855137]
at
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:980)
[ApacheJMeter_core.jar:5.1.1 r1855137]
at
org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:569)
[ApacheJMeter_core.jar:5.1.1 r1855137]
at
org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486)
[ApacheJMeter_core.jar:5.1.1 r1855137]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253)
[ApacheJMeter_core.jar:5.1.1 r1855137]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
--
You are receiving this mail because:
You are the assignee for the bug.