SOS trying to make work sun JSSE within IBM jdk.
- From: hernan.rancati@xxxxxxxxx
- Date: 28 Nov 2006 10:13:34 -0800
Hi people,
I am stuck, I have a jar file which connects using SSL to some specific
address,
it works fine under linux with IBM JDK 1.4.2 but surprisingly it
doesn't work correctly
under AIX with the IBM JDK 1.4.2,
the error that it throws on IBM is "NoClassDefFoundError:
sun/security/validator/KeyStores"
at X509TrustManagerImpl.<init>
but have checked that sun/security/validator/KeyStores.class exists
inside the jar file
and it works in linux without modification.
Have also tried to use IBM's JSSE/JCE to stablish the SSL connection
but, in that case,
the problem is that I get a SSLHandshakeException without *any*
information about
what the cause is (and I have set corresponding .debug=true flag in
the System
properties).
Any help will be of much help since I am really blocked with this.
Thank you very much,
Hernan Rancati.
.
- Prev by Date: Re: Thread + stack + synchronization.
- Next by Date: Re: detecting which jvm version is being ran?
- Previous by thread: context.xml and DataSource
- Next by thread: How to parse and manipulate a binary stream
- Index(es):
Relevant Pages
|