Hi , Thanks for the replies..https is working perfectly fine with windowsXP on j2se 1.4,but in AIX with j2se 1.4 throws error jmeter.util.JsseSSLManager: Exception occurred java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bt configured for SSLContext not a SSLContext at com.sun.net.ssl.SunJSSE_b.a(DashoA12275) at com.sun.net.ssl.SSLContext.getInstance(DashoA12275) at org.apache.jmeter.util.JsseSSLManager.getContext(JsseSSLManager.java :140) at org.apache.jmeter.util.JsseSSLManager.<init>(JsseSSLManager.java:95) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance( NativeConstructorAccessorImpl.java:80) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance( DelegatingConstructorAccessorImpl.java(Compiled Code)) at java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled Code)) at org.apache.jmeter.util.SSLManager.getInstance(SSLManager.java:219) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.setupConnection( HTTPSampler.java:135) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample( HTTPSampler.java:422) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample( HTTPSamplerBase.java:514) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample( HTTPSamplerBase.java:503) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) at java.lang.Thread.run(Thread.java:570)
I installed SUN JSSE in AIX and modified java.security to sun and I put all jars in jmeter/lib security.provider.1=com.sun.net.ssl.internal.ssl.Provider security.provider.2=sun.security.provider.Sun security.provider.3=com.sun.rsajca.Provider security.provider.4=com.sun.crypto.provider.SunJCE security.provider.5=sun.security.jgss.SunProvider then i tried reverse like modified jmeter.properties ssl config and installed IBM Jsse in Jmeter with IBM's config ssl.provider=com.ibm.jsse.IBMJSSEProvider Still it got failed. Thanks in advance, Prakash Abraham On 7/17/06, Willingham Geoff <[EMAIL PROTECTED]> wrote:
X.509 is the standard that governs the Security Certificate used for HTTPS. I don't know for sure, but I would guess that you don't have the requisite security packages installed. (and that your running on an older version of the Sun JVM - check with 'java -version' if you're not sure). There are plenty of notes (iirc) on the jmeter site about getting https to work. The server environment (AIX) has no impact on this issue. Geoff -----Original Message----- From: prakash abraham [mailto:[EMAIL PROTECTED] Sent: 17 July 2006 15:51 To: JMeter Users List Subject: Jmeter on AIX Hi all, Im trying to Load test an application running on https in AIX UNIX. But it seems like there is some JSSE issue. jmeter log shows some SUNX509 alogorithm not found . Is there is any way that I could configure Jmeter to use IBM JSSE rather than using SUN JSSE without recompilation?. Any help is highly appreciated, Prakash Abraham This e-mail is confidential and privileged. If you are not the intended recipient please accept our apologies; please do not disclose, copy or distribute information in this e-mail or take any action in reliance on its contents: to do so is strictly prohibited and may be unlawful. Please inform us that this message has gone astray before deleting it. Thank you for your co-operation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]