I / O exception (org.apache.axis2.AxisFault)

0

I'm encountering this error next to the site of the sefaz, I added my CACERTS inside the java .. / lib / security inside the jboss it finds but apparently it closes the connection

Anyone can help me / ???????

follows the summary error stack

14:48:34,866 INFO  [org.apache.commons.httpclient.HttpMethodDirector] (EJB default - 4) I/O exception (org.apache.axis2.AxisFault) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
14:48:34,878 INFO  [org.apache.commons.httpclient.HttpMethodDirector] (EJB default - 4) Retrying request
14:48:35,200 INFO  [org.apache.commons.httpclient.HttpMethodDirector] (EJB default - 4) I/O exception (org.apache.axis2.AxisFault) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
14:48:35,207 INFO  [org.apache.commons.httpclient.HttpMethodDirector] (EJB default - 4) Retrying request
14:48:35,524 INFO  [org.apache.commons.httpclient.HttpMethodDirector] (EJB default - 4) I/O exception (org.apache.axis2.AxisFault) caught when processing request: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
14:48:35,532 INFO  [org.apache.commons.httpclient.HttpMethodDirector] (EJB default - 4) Retrying request
14:48:35,851 INFO  [org.apache.axis2.transport.http.HTTPSender] (EJB default - 4) Unable to sendViaPost to url[https://homologacao.nfe.fazenda.sp.gov.br/cteWEB/services/cteRecepcao.asmx]: org.apache.axis2.AxisFault: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)

....

Caused by: com.ctc.wstx.exc.WstxIOException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
    at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:262)
    at org.apache.axiom.util.stax.wrapper.XMLStreamWriterWrapper.flush(XMLStreamWriterWrapper.java:50)
    at org.apache.axiom.om.impl.MTOMXMLStreamWriter.close(MTOMXMLStreamWriter.java:224)
    at org.apache.axiom.om.impl.common.AxiomContainerSupport.ajc$interMethod$org_apache_axiom_om_impl_common_AxiomContainerSupport$org_apache_axiom_om_impl_intf_AxiomContainer$serializeAndConsume(AxiomContainerSupport.aj:330)
    at org.apache.axiom.om.impl.llom.OMElementImpl.serializeAndConsume(OMElementImpl.java:1)
    at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)
    ... 155 more
Caused by: javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
    at sun.security.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1551)
    at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1563)
    at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:71)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
    at java.io.BufferedOutputStream.write(BufferedOutputStream.java:121)
    at org.apache.commons.httpclient.ChunkedOutputStream.flushCacheWithAppend(ChunkedOutputStream.java:121)
    at org.apache.commons.httpclient.ChunkedOutputStream.write(ChunkedOutputStream.java:179)
    at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:100)
    at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:242)
    at com.ctc.wstx.sw.BaseStreamWriter.flush(BaseStreamWriter.java:260)
    ... 160 more
Caused by: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
    
asked by anonymous 15.06.2018 / 20:32

0 answers