https://issues.apache.org/bugzilla/show_bug.cgi?id=51888
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #28 from Philippe Mouawad <[email protected]> 2011-09-27 10:28:30 UTC --- I added exception as parameter to logger.warn: 2011/09/27 12:26:10 WARN - jmeter.threads.JMeterThread: Caught Exception interrupting sampler: java.lang.NullPointerException java.lang.NullPointerException at org.apache.jmeter.threads.JMeterThread.interrupt(JMeterThread.java:602) at org.apache.jmeter.engine.StandardJMeterEngine.tellThreadsToStop(StandardJMeterEngine.java:552) at org.apache.jmeter.engine.StandardJMeterEngine.access$2(StandardJMeterEngine.java:547) at org.apache.jmeter.engine.StandardJMeterEngine$StopTest.run(StandardJMeterEngine.java:284) at java.lang.Thread.run(Thread.java:680) It's currentSampler that has been nullified by run finally block while interrupt is executing. Regards Philippe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
