1

最近、WebSphere アプリケーションに LTPA (LDAP) 認証を実装しました。それ以来、別のドメインのエンドポイントに Web サービスを呼び出そうとすると、次のエラーが表示されます。

<soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Fault>
    <faultcode>soapenv:Server</faultcode>
    <faultstring>java.io.IOException: Unable to deserialize the Subjects in this Context, cause: SecurityName is null</faultstring>
</soapenv:Fault>

エラーは断続的であり、現在のところ確実に再現できていません。オンラインで文書化された同様の問題がありますが、それらは指定されたエラーについてもう少し情報を提供しているようです-私はこの特定のエラーについて何も見つけることができませんでした.

ここで問題が何であるかを誰かが提案できますか?

4

1 に答える 1