You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by ms...@apache.org on 2003/05/14 20:24:47 UTC

jmeter 1.9 RC1 out

Version 1.9 RC1 is now up on the web available for download.  Go find 
something wrong with it folks.  Please note that documentation is not up to 
date with this version.  It's for early adopters who want the latest, or those 
who don't read documentation (which seems like many of you anyway), or 
those who want to find bugs for us.  Enjoy!

--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

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


RE: Trouble with HTTPS in Non-Gui Mode

Posted by Ayman Mobarak <ay...@dhapdigital.com>.
Got this working now. I had to add the following JVM arguments to my command
line:
-Djavax.net.ssl.trustStore=<my keystore path>
-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
I'm not sure why this was necessary since this information is stored in the
jmeter.properties file.
-Ayman Mobarak


-----Original Message-----
From: Ayman Mobarak [mailto:ayman@dhapdigital.com]
Sent: Friday, May 16, 2003 1:21 PM
To: JMeter Users List
Subject: Trouble with HTTPS in Non-Gui Mode


Dear JMeter Folks,
I am having problems running a test script that contains HHTPS requests in
Non-GUI (command line) mode.  The script runs fine in GUI mode. Has anyone
out there had success with HTTPS requests in Non-GUI mode (JMeter 1.8)? Am I
suffering from some kind of configuration problem? One theory is that when I
start JMeter from the command line, the working directory is different from
the JMeter Bin directory, and the program doesn't know where to find its
properties file. If that's the problem, how do it tell JMeter where to find
its properties file? Any help will be much appreciated.
-Ayman Mobarak

Here is my setup:
---------------------------------------------------------------------------
- software versions
---------------------------------------------------------------------------
Windows 2000
JMeter 1.8
---------------------------------------------------------------------------
- relevant bits from jmeter.properties file
---------------------------------------------------------------------------
#Classname of the ssl provider to be used (to enable testing of https urls)
ssl.provider=com.sun.net.ssl.internal.ssl.Provider
ssl.pkgs=com.sun.net.ssl.internal.www.protocol

#The location of the truststore (trusted certificates) if other than the
default.
#you can uncomment this and change the path to the correct location.
javax.net.ssl.trustStore=C:\DHAPDEV\TMS\apps\Scion\qa\sslcerts\scion-certs

#Get rid of annoying prompt for keyStorePassword
javax.net.ssl.keyStorePassword=<MyPassword>
---------------------------------------------------------------------------
- sample result for HTTP request (from .jtl file)
---------------------------------------------------------------------------
<sampleResult timeStamp="1053114920293" dataType="text"
threadName="prereg_p1-1" label="/scion/ssl/user/myscion/registerForm.do"
time="1952" responseMessage="Non HTTP response message" responseCode="Non
HTTP response code" success="false"/>
---------------------------------------------------------------------------
- JMeter Log File
---------------------------------------------------------------------------
05/16/2003 12:55:17 PM ERROR - jorphan.io:  java.io.FileNotFoundException:
prereg_p1.jtl (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:103)
	at java.io.FileReader.<init>(FileReader.java:55)
	at org.apache.jorphan.io.TextFile.getText(TextFile.java:135)
	at
org.apache.jmeter.reporters.ResultCollector.trimLastLine(ResultCollector.jav
a:268)
	at
org.apache.jmeter.reporters.ResultCollector.getFileWriter(ResultCollector.ja
va:250)
	at
org.apache.jmeter.reporters.ResultCollector.initializeFileOutput(ResultColle
ctor.java:435)
	at
org.apache.jmeter.reporters.ResultCollector.testStarted(ResultCollector.java
:190)
	at
org.apache.jmeter.reporters.ResultCollector.testStarted(ResultCollector.java
:204)
	at
org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfStart(Sta
ndardJMeterEngine.java:227)
	at
org.apache.jmeter.engine.StandardJMeterEngine.runTest(StandardJMeterEngine.j
ava:162)
	at org.apache.jmeter.JMeter.run(JMeter.java:348)
	at org.apache.jmeter.JMeter.startNonGui(JMeter.java:319)
	at org.apache.jmeter.JMeter.start(JMeter.java:239)
	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:324)
	at org.apache.jmeter.NewDriver.main(NewDriver.java:165)

05/16/2003 12:55:17 PM WARN - jmeter.util: ERROR! Resource string not found:
[running_test]
05/16/2003 12:55:19 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:21 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more





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


