> Hi,
>
[quoted text clipped - 8 lines]
>
> Amrish
Looks more like a "NoSuchProviderException" to me.
I would say that your JRE cannot find the IBM JSSE that you have told it
to use. You should reread the documentation about registering a new JSSE
to solve this problem.
Rogan

Signature
Rogan Dawes
*ALL* messages to discard@dawes.za.net will be dropped, and added
to my blacklist. Please respond to "nntp AT dawes DOT za DOT net"
Amrish Bharatiya - 20 Jan 2005 02:27 GMT
Rogan, I tried the same..
but still the error is ClassCastException. and here is the sample of the error below...
java.lang.ClassCastException
at com.ibm.net.ssl.c.<init>(Unknown Source)
at com.ibm.net.ssl.d.a(Unknown Source)
at com.ibm.net.ssl.d.getImpl(Unknown Source)
at com.ibm.net.ssl.SSLContext.getInstance(Unknown Source)
at com.aetna.health.patientmgt.proxies.ServletServicesUtilityBaseClass.<init>(ServletServicesUtilityBaseClass.java:77)
at com.aetna.health.patientmgt.proxies.eventservices.EventServicesUtility.<init>(EventServicesUtility.java:23)
at com.aetna.health.patientmgt.stresstester.ServiceUtility.init(ServiceUtility.java:36)
at com.aetna.health.patientmgt.stresstester.ServiceUtility.<init>(ServiceUtility.java:25)Class Cast Exception Occoured
at com.aetna.health.patientmgt.stresstester.EventThread.<init>(EventThread.java:163)
at com.aetna.health.patientmgt.stresstester.EventDriver.init(EventDriver.java:24)
at com.aetna.health.patientmgt.stresstester.EventDriver.<init>(EventDriver.java:17)
at com.aetna.health.patientmgt.stresstester.EventDriver.main(EventDriver.java:86)
-------------------------------------------------------------------
I think it can find the JSSE. the problem must be in some configuration.
Ams