Sidebar

What does the error "Read Timed Out" mean

0 votes
16.5K views
asked Mar 25, 2014 by brandon-w-8204 (33,270 points)
I am getting an error java.net.SocketTimeoutException: Read Timed out on my socket connection. What does this mean.

1 Answer

0 votes
 
Best answer

This error can occur when you have the "Wait for Ack" checked on an Destination Node. This option tells to qvera to connect and send the message. Then wait for the socket endpoint to send a message back acknowledging that the message was recieved. Often times the Ack message will contain details specifying if the message had an error or not.

The error "Read Timed Out" indicates that we were able to connect to the endpoint but never recieved any ack messages back from the endpoint.

Possible Causes:

  •  If HL7 message MSH-15 and MSH-15 are set to NE for never send ack messages
  • Firewall is blocking response that is being sent.
  • Recieving System not configured to send acknowledgements.
answered Mar 25, 2014 by brandon-w-8204 (33,270 points)
edited Mar 25, 2014 by brandon-w-8204
...