Can someone help with the following exception thrown?
ROUTERCfgFileParser_visitXmLObject:line=4: an element with name=UserRecorderService already exists
RTIXMLUTILSVisitor_visit: error visiting element with name UserRecorderService
ROUTERCfgFileParser_initializeExtensionsExt:!parse at line=25 for tag=dds
ROUTERCfgFileParser_processDom:!init parser extensions
ROUTERCfgFileParser_loadString:!process DOM
ROUTERService_load:!load string
ROUTERService_initialize:!load service
ROUTERService_newWithDescription:!init service
RTI_RoutingService_new_from_description:!init routing service
Exception in run_example(): rti::recording::service::Service::Service:!create native router
I think I've seen this before when you load the same config twice: <<<rti_workspace>>>\7.3.0\user_config\routing_service\USER_ROUTING_SERVICE.xml
This is because RTI routing service will automatically load the USER_ROUTING_SERVICE.xml (it may need to be launched from the same directory).
So in your case can you remove the "-cfgFILE /path/" argument to this same routing service config file, and see if that fixes your issue? Or if that doesn't fix your issue please paste the way you're launching routing service.