【发布时间】:2015-03-11 03:28:49
【问题描述】:
目前正在尝试调用 Web 服务,但是我得到了对等方的连接重置/连接重置,下面是堆栈跟踪:
WRITE: TLSv1 Handshake, length = 81
WRITE: SSLv2 client hello message, length = 110
waiting for close_notify or alert: state 1
Exception while waiting for close java.net.SocketException: Connection reset
handling exception: java.net.SocketException: Connection reset
SEND TLSv1 ALERT: fatal, description = unexpected_message
WRITE: TLSv1 Alert, length = 2
Exception sending alert: java.net.SocketException: socket write error: Connection reset by peer.
called closeSocket()
called close()
called closeInternal(true)
called close()
called closeInternal(true)
called close()
called closeInternal(true)
【问题讨论】:
标签: java web-services sockets networking soap