这是一个旧系统,我们正在使用

WebSphere 6.0 Java 1.4

我们有一个jsp,其中有一个Web服务调用部署在WebSphere 6.0上的Web服务 . 我在堆栈跟踪中得到以下内容 . 谁能告诉我可能是什么原因?谢谢 .

[9/30/16 17:20:16:258 CDT] 00000038 SystemOut     O  INFO LoginUser:47 - AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
 faultActor: 
 faultNode: 
 faultDetail: 
    {http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    at com.ibm.jsse2.bx.a(bx.java:77)
    at com.ibm.jsse2.bx.b(bx.java:46)
    at com.ibm.jsse2.by.b(by.java:131)
    at com.ibm.jsse2.by.a(by.java:471)
    at com.ibm.jsse2.by.l(by.java:329)
    at com.ibm.jsse2.by.startHandshake(by.java:446)
    at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)
    at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
    at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
    at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
    at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
    at org.apache.axis.client.Call.invoke(Call.java:2767)
    at org.apache.axis.client.Call.invoke(Call.java:2443)
    at org.apache.axis.client.Call.invoke(Call.java:2366)
    at org.apache.axis.client.Call.invoke(Call.java:1812)
    at us.tx.state.dads.cm.service.SimpleDataRetrievalServiceSoapBindingStub.getPropertiesAsNamePairsByConfiguration(SimpleDataRetrievalServiceSoapBindingStub.java:82)
    at us.tx.state.dads.sessionservice.config.ConfigUtil.isSingleSignOnEnabled(ConfigUtil.java:109)
    at us.tx.state.dads.framework.session.login.LoginUser.isSingleSignOnEnabled(LoginUser.java:43)
    at com.ibm._jsp._main._jspService(_main.java:155)
    at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:93)