https://bz.apache.org/bugzilla/show_bug.cgi?id=59965
Bug ID: 59965
Summary: "Global" listeners in GUI mode not working
Product: JMeter
Version: 3.0
Hardware: PC
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
In previous versions of JMeter, you could have listeners outside the thread
group, and they would capture all requests. Currently, in 3.0, this does not
work. Listeners only appear to work if they are within a sampler.
How to Reproduce:
1. Create a simple test with a basic HTTP request
2. Add a "View Results Tree" listener outside of the thread group
3. Run test
Note: listener remains blank
4. Move listener inside the HTTP request
5. Run test
Note: listener shows request and response data
For reference, the following plugins are installed:
11:38 $ ./apache-jmeter-3.0/bin/PluginsManagerCMD.sh status
INFO 2016-08-10 11:38:31.562 [org.jmet] (): Command is: status
WARN 2016-08-10 11:38:31.632 [jmeter.u] (): Exception 'null' occurred when
fetching String property:'jpgc.repo.address', defaulting
to:https://jmeter-plugins.org
INFO 2016-08-10 11:38:32.930 [org.jmet] (): Plugins Status:
[jpgc-graphs-basic=2.0, jpgc-graphs-additional=2.0, jpgc-sense=2.1,
jpgc-cmd=2.1, jpgc-graphs-composite=2.0, jpgc-functions=2.0, jpgc-casutg=2.0,
jpgc-graphs-dist=2.0, jpgc-dummy=0.1, jmeter-ftp=3.0, jpgc-filterresults=2.1,
jpgc-ffw=2.0, jpgc-ggl=2.0, jmeter-http=3.0, jpgc-httpraw=0.1, jpgc-fifo=0.2,
jmeter-jdbc=3.0, jmeter-jms=3.0, jpgc-jmxmon=0.2, jmeter-monitors=3.0,
jmeter-core=3.0, jpgc-json=2.3, jmeter-junit=3.0, jmeter-java=3.0,
jpgc-graphs-vs=2.0, jmeter-ldap=3.0, jmeter-mail=3.0, jpgc-mergeresults=2.0,
jmeter-mongodb=3.0, jmeter-native=3.0, jpgc-pde=0.1, jpgc-perfmon=2.1,
jpgc-plugins-manager=0.10, jpgc-synthesis=2.0, jmeter-tcp=3.0,
jpgc-plancheck=2.1, jpgc-tst=2.0, jpgc-csvars=0.1, jmeter-components=3.0,
jpgc-xml=0.1, jpgc-standard=2.0]
WARN 2016-08-10 11:38:32.930 [jmeter.u] (): Exception 'null' occurred when
fetching String property:'jpgc.repo.sendstats', defaulting to:true
[jpgc-graphs-basic=2.0, jpgc-graphs-additional=2.0, jpgc-sense=2.1,
jpgc-cmd=2.1, jpgc-graphs-composite=2.0, jpgc-functions=2.0, jpgc-casutg=2.0,
jpgc-graphs-dist=2.0, jpgc-dummy=0.1, jmeter-ftp=3.0, jpgc-filterresults=2.1,
jpgc-ffw=2.0, jpgc-ggl=2.0, jmeter-http=3.0, jpgc-httpraw=0.1, jpgc-fifo=0.2,
jmeter-jdbc=3.0, jmeter-jms=3.0, jpgc-jmxmon=0.2, jmeter-monitors=3.0,
jmeter-core=3.0, jpgc-json=2.3, jmeter-junit=3.0, jmeter-java=3.0,
jpgc-graphs-vs=2.0, jmeter-ldap=3.0, jmeter-mail=3.0, jpgc-mergeresults=2.0,
jmeter-mongodb=3.0, jmeter-native=3.0, jpgc-pde=0.1, jpgc-perfmon=2.1,
jpgc-plugins-manager=0.10, jpgc-synthesis=2.0, jmeter-tcp=3.0,
jpgc-plancheck=2.1, jpgc-tst=2.0, jpgc-csvars=0.1, jmeter-components=3.0,
jpgc-xml=0.1, jpgc-standard=2.0]
--
You are receiving this mail because:
You are the assignee for the bug.