on 2022 Dec 13 1:02 PM
Good Morning,
I am facing the below error while trying to connect to third party system.Following is the error from XPI_ Inspector.
ssl_debug(2714): Received server_hello_done handshake message.
ssl_debug(2714): Sending client_key_exchange handshake...
ssl_debug(2714): Sending change_cipher_spec message...
ssl_debug(2714): Sending finished message...
ssl_debug(2714): Received change_cipher_spec message.
ssl_debug(2714): Received finished message.
ssl_debug(2714): Session added to session cache.
ssl_debug(2714): Handshake completed, statistics:
ssl_debug(2714): Read 5116 bytes in 5 records, wrote 476 bytes in 4 records.
ssl_debug(2714): Exception sending message: java.net.SocketException: error 32 - Broken pipe (Write failed) (local port 51509 to address 10.239.5.120 (WSMZAPPPOD.wilson.sons), remote host unknown)
ssl_debug(2714): Shutting down SSL layer...
ssl_debug(2714): Ignoring exception shutting down: java.net.SocketException: error 32 - Broken pipe (Write failed) (local port 51509 to address 10.239.5.120 (WSMZAPPPOD.wilson.sons), remote host unknown)
ssl_debug(2714): Read 0 bytes in 0 records, 0 bytes net, 0 average.
ssl_debug(2714): Wrote 344826 bytes in 22 records, 344188 bytes net, 15644 average.
ssl_debug(2714): Closing transport...
ssl_debug(2714): Closing transport...
ssl_debug(2714): Closing transport...
Catching java.net.SocketException: error 32 - Broken pipe (Write failed) (local port 51509 to address 10.239.5.120 (WSMZAPPPOD.wilson.sons), remote host unknown)
I already applied the steps from the note https://launchpad.support.sap.com/#/notes/2604240 but it didn't work
I must inform you that this is a very large json, as I am sending a file in binary format
Any idea ?
Thank´s
Request clarification before answering.
This error occurs in Java when a connection between a client and a server terminates unexpectedly. It indicates that the server has stopped reading from the socket, and any subsequent writes to the java socket will result in a broken pipe error. This typically happens when the server has crashed or when the client is no longer able to communicate with the server, either due to a network issue or because the server has closed the connection.
solutions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
12 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.