Hi,
I am trying to run perftest utility on my Kubuntu 15.10 x64 followign guide on rtiperftest.5.2.4/doc/
when I run ./perftest_cpp I get these errors
ampu@ampu:~/RTI/Downloads/rtiperftest.5.2.4/bin/x64Linux3gcc4.8.2/Release$ ./perftest_cpp
Using unkeyed Data.
DDS_QosProvider_load_profiles_from_url_groupI:ERROR: opening profiles group files 'perftest.xml'
DDS_QosProvider_load_profiles_from_url_sequenceI:ERROR: loading profiles
DDS_QosProvider_load_profiles_from_policyI:ERROR: loading profiles
DDS_QosProvider_load_profilesI:ERROR: loading profiles
DDS_DomainParticipantFactory_load_profilesI:!load profiles
DDS_QosProvider_load_profiles_from_url_groupI:ERROR: opening profiles group files 'perftest.xml'
DDS_QosProvider_load_profiles_from_url_sequenceI:ERROR: loading profiles
DDS_QosProvider_load_profiles_from_policyI:ERROR: loading profiles
DDS_QosProvider_load_profilesI:ERROR: loading profiles
DDS_DomainParticipantFactory_load_profilesI:!load profiles
DDS_DomainParticipantFactory_reload_profiles:ERROR: loading profiles
Problem opening QOS profiles file perftest.xml.
Test ended.
can anybody help me?
Thank you.
Hey,
I suspect your perftest.xml is malformed, can you print it out (or perhaps have a look at it, possibly using some editor that supports xml tags well / is XSD aware)?
Thank you,
Roy.
Hi kickR,
I have checked the xml file with xsd and it seems well formed.
Any idea?
Thank you.
Hi,
I have solved by executing perftest_cpp thereby
ampu@ampu:~/RTI/Downloads/rtiperftest.5.2.4$ ./bin/x64Linux3gcc4.8.2/Release/perftest_cpp
It has been a newbie mistake...
Thank you everybody!