You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Geschelin, Mark" <Ma...@Cable.Comcast.com> on 2005/03/29 04:03:49 UTC

Help Using Java 1.3.1_01 with SSL...

Is there something special I have to do?

	I've tried scripts that work with Version Jmeter 2.0.2 Java
Version 1.4.2_04-b04.  They don't work with the Java updated.

	When I put an assertion results listener after the request I get
that the request is null.  


	Fields are as follows:
		port 443 
		protocol https
		Method get
		path /auth/login?
		Parameters are user=foo include equals
				   passwd=bar include equals
		

Mark Y. Geschelin

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


Re: Help Using Java 1.3.1_01 with SSL...

Posted by "Pierre A. Damas" <pi...@damas.be>.
Hi Shabana,

this message happens when the host name you specify cannot be resolved as an 
IP address.


Can you ping this server from the command line?

# ping xxxxxx.xxx.com

Can you access it from outside JMeter?

This doesn't seem to be HTTPS / SSL related, but either a wrong hostname 
specification, or a problem in your network (DNS) configuration...

Pierre A.


----- Original Message ----- 
From: "Shabana Shabana" <sh...@gmail.com>
To: "JMeter Users List" <jm...@jakarta.apache.org>
Sent: Tuesday, March 29, 2005 10:30 AM
Subject: Re: Help Using Java 1.3.1_01 with SSL...


> Hi All,
>
> Do help me in https :
>
> I have followed documentation properly & made necessary changes but
> still fail to succeed.
>
> get aava.net.UnknownHostException: xxxxxx.xxx.com
> at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)
> at java.net.Socket.connect(Socket.java:434)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(DashoA6275)
> at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(DashoA6275)
> at 
> com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(DashoA6275)
> at sun.net.www.protocol.https.HttpsClient.doConnect(DashoA6275)
>
>
>
> Thank & Regards,
> Shabana
> On Tue, 29 Mar 2005 09:59:00 +0200, Pierre A. Damas
> <pi...@damas.be> wrote:
>> Hi Mark,
>>
>> have you installed JSSE ?
>>
>> http://java.sun.com/products/jsse/
>>
>> It is integrated in 1.4 but is an extension to install in previous 
>> versions.
>>
>> Pierre A.
>> ----- Original Message -----
>> From: "Geschelin, Mark" <Ma...@Cable.Comcast.com>
>> To: <jm...@jakarta.apache.org>
>> Sent: Tuesday, March 29, 2005 4:03 AM
>> Subject: Help Using Java 1.3.1_01 with SSL...
>>
>> Is there something special I have to do?
>>
>> I've tried scripts that work with Version Jmeter 2.0.2 Java
>> Version 1.4.2_04-b04.  They don't work with the Java updated.
>>
>> When I put an assertion results listener after the request I get
>> that the request is null.
>>
>> Fields are as follows:
>> port 443
>> protocol https
>> Method get
>> path /auth/login?
>> Parameters are user=foo include equals
>>    passwd=bar include equals
>>
>> Mark Y. Geschelin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 


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


Re: Help Using Java 1.3.1_01 with SSL...

Posted by Shabana Shabana <sh...@gmail.com>.
Hi All,

Do help me in https :

I have followed documentation properly & made necessary changes but
still fail to succeed.

get aava.net.UnknownHostException: xxxxxx.xxx.com
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)
	at java.net.Socket.connect(Socket.java:434)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(DashoA6275)
	at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(DashoA6275)
	at sun.net.www.protocol.https.HttpsClient.doConnect(DashoA6275)



Thank & Regards,
Shabana
On Tue, 29 Mar 2005 09:59:00 +0200, Pierre A. Damas
<pi...@damas.be> wrote:
> Hi Mark,
> 
> have you installed JSSE ?
> 
> http://java.sun.com/products/jsse/
> 
> It is integrated in 1.4 but is an extension to install in previous versions.
> 
> Pierre A.
> ----- Original Message -----
> From: "Geschelin, Mark" <Ma...@Cable.Comcast.com>
> To: <jm...@jakarta.apache.org>
> Sent: Tuesday, March 29, 2005 4:03 AM
> Subject: Help Using Java 1.3.1_01 with SSL...
> 
> Is there something special I have to do?
> 
> I've tried scripts that work with Version Jmeter 2.0.2 Java
> Version 1.4.2_04-b04.  They don't work with the Java updated.
> 
> When I put an assertion results listener after the request I get
> that the request is null.
> 
> Fields are as follows:
> port 443
> protocol https
> Method get
> path /auth/login?
> Parameters are user=foo include equals
>    passwd=bar include equals
> 
> Mark Y. Geschelin
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

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


Re: Help Using Java 1.3.1_01 with SSL...

Posted by "Pierre A. Damas" <pi...@damas.be>.
Hi Mark,

have you installed JSSE ?

http://java.sun.com/products/jsse/

It is integrated in 1.4 but is an extension to install in previous versions.

Pierre A.
----- Original Message ----- 
From: "Geschelin, Mark" <Ma...@Cable.Comcast.com>
To: <jm...@jakarta.apache.org>
Sent: Tuesday, March 29, 2005 4:03 AM
Subject: Help Using Java 1.3.1_01 with SSL...


Is there something special I have to do?

I've tried scripts that work with Version Jmeter 2.0.2 Java
Version 1.4.2_04-b04.  They don't work with the Java updated.

When I put an assertion results listener after the request I get
that the request is null.


Fields are as follows:
port 443
protocol https
Method get
path /auth/login?
Parameters are user=foo include equals
   passwd=bar include equals


Mark Y. Geschelin

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


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