routing service error

2 posts / 0 new
Last post
Offline
Last seen: 4 years 11 months ago
Joined: 02/14/2014
Posts: 41
routing service error

What would cause this error:

NDDS_Transport_TCPv4_Plugin_logMessageResponseError:control protocol error response (code=1, string=transport class mismatch)

jose's picture
Offline
Last seen: 3 years 9 months ago
Joined: 06/17/2013
Posts: 8

Hi gandriotakis, that error means that the TCP Transport Plugin used by your routing service is trying to communicate with a remote TCP Transport Plugin running with an incompatible class id.

TCP Transport Plugin can run with the following class-ids: TCPV4_LAN, TCPV4_WAN, TLSV4_LAN, TLSV4_WAN.

In order to communicate, two applications running the TCP Transport Plugin must use the same class-id. The class-id is configured through the TCP Transport Plugin's parent.classid property.