So I was following the JMeter Distributed Testing Step-by-Step tutorial.
When I was trying to run the slave system by executing ./jmeter-server I got
the following exception:
java.lang.IllegalArgumentException: Unknown arg: CLASSPATH=
at org.apache.jmeter.JMeter.initializeProperties(JMeter.java:537)
at org.apache.jmeter.JMeter.start(JMeter.java:257)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.jmeter.NewDriver.main(NewDriver.java:183)
An error occurred: Unknown arg: CLASSPATH=
Does anyone have any idea why this happens?
Thanks,
Bryan