トップ 差分 一覧 ping ソース 検索 ヘルプ PDF RSS ログイン

WAS Tips



目次



記事一覧

キーワード

WAS Tips

[WAS]

トラブルシュート

 Cannot find the specified class com.ibm.websphere.ssl.protocol.SSLSocketFactory

  • 以下のようなエラー
Caused by: java.lang.ClassNotFoundException: Cannot find the specified class com.ibm.websphere.ssl.protocol.SSLSocketFactory
    at javax.net.ssl.SSLJsseUtil.b(SSLJsseUtil.java:20)
    at javax.net.ssl.SSLSocketFactory.getDefault(SSLSocketFactory.java:36)
    at javax.net.ssl.HttpsURLConnection.getDefaultSSLSocketFactory(HttpsURLConnection.java:16)
    at javax.net.ssl.HttpsURLConnection.<init>(HttpsURLConnection.java:36)
    at com.ibm.net.ssl.www2.protocol.https.b.<init>(b.java:96)

対応


Security.setProperty("ssl.SocketFactory.provider", "com.ibm.jsse2.SSLSocketFactoryImpl");
Security.setProperty("ssl.ServerSocketFactory.provider", "com.ibm.jsse2.SSLServerSocketFactoryImpl");

 WAS から Java Mail送信で文字化け



YAGI Hiroto (piroto@a-net.email.ne.jp)
twitter http://twitter.com/pppiroto

Copyright© 矢木 浩人 All Rights Reserved.