SOS trying to make work sun JSSE within IBM jdk.



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.

.



Relevant Pages

  • Re: [ANN] jfli - a Java FLI for LispWorks
    ... >> segmentation violation. ... >> Has anyone been able to run it on Linux? ... Rich Hickey found out that jfli can be used if ... > you use the IBM JDK instead of the Sun JDK. ...
    (comp.lang.lisp)
  • Re: search RPM for JDBC 1.4.2 on IBM JDK
    ... I need to install JDBC on an old linux with IBM JDK 1.4.2. ... It seems generic sun JDBC need an specific RPM file called "java-1.4.2- ...
    (comp.lang.java.databases)