Trouble with HTTPS in Non-Gui Mode

Posted by Ayman Mobarak <ay...@dhapdigital.com>.
Dear JMeter Folks,
I am having problems running a test script that contains HHTPS requests in
Non-GUI (command line) mode.  The script runs fine in GUI mode. Has anyone
out there had success with HTTPS requests in Non-GUI mode (JMeter 1.8)? Am I
suffering from some kind of configuration problem? One theory is that when I
start JMeter from the command line, the working directory is different from
the JMeter Bin directory, and the program doesn't know where to find its
properties file. If that's the problem, how do it tell JMeter where to find
its properties file? Any help will be much appreciated.
-Ayman Mobarak

Here is my setup:
---------------------------------------------------------------------------
- software versions
---------------------------------------------------------------------------
Windows 2000
JMeter 1.8
---------------------------------------------------------------------------
- relevant bits from jmeter.properties file
---------------------------------------------------------------------------
#Classname of the ssl provider to be used (to enable testing of https urls)
ssl.provider=com.sun.net.ssl.internal.ssl.Provider
ssl.pkgs=com.sun.net.ssl.internal.www.protocol

#The location of the truststore (trusted certificates) if other than the
default.
#you can uncomment this and change the path to the correct location.
javax.net.ssl.trustStore=C:\DHAPDEV\TMS\apps\Scion\qa\sslcerts\scion-certs

#Get rid of annoying prompt for keyStorePassword
javax.net.ssl.keyStorePassword=<MyPassword>
---------------------------------------------------------------------------
- sample result for HTTP request (from .jtl file)
---------------------------------------------------------------------------
<sampleResult timeStamp="1053114920293" dataType="text"
threadName="prereg_p1-1" label="/scion/ssl/user/myscion/registerForm.do"
time="1952" responseMessage="Non HTTP response message" responseCode="Non
HTTP response code" success="false"/>
---------------------------------------------------------------------------
- JMeter Log File
---------------------------------------------------------------------------
05/16/2003 12:55:17 PM ERROR - jorphan.io:  java.io.FileNotFoundException:
prereg_p1.jtl (The system cannot find the file specified)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:103)
	at java.io.FileReader.<init>(FileReader.java:55)
	at org.apache.jorphan.io.TextFile.getText(TextFile.java:135)
	at
org.apache.jmeter.reporters.ResultCollector.trimLastLine(ResultCollector.jav
a:268)
	at
org.apache.jmeter.reporters.ResultCollector.getFileWriter(ResultCollector.ja
va:250)
	at
org.apache.jmeter.reporters.ResultCollector.initializeFileOutput(ResultColle
ctor.java:435)
	at
org.apache.jmeter.reporters.ResultCollector.testStarted(ResultCollector.java
:190)
	at
org.apache.jmeter.reporters.ResultCollector.testStarted(ResultCollector.java
:204)
	at
org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfStart(Sta
ndardJMeterEngine.java:227)
	at
org.apache.jmeter.engine.StandardJMeterEngine.runTest(StandardJMeterEngine.j
ava:162)
	at org.apache.jmeter.JMeter.run(JMeter.java:348)
	at org.apache.jmeter.JMeter.startNonGui(JMeter.java:319)
	at org.apache.jmeter.JMeter.start(JMeter.java:239)
	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:324)
	at org.apache.jmeter.NewDriver.main(NewDriver.java:165)

05/16/2003 12:55:17 PM WARN - jmeter.util: ERROR! Resource string not found:
[running_test]
05/16/2003 12:55:19 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more

05/16/2003 12:55:20 PM WARN - jmeter.protocol.http: You may have forgotten
to set the ssl.provider property in jmeter.properties
java.lang.ClassCastException
	at
org.apache.jmeter.util.JsseSSLManager.setContext(JsseSSLManager.java:150)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection(HTTPSamp
ler.java:493)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
883)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)

05/16/2003 12:55:21 PM WARN - jmeter.protocol.http:
java.security.cert.CertificateException: Couldn't find trusted certificate
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: Couldn't find trusted certificate
	at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA6275)
	at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA
6275)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA6275)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.connect(HTTPSampler.java
:813)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
895)
	at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:
380)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138)
	at java.lang.Thread.run(Thread.java:536)
Caused by: java.security.cert.CertificateException: Couldn't find trusted
certificate
	at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.a(DashoA6275)
	at
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA6
275)
	at
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA6
275)
	... 14 more





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