[kaffe] does kaffe support sun jsse officially?

Â÷ÁØÇõ jhcha@web.dwe.co.kr
Mon May 26 11:47:01 2003


Hi there.
I'm still trying to run jsse with kaffe.
But it's not easy to me.....-.-;

When I run a sample program with debuging mode, the following error is
printed.

----------------------------------------------------------------------------
--------------
keyStore is : 
keyStore type is : JKS
init keystore
default context init failed: java.security.PrivilegedActionException
java.net.SocketException: SSL implementation not available
        at java.lang.Throwable.fillInStackTrace(Throwable.java:native)
        at java.lang.Throwable.<init>(Throwable.java:38)
        at java.lang.Exception.<init>(Exception.java:24)
        at java.io.IOException.<init>(IOException.java:24)
        at java.net.SocketException.<init>(SocketException.java:21)
        at
javax.net.ssl.DefaultSSLSocketFactory.createSocket(DashoA6275:line unknown,
pc 0x819f3c5)
        at SSLSocketClient.main(SSLSocketClient.java:41)
----------------------------------------------------------------------------
--------------

I think that the error is occured when the program initializes keystore.
>From sun java site, the error, "SSL implementation not available", can be
occured when "there was a problem with SSLContext initialization,
for example due to a corrupted keystore. (Note: One vendor has shipped
a keystore in an unknown format, and that may cause this type of error.)"
And the solusion is "Check initialization parameters. Ensure any keystores
specified are valid (e.g., by trying to use the keytool to examine them)."

But I have no idea what I have to do more.
Anybody knows the way to solve it?
And does kaffe support jsse officially? Thesedays, I'm doubtful of it.....-.
-

I'm waiting for the help....:)
Thank you for reading and have a good day.
Joon Hyuk Cha.