Hello..
I dont know what happening with me.
But Im developing a project with Struts 2, and when i call a WS made with
Axis 1.4 a get this fault:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.SocketException: Connection reset
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.SocketException:
Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:739)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
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
br.com.mercur.ws.javaprogress_cliente.JavaProgress_ClienteSoapBindingStub.insert(JavaProgress_ClienteSoapBindingStub.java:181)
at
br.com.mercur.cadCliente.action.DadosConfirmacaoAction.saveInProgress(DadosConfirmacaoAction.java:51)
at
br.com.mercur.cadCliente.action.DadosConfirmacaoAction.load(DadosConfirmacaoAction.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:404)
........
But when i try to execute, the same method, without tomcat, just calling
from a MAIN method, everything works fine.
I guess my Tomcat 6 need something, but i dont know what!?!?!?
Someone can help me?
Tks in advise.