On 28/09/2007, Prasanna Krishna <[EMAIL PROTECTED]> wrote:
>
> Hi -
>
> A related question.
>
> On Windows, i imported my key into cacerts store under jre/lib/security and
> https call was going thru.  Then I tried changing the location of cacerts
> (to another location) and in jmeter.properties i pointed truststore to point
> to the new location (Also ensured that my key was deleted from cacerts of
> jre/lib/security).  Then I observed that my calls were not going thru.  I
> thought its a known bug that jmeter always refers to jre/lib/security
> irrespective of what you mention in jmeter.properties and started searching
> web.  I found this page and thread which indicated that in the latest
> version we need not play with any jmeter.properties stuff.
>
> I downloaded windows version and things seem to work fine.  Then I extracted
> gz on solaris box and tried running remote server through jmeter-server.
>
> Thats when I get the following error:
> -bash-3.00$ 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=
>
> I am not sure what needs to be done to resolve this.  Any help is really
> appreciated.

There is a bug in the JMeter "jmeter-server" shell script.

Instead of

set CLASSPATH=...

use

CLASSPATH=

similarly for other "set" commands.

> I checked for this issue on web but did not get any hook.

It was discussed recently here.

> Thanks
> Prasanna Krishna

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to