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.
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.