Hi,
I'm using RTI dds version 6.0.1 and following the get started documentation for hello world example.
It went smooth until I launch the publisher. The rti framework complains as below:
RTIXMLParser_validateOnStartTag:Parse error at line 66: Unexpected tag 'domain_participant_qos' RTIXMLParser_parseFromFile_ex:Parse error in file 'USER_QOS_PROFILES.xml' DDS_XMLParser_parse_from_file:Error parsing file DDS_QosProvider_load_profiles_from_current_dirI:ERROR: loading profiles file 'USER_QOS_PROFILES.xml'
I then tried to remove the domain_participant_qos tag then the publisher works normally.
Kindly revert back if you need more info.
Update:
I have tried to replace the domain_participant_qos with the deprecated participant_qos tag then the publisher doesn't complain about invalid tag anymore.
Hi,
I'm using RTI dds version 6.0.1 and following the get started documentation for hello world example.
It went smooth until I launch the publisher. The rti framework complains as below:
RTIXMLParser_validateOnStartTag:Parse error at line 66: Unexpected tag 'domain_participant_qos' RTIXMLParser_parseFromFile_ex:Parse error in file 'USER_QOS_PROFILES.xml' DDS_XMLParser_parse_from_file:Error parsing file DDS_QosProvider_load_profiles_from_current_dirI:ERROR: loading profiles file 'USER_QOS_PROFILES.xml'I then tried to remove the domain_participant_qos tag then the publisher works normally.
Kindly revert back if you need more info.
Update:
I have tried to replace the domain_participant_qos with the deprecated participant_qos tag then the publisher doesn't complain about invalid tag anymore.