https://bz.apache.org/bugzilla/show_bug.cgi?id=65522

--- Comment #9 from Felix Schumacher <[email protected]> ---
OK, I can reproduce this when JMeter is started with "-t 'plan with
space.jmx'". The problem here is, that the restart logic has no knowledge of
the parameters at the time when preparing the restart. So it fails to escape
the spaces.

Same thing would happen, if you would use any other starting parameter with
spaces in it, like specifying a log file that contains spaces.

As a workaround stop using spaces in file names :) If you want to work on a
fix, look into Restart.java in core
(https://github.com/apache/jmeter/blob/master/src/core/src/main/java/org/apache/jmeter/gui/action/Restart.java)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to