"unknown protocol: https" means exactly what it says - your version of
Java does not support https.

What version of Java are you using?

Java 1.4 is the minimum required by JMeter 2.2, and should contain
https support.

I suggest you create a simple test plan that tries to connect to a
known https server with a valid certificate such as verisign, sun etc,
and check if that works OK.

If not, then your Java installation is missing the required protocol support.


On 19/06/06, rubal <[EMAIL PROTECTED]> wrote:

Hi Brian,
I did all you said,I can see the https request with all fields populated
,but when I run the test I get below error for all https URLs.
java.net.MalformedURLException: unknown protocol: https
       at java.net.URL.<init>(Unknown Source)
       at java.net.URL.<init>(Unknown Source)
       at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.getUrl(HTTPSamplerBase.java:538)
       at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:658)
       at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:647)
       at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
       at java.lang.Thread.run(Unknown Source)

Just to verify my jmx file,I add one http request pointing to yahoo.com & it
worked fine.
I dont know what step I am missing

I will appreciate if you have any clue.
Regards,
Charan
--
View this message in context: 
http://www.nabble.com/How-to-run-exported-jmx-file-in-jmeter-t1798995.html#a4936436
Sent from the JMeter - User forum at Nabble.com.


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



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

Reply via email to