https://issues.apache.org/bugzilla/show_bug.cgi?id=51798
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #26 from Sebb <[email protected]> 2011-12-15 16:07:16 UTC --- Thanks for the stack dump. This shows that there are several RMI threads active. JMeter does not use RMI in non-GUI stand-alone mode, so the XMPP code must be starting them, and the sampler should close them down. JMeter only attempts to stop RMI threads if it starts them, i.e. if it is using client-server mode. AFAICT this is a bug in the XMPP sampler code, which is presumably a 3rd party add-on? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
