https://issues.apache.org/bugzilla/show_bug.cgi?id=50659
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #8 from Sebb <[email protected]> 2011-02-03 19:01:54 EST --- Turned out to be a bit involved, but I think I've now fixed the code. The fix is in nightly builds from r1067038. If you can try one out and report back, that would be very helpful. URL: http://svn.apache.org/viewvc?rev=1067038&view=rev Log: Bug 50659 - JMeter server does not support concurrent tests - prevent client from starting another (part deux) Remove thread from ClientJMeterEngine - if it is required for GUI, then let the GUI create the thread This allows proper return of error conditions Also replace System.exit() with interrupt() of RMI thread Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/JMeter.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java -- 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]
