What does the RTserver message, "{SVC.NoName} Handshake (UNKNOWN) with peer (SPC 'tcp:_node:PORT_ID:Instance') failed {timeout reached}" mean?

What does the RTserver message, "{SVC.NoName} Handshake (UNKNOWN) with peer (SPC 'tcp:_node:PORT_ID:Instance') failed {timeout reached}" mean?

book

Article ID: KB0090083

calendar_today

Updated On:

Products Versions
TIBCO SmartSockets -
Not Applicable -

Description

Resolution:
This error means that RTserver did not get far enough along in the handshake of the TCP connect process to identify the process which is trying to connect. In other words, a process hit the RTServer accept socket, it tried to finish the connect process with our handshake protocol but this did not complete on time and the timeout (Client_connect_Timeout - default 10 seconds) was reached.
This can happen if the network is slow (such as across a WAN), or the RTserver process is very busy. Try increasing the Client_Connect_Timeout to 30 seconds and see if the problem is resolved.

Issue/Introduction

What does the RTserver message, "{SVC.NoName} Handshake (UNKNOWN) with peer (SPC 'tcp:_node:PORT_ID:Instance') failed {timeout reached}" mean?