https://issues.apache.org/bugzilla/show_bug.cgi?id=51798
--- Comment #8 from Sebb <[email protected]> 2011-09-15 15:41:09 UTC --- Thanks. Yes, there is a JMeter thread, but it is a daemon thread so should not affect shutdown. The thread is the UDP shutdown monitor which waits on port 4445 # To disable, set the port to 1000 or less. #jmeterengine.nongui.port=4445 Try setting the port to 0. That may fix the problem. But the Maven plugin ought to be able to cope with a leftover daemon thread. Note also that JMeter unit tests are run by Ant and don't hang - see the "batchtest" target in build.xml in the source archive for details. -- 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]
