You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by sebb <se...@gmail.com> on 2007/05/05 14:13:32 UTC

Re: jmeter/ssl problem

On 30/04/07, David Rafkind <dr...@google.com> wrote:
> Hello, I am running JMeter 2.2 (with jdk1.5.0) with the following command
> line:
>
>
> ./jmeter -n -t script.jmx -Jjmeter.save.saveservice.output_format=xml -
> Jjmeter.save.saveservice.saveout=true -
> Jjmeter.save.saveservice.assertion_results_failure_meassage=true -
> Jjmeter.save.saveservice.data_type=true -Jjmeter.save.saveservice.label=true-
> Jjmeter.save.saveservice.response_code=true -
> Jjmeter.save.saveservice.response_message=true -
> Jjmeter.save.saveservice.response_data=true -
> Jjmeter.save.saveservice.successful=true -
> Jjmeter.save.saveservice.thread_name=true -l /tmp/fo
>

You could simplify that by using an additional properties file with
the -q flag, or by creating a user.properties file - or indeed
editting jmeter.properties.

> When I look at the output logs, I see errors (see below). What could be
> going on here? The script runs fine in GUI mode, just not as a command line
> app. I'm not so familiar with java SSL configurations
> but I have modified the jmeter.properties file slightly to point at the
> correct cacerts that came with my jdk.
>
>
> <httpSample t="295" lt="0" ts="1177709440596" s="false" lb="Error" rc="Non
> HTTP response code" rm="Non HTTP response message" tn="
> File-&gt;Open-&gt;import 1-1" dt="text">
>    <responseData class="java.lang.String">java.net.SocketException:
> java.security.NoSuchAlgorithmException: Error constructing impl

[...]

> Caused by: java.io.FileNotFoundException: /home/drafkind/.keystore (No such
> file or directory)

That seems to the the problem...

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org