provide better error message on "Server.userException"
------------------------------------------------------
Key: AXIS-2330
URL: http://issues.apache.org/jira/browse/AXIS-2330
Project: Apache Axis
Type: New Feature
Components: Basic Architecture
Environment: debian, jdk1.5
Reporter: Ralf Hauser
(User.java:2335) - ; nested exception is:
java.net.SocketException: tld.dom.my.SSLSocketFactoryImpl
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.SocketException: tld.dom.my.SSLSocketFactoryImpl
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.SocketException:
tld.dom.my.SSLSocketFactoryImpl
at
javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:158)
at
org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:92)
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)
...
this is not that helpful.
Until AXIS-2216 path is available, I try to use my own socketFactory
implementation, but it fails with this message that does not help.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira