https://bz.apache.org/bugzilla/show_bug.cgi?id=63261
Bug ID: 63261
Summary: user.classpath in jmeter.properties can't be loaded
when jmeter running at non-gui mode
Product: JMeter
Version: 4.0
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1.1
1. Put some jars in the folder of ../extension
2. edit jmeter.properties and set the user.classpath
user.classpath=../classes;../lib;../extension
3. Use non-gui mode to run test.jmx which includes using the class that defined
in ../extention 's jar
jmeter -n -t ../scripts/test.jmx -l test.jtl -j test.log
4. At windows, this command running fine, But at Linux, this command will
report that:
2019-03-14 17:58:08,068 INFO o.a.j.JMeter:
user.classpath=../classes;../lib;../extension
2019-03-14 17:58:08,068 WARN o.a.j.JMeter: Can't read
../classes;../lib;../extension
Do you know why this has different behaviour in windows and linux?
Is it a Jmeter defect?
--
You are receiving this mail because:
You are the assignee for the bug.