https://issues.apache.org/bugzilla/show_bug.cgi?id=54023

Milamber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Milamber <[email protected]> ---
Thanks for report. Fixed.

The issue occur when you try to launch JMeter since another directory (not bin
dir) and if jmeter script path have one or more spaces.

Example 
$ /tmp/directory\ with\ spaces/apache-jmeter-2.8/bin/jmeter
dirname: extra operand `with'
Try `dirname --help' for more information.
Unable to access jarfile /ApacheJMeter.jar


Fixed by adding a double couple of quotes :

java $ARGS $JVM_ARGS -jar "`dirname "$0"`/ApacheJMeter.jar" "$@"

===
URL: http://svn.apache.org/viewvc?rev=1410775&view=rev
Log:
Unable to start JMeter from a root directory and if the full path of JMeter
installation contains one or more spaces
Bugzilla Id: 54023

Modified:
    jmeter/trunk/bin/jmeter
    jmeter/trunk/xdocs/changes.xml

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

Reply via email